@charset "UTF-8";

/* common
---------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ明朝 Pro W6', Osaka, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 130%;
	background: #fff url(../images/bg_top.gif) repeat-x left top;
}

a:link {
	color: #f93;
	text-decoration: none;
}

a:visited {
	color: #f93;
	text-decoration: none;
}

a:hover {
	color: #358ca7;
	text-decoration: underline;
}

p {
	margin-top: 0px;
	font-size: 0.92em;
}

img {
	border: 0px;
}

address {
	margin-top: 0px;
	margin-right: 6px;
	padding: 0px;
	text-align: right;
	font-style: normal;
	font-size: 0.70em;
}

hr {
	display: none;
}

em {
	font-style: normal;
	font-weight: normal;
	background: #E6E6FA;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #666;	
}

div#container {
	text-align: center;
}

div#header {
	width: 780px;
	margin:26px auto 0 auto;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #f93;
	overflow: hidden;
	clear: both;
}

div.logo {
	width: 180px;
	border: 0;
	float: left;
	overflow: hidden;
}

div.menu {
	width: 560px;
	margin: 0;
	padding: 39px 0 0 0;
	float: right;
	overflow: hidden;
}

div.menu li {
	width: 140px;
	float: left;
}

div#nav {
	width: 780px;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 0.90em;
	clear: both;
}

div#content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

div.topimg {
	margin: 26px 0;
	border: 1px solid #dcdcdc;
}

#content div#box {
	width: 600px;
	margin-top: 52px;
	float: left;
}

#content div#box2 {
	width: 780px;
	margin-top: 52px;
	float: left;
}

div#box h2 {
	margin-top: 0;
	margin-bottom: 1.4em;
	margin-left: 0;
	padding-top:4px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-left:10px;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	background-image:url(../images/bg_h2.jpg);
	repeat-x;
}

div#box2 h2 {
	margin-top: 0;
	margin-left: 0;
	padding-top:4px;
	padding-bottom: 5px;
	padding-left:10px;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	background-image:url(../images/bg_h2.jpg);
	repeat-x;
}

#content div#section {
	margin-right: 10px;
	margin-bottom: 52px;
}

div#section h3 {
	font-weight: bold;
	font-size: 1em;
}

div#section dl {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.92em;
}

div#section dt {
	font-weight: bold;
	color: #666;
}

div#section dd {
	margin: 0;
	padding: 0;
}

div#section ul {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.92em;
}

div#section dl.info {
	margin: 0;
	width: 580px;
}

div#section dl.info dt {
	float: left;
	font-weight: normal;
	width: 140px;
	font-size: 0.82em;
}

div#section dl.info dd {
	margin-left: 140px;
}

div#section div.corpl {
	margin-right: 26px;
	width: 370px;
	float: left;
}

div#section div.corpl h3{
	border-bottom: 1px dotted #dcdcdc;
}

div#section div.corpr {
	float: left;
	width: 370px;
}

div#section div.corpr h3{
	border-bottom: 1px dotted #dcdcdc;
}

table#fra {
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
	width: 590px;
}

table#fra th {
	padding: 5px 10px;
	width: 100px;
	background: #f5f5f5;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-weight: normal;
	font-size: 0.92em;
	text-align: left;
}

table#fra td {
	padding: 5px 10px;
	border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-size: 0.92em;
	text-align: left;
}

table#fra td ol {
	margin-top: 0;
	margin-bottom: 0;
}

table#fra td ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

table#fra dl {
	margin-top: 0;
	margin-bottom: 0;
}

table#fra dt {
	font-weight: bold;
	color: #666;
}

table#fra dd {
	margin: 0;
	padding: 0;
}

table#fra2 {
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
	width: 590px;
}

table#fra2 th {
	padding: 5px 10px;
	width: 100px;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-weight: normal;
	font-size: 0.92em;
	text-align: left;
}

table#fra2 td {
	padding: 5px 10px;
	border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-size: 0.92em;
	text-align: left;
	vertical-align:top;
}

table#fra2 td.com1 {
	background-color: #f5f5f5;
}

table#fra3 {
    border-top:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
	width: 770px;
}

table#fra3 th {
	padding: 5px 10px;
	width: 180px;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-weight: normal;
	font-size: 0.92em;
	text-align: left;
	background-color: #f5f5f5;
}

table#fra3 td {
	padding: 5px 10px;
	border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
	font-size: 0.92em;
	text-align: left;
	vertical-align:top;
}


div#side {
	width: 180px;
	margin-top: 52px;
	float: right;
}

div#side ul {
	margin: 4px 0 0 13px;
	padding: 0;
	font-size: 0.92em;
	list-style: none;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

div#side li {
	margin: 0;
	padding: 5px 1em;
	border-bottom: 1px solid #dcdcdc;
}

div#dummy {
	clear: both;
}

div#footer {
	width: 780px;
	margin: 39px auto 0 auto;
	padding-bottom: 39px;
	text-align: right;
	font-size: 0.72em;
	border-top: 1px solid #f93;
	clear: both;
	overflow: hidden;
}


div.acce {
	margin-bottom: 39px;
	padding: 1em 10px 0.5em 10px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
}

div.acce strong {
	font-size: 1.20em;
}

p.ymd {
	font-size: 0.80em;
	text-align: right;
}

.jobs {
	background: url("../images/jobs_001.jpg") no-repeat fixed 80% 100%;
}

