@charset "utf-8";
a img {
	border-style: none;
}
address {
	font-size: 11px;
	font-style: normal;
}
address a {
	text-decoration: none;
}
body {
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	line-height: 140%;
}
body,h1,h2,h3,li,#main p,p,#sidebar dd,#sidebar dl,ul{
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #333333;
	clear: both;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 15px;
}
#footer a {
color: #FFFFFF;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
.futoji {
	font-weight: bold;
}
#header {
	height: 155px;
	border-top: 3px solid #0000FF;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 170px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	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 {
	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: #828CA7;
}
li {
	line-height:140%;
}
#main {
	padding: 15px;
	float: left;
	width: 573px;
	margin-bottom: 20px;
}
#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 h3 {
	margin-top:10px;
	margin-bottom:10px;
}
#main h4 {
	margin-top:10px;
	margin-bottom:10px;
}
#main p {
	line-height: 140%;
	text-indent: 1em;
}
#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;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	width: 135px;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
.midasi {
	background-color: #0033FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000FF;
	font-size: larger;
	color: #ffffff;
}
#sidebar {
	padding: 15px 0px 15px 15px;
	float: right;
	width: 225px;
	margin-bottom: 20px;
	margin-right: 0px;
	font-size: 14px;
}
#sidebar h2 {
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#sidebar h3 {
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#sidebar h4 {
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#sidebar p {
	margin-right: 0px;
	padding-right: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
/*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 */
