@charset "utf-8";
*{
	line-height:140%;
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
}
address {
	font-size: 75%;
	font-style: normal;
}
body {
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
h3 {
	font-size:100%;
}
table {
	background-color: #FFFFFF;
	border-collapse:collapse;
	border: 1px solid #0000FF;
}
table td {
	border: 1px solid #0000FF;
	height: 18px;
}
table th {
	width: 155px;
	border: 1px solid #0000FF;
}
table tr {
	border: 1px solid #0000FF;
	height: 18px;
}
#footer {
	background-color: #333333;
	clear: both;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#header {
	height: 155px;
	border-top: 3px solid #0000FF;
	position: relative;
}
#header #logo {
	position: absolute;
}
#header ul {
	background-color: #FFFFFF;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 188.4px;
	height: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	display: block;
	border-top: 3px solid #0000FF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	color: #000000;
	background-color: #E8ECF5;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home		#header #nHome     a,
#profile	#header #nProfile  a,
#workflow	#header #nWorkflow a,
#contact	#header #nContact  a,
#recruit	#header #nRecruit  a {
	color: #FFFFFF;
	background-color: #0000FF;
}
#main {
	padding: 0px 15px;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #0000FF;
	border-bottom: 1px dotted #666666;
}
#main ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#main p {
	text-indent: 1em;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
.adsense1 {
	margin-left: 111px;
}
.adsense2 {
	margin-left: 96px;
}
.faq1 {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.faq2 {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
.float1 {
	float: right;
}
.googlesearch {
	font-size: 75%;
	float: right;
	margin: 15px;
	padding: 15px;
}
.googlesearch table {
	border-style: none;
}
.googlesearch table td {
	border-style: none;
}
.googlesearch table tr {
	border-style: none;
}
.midasi {
	background-color: #0000FF;
	font-size: 100%;
	color: #ffffff;
	border-left: 5px solid #0000FF;
}
.overflow1 {
	overflow:auto;
	height:25px;
	width:925px;
	border: 1px solid #808080;
}
.small {
	font-size:75%;
}
.solid1 {
	border-style:solid;
	border-color:#0000FF;
}
.text1 {
	color: #0000FF;
	font-weight: bold;
}
/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }
/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */