@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #464646;
	font-size: 80%;
	font-family: sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
p,dt,dd,ol {
	line-height: 1.6;
}
a {
	color: #339966;
	text-decoration: underline;
}
a:hover {
	color: #8D8D28;
	text-decoration: underline;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 67px;
	clear: both;
	width: 100%;
}
.head-left {
	width: 115px;
	float: left;
	top: 33px;
	position: relative;
}
.summary {
	width: 515px;
	float: left;
	background-position: 30px;
	position: relative;
	top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.head-right {
	float: left;
	top: 30px;
	position: relative;
	width: 150px;
	height: 25px;
}
.head-right a {
	display: block;
	background-image: url(../images/contact1_a.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 25px;
}
.head-right a:hover {
	background-image: url(../images/contact1_h.jpg);
	background-repeat: no-repeat;
}
.head-right a span{
	display:none;
}

/* グローバルナビゲーション
---------------------------------------------*/
#h_navi {
	width: 100%;
	clear: both;
}
#h_navi ul {
	margin: 0;
	padding: 0;
}
#h_navi li {
	display: block;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#h_navi li a{
	display: block;
}
#h_navi01 a {
	background-image: url(../images/global1_a.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 109px;
}
#h_navi02 a {
	background-image: url(../images/global2_a.gif);
	height: 27px;
	width: 217px;
}
#h_navi03 a {
	background-image: url(../images/global3_a.gif);
	height: 27px;
	width: 231px;
}
#h_navi04 a {
	background-image: url(../images/global4_a.gif);
	height: 27px;
	width: 243px;
}
#h_navi01 a:hover {
	background-image: url(../images/global1_h.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 109px;
}
#h_navi02 a:hover {
	background-image: url(../images/global2_h.gif);
	height: 27px;
	width: 217px;
}
#h_navi03 a:hover {
	background-image: url(../images/global3_h.gif);
	height: 27px;
	width: 231px;
}
#h_navi04 a:hover {
	background-image: url(../images/global4_h.gif);
	height: 27px;
	width: 243px;
}
#h_navi a span {
	display:none;
}

/* パンクズリスト
---------------------------------------------*/
#rootlist {
	height:39px;
	vertical-align:middle;
}
#rootlist p{
	line-height:39px;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

/* ローカルナビゲーション
---------------------------------------------*/
#content {
	width: 100%;
	clear: both;
}
#secondary {
	float: left;
	width: 195px;
}
#localNavigation {
	width: 195px;
	background-color: #EFEFEF;
	padding-bottom: 20px;
}
#localNavigation ul {
	line-height: 1.2;
	background-color: #EFEFEF;
	padding-top: 5px;
}
#localNavigation ul li {
	padding-bottom: 2px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.5;
}
#localNavigation ul li a {
	display: block;
	width: 172px;
	text-decoration: underline;
	color: #339966;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	background-image: url(../images/bullet2_a.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	margin-left: 10px;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet2_h.gif);
	background-repeat: no-repeat;
}
#localNavigation ul li ul {
	margin-left: 11px;
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	list-style-image: none;
	list-style-type: none;
}
#localNavigation ul li ul li a {
	width: 163px;
	color: #339966;
	text-decoration: underline;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-top: 0px;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet2_h.gif);
	background-repeat: no-repeat;
}
.saiyou_b {
	width: 185px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	padding-left: 5px;
}
.saiyou_b a {
	display: block;
	background-image: url(../corporate/images/saiyou_a.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 50px;
}
.saiyou_b a:hover {
	background-image: url(../corporate/images/saiyou_h.gif);
	background-repeat: no-repeat;
}
.saiyou_b a span{
	display:none;
}

/* コンテンツ全般
---------------------------------------------*/
#corporate {
	float: right;
	width: 580px;
}
#corporate h1 {
	padding-bottom: 43px;
	padding-top: 11px;

}
#corporate h2 {
	padding-bottom: 22px;

}
.date   p  {
	text-align: right;
	padding-top: 0.5em;

}
.contactform {
	position: relative;
	width: 580px;
	height: 65px;
}
.contactform a {
	display: block;
	background-image: url(../images/contact3_a.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 65px;
}
.contactform a:hover {
	background-image: url(../images/contact3_h.gif);
	background-repeat: no-repeat;
}
.contactform a span {
	display:none;
}
.pagetop {
	text-align: right;

}
.pagetop2 {
	text-align: right;
	padding-bottom: 40px;

}
.pagetop3 {
	padding-bottom: 10px;
	padding-top: 15px;
}

/* 企業理念・論理規範
---------------------------------------------*/
.section {
	padding-left: 1.4em;
	padding-bottom: 20px;
}
.section dt {
	font-weight: bold;
}

.section dd {
	padding-left: 1em;
	padding-bottom: 20px;
}
.section ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-bottom: 20px;
}
.section ol li ol li {
	list-style-type: lower-roman;
}
.section ol li ol {
	padding-top: 20px;
}

/* 概要
---------------------------------------------*/
#outline {
	width: 580px;
	padding-bottom: 45px;
}
#outline .table {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #A5A5AB;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#outline .table dt {
	width: 140px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin: 0px;
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5AB;
}
#outline .table dd {
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A5A5AB;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#outline .table .line_none {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#license {
	border: 1px solid #95959D;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.license_center {

}
.license_left {
	float: left;
	white-space: nowrap;
	padding-right: 10px;
}
.license_right {
	float: left;
	white-space: nowrap;
	padding-left: 10px;
}
#license li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
}
#license p {
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #339966;
}
.green {
	color: #339966;
}
.black {
	color: #464646;
}

/* 沿革
---------------------------------------------*/
#history {
	width: 580px;
	padding-bottom: 45px;
}
#history .table {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #A5A5AB;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#history .table dt {
	width: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin: 0px;
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5AB;
}
#history .table dd {
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A5A5AB;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#history .table .line_none {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* 拠点
---------------------------------------------*/
#footholdtitle {
	clear: both;
	width: 580px;
}
#corporate #footholdtitle h1{
	/*padding-bottom: 23px;*/
	padding-bottom: 13px;
	padding-top: 11px;

}
#corporate h2.tokyo {
	padding-bottom: 10px;

}
#footholdtitle a {
	line-height: 1.8;
	padding-right: 10px;
}
#footholdtitle .anchor {
	width: 580px;
	/*float: left;
	padding-bottom: 25px;*/
	padding-bottom: 15px;
}
.foothold {
	clear: both;
	width: 580px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.foothold p {
	line-height: 1.2;
}
.foothold_left {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.foothold_right {
	float: right;
	width: 390px;
	padding-left: 10px;
	
}
.foothold_right dt {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.foothold_right dd {
	/*padding-bottom: 10px;*/
	padding-bottom: 5px;

}
.foothold_head {
	width: 570px;
	padding-left: 10px;
	/*background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
	
}
.foothold_head p {
	line-height: 1.2;
}
.foothold_head dt {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.foothold_head dd {
		padding: 10px 0;
	/*padding-bottom: 10px;*/

}
.foothold2 {
	clear: both;
	width: 580px;
	/*padding-top: 5px;*/
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.foothold2 p {
	line-height: 1.2;
}
.foothold2_left {
	float: left;
	width: 278px;
	padding-left: 10px;
	
}
.foothold2_left dt {
	font-weight: bold;
	padding-top: 10px;
	/*padding-bottom: 5px;*/
}
.foothold2_left dd {
	/*padding-bottom: 10px;*/
	padding-bottom: 0px;

}
.foothold2_right {
	float: right;
	width: 278px;
	padding-left: 10px;
	
}
.foothold2_right dt {
	font-weight: bold;
	padding-top: 10px;
	/*padding-bottom: 5px;*/
}
.foothold2_right dd {
	/*padding-bottom: 10px;*/
	padding-bottom: 0px;

}
.wrap {
	clear: both;
	width: 580px;
}

/* 業績
---------------------------------------------*/
#pdf {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
	margin-top: 5px;
}
#pdf .text {
	float: left;
	width: 330px;
}
#pdf .pdf_img {
	float: right;
	height: 39px;
	width: 158px;
}

/* 採用情報
---------------------------------------------*/
.section .employment {
	font-size: 130%;
	text-align: center;
	padding-bottom: 28px;
	padding-top: 25px;
}
.employment {
	width: 580px;
	padding-bottom: 45px;
}
.employmenttitle {
	font-weight: bold;
	padding-left: 5px;
	font-size: 105%;
	background-color: #DDDD9F;
	margin-bottom: 5px;
}
.employment-table {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #A5A5AB;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.employment-table dt {
	width: 130px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5AB;
}
.employment-table dd {
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A5A5AB;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.employment-table .line_none {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.body dt {
	font-weight: bold;
}
.body dd {
	padding-top: 5px;
	padding-bottom: 25px;
}
#entry {
	width: 510px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #95959D;
	margin-bottom: 45px;
	padding: 15px;
}
#entry .left {
	width: 330px;
	float: left;
}
#entry p {
	line-height: 1.3;
}
#entry .right {
	width: 170px;
	float: right;
	text-align: center;
}
.bold {
	font-weight: bold;
	padding-bottom: 10px;
	color: #339966;
	font-size: 110%;
}
.entry {
	padding-left: 1em;
	font-weight: bold;
}
.space {
	padding-left: 1em;
}
.under {
	padding-left: 1em;
	padding-top: 15px;
}
.button {
	border: 1px solid #339966;
	margin-left: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	width: 16em;
	text-align: center;
	margin-top: 0.2em;
}
#employ_contact {
	width: 560px;
	clear: both;
	margin-bottom: 45px;
	padding: 10px;
	background-color: #DDDD9F;
}
#employ_contact .right {
	float: left;
}
#employ_contact .left {
	float: left;
	width: 130px;
	font-weight: bold;
	padding-left: 0.2em;
}

/* 個人情報
---------------------------------------------*/
.section_3 {
	padding-left: 1.4em;
	padding-bottom: 17px;
}
.section_3 dt {
	font-weight: bold;
}

.section_3 dd {
	padding-left: 1em;
	padding-bottom: 20px;
}
.section_3 ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-bottom: 20px;
}
.section_3 table {
	width: 545px;
	line-height: 1.4;
}
.section_3 th {
	width: 1.8em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding-top: 7px;
}
.section_3 td {
	padding-top: 7px;
}

/* サイトマップ
---------------------------------------------*/
#saitemap {
	padding-bottom: 45px;
	padding-top: 25px;
	padding-left: 25px;
}
#saitemap h1 {
	padding-bottom: 25px;
}
#saitemap p {
	padding-top: 20px;
	font-weight: bold;
}
#saitemap ul {
	line-height: 1.2;
	padding-top: 5px;
}
#saitemap ul li {
	padding-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.5;
	padding-top: 7px;
}
#saitemap ul li a {
	text-decoration: underline;
	color: #339966;
	background-image: url(../images/bullet1_a.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	margin-left: 1.5em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#saitemap ul li a:hover {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet1_h.gif);
	background-repeat: no-repeat;
}
#saitemap ul li ul {
	margin-left: 11px;
}
#saitemap ul li ul li {
	padding-bottom: 7;
	background: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 7px;
}
#saitemap ul li ul li a {
	color: #339966;
	background-image: url(../images/bullet1_a.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	margin-left: 1.5em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#saitemap ul li ul li a:hover {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet1_h.gif);
	background-repeat: no-repeat;
}

/* トピックス
---------------------------------------------*/
#topics {
	width: 565px;
}
#topics dt {
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}
#topics dd {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #84848C;
	padding-left: 15px;
	margin-left: 1px;
}

/* フッターナビゲーション
---------------------------------------------*/
#footer {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
	padding-top: 25px;
}
#footer2 {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
	padding-top: 5px;
}
#footer3 {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
	padding-top: 45px;
}
#footer-space {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
}
.footerall {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	width: 800px;
}
#footer-left {
	float: left;
	width: 130px;
}
.footer-left-img {
	text-align: center;
	padding-top: 22px;
}
#footer-navigation {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
ul.footernavigation  {
	list-style-image: none;
	margin: 0 0 5px 0;
	padding: 0px;
}
.footernavigation li {
	display: inline;
}
.footernavigation li a {
	color: #4B4B4B;
	text-decoration: underline;
	background-image: url(../images/bullet1_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 7px;
	padding-left: 10px;
	line-height: 1.6;
}
.footernavigation li a:hover {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet1_h.gif);
	background-repeat: no-repeat;
}
.footernavigation li.comingsoon{
	background-image: url(../images/bullet1_a.gif);
}
#footer-right {
	float: left;
	width: 119px;
}
.footer-right-img {
	text-align: center;
	padding-top: 20px;
}
#copyright {
	clear: both;
	font-size: 75%;
	line-height: 1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* 組織図
---------------------------------------------*/
#organization {
	width: 580px;
	padding-bottom: 45px;
}
