@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;
}
#localNavigationlist {
	width: 195px;
	clear: both;
}
#localNavigationlist ul {
	list-style: none;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #19AA62;
} 
#localNavigationlist li {
	display: inline;
	width: 195px;

}
#localNavigationlist a span {
	display:none;
}
#localNavigationlist a {
	background-image: url(../corporate/images/localnavi2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 195px;
}
#navi01 a {
	background-position: 0px 0px;
}
#navi02 a {
	background-position: 0px -41px;
}
#navi03 a {
	background-position: 0px -82px;
}
#navi04 a {
	background-position: 0px -123px;
}
#navi01 a:hover {
	background-position: -195px 0px;
}
#navi02 a:hover {
	background-position: -195px -41px;
}
#navi03 a:hover {
	background-position: -195px -82px;
}
#navi04 a:hover {
	background-position: -195px -123px;
}

#localNavigation {
	width: 195px;
	background-color: #EFEFEF;
	padding-bottom: 20px;
	clear: both;
}
#localNavigation ul {
	line-height: 1.2;
	background-color: #EFEFEF;
}
#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: 162px;
	text-decoration: underline;
	color: #339966;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(../images/bullet2_a.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	margin-left: 20px;
}
#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;
}
.saiyou {
	width: 185px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	padding-left: 5px;
}
.saiyou a {
	display: block;
	background-image: url(../corporate/images/saiyou_a.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 50px;
}
.saiyou a:hover {
	background-image: url(../corporate/images/saiyou_h.gif);
	background-repeat: no-repeat;
}
.saiyou a span{
	display:none;
}

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

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

}
#corporate h3 {
	margin: 0px;
	height: 176px;
	padding: 0px;
}
#corporate h4 {
	padding-bottom: 15px;
}
.date   p  {
	text-align: right;
	padding-top: 0.5em;

}
.conceptbook {
	width: 191px;
	height: 23px;
	padding-top: 10px;
	clear: both;
}
.conceptbook a {
	display: block;
	background-image: url(../classite/images/cl_b_a.gif);
	background-repeat: no-repeat;
	width: 191px;
	height: 23px;
}
.conceptbook a:hover {
	background-image: url(../classite/images/cl_b_h.gif);
	background-repeat: no-repeat;
}
.conceptbook a span {
	display:none;
}
.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;
	padding-top: 45px;

}
#servicebetu {
	padding-right: 52px;
	padding-left: 52px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	width: 476px;
	padding-top: 20px;
}
.service_left {
	float: left;
	width: 227px;
}
.service_right {
	float: right;
	width: 227px;
}
#servicebetu .service {
	list-style-image: none;
	list-style-type: none;
}
#servicebetu .service li {
	display: block;
}
#servicebetu .service a {
	text-decoration: underline;
	display: block;
	height: 30px;
	width: 217px;
	background-image: url(../classite/images/service_b_a.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 13px;
	margin-bottom: 20px;
}
#servicebetu .service a:hover {
	color: #FFFFFF;
	background-image: url(../classite/images/service_b_h.gif);
}
#select1 {
	clear: both;
	width: 580px;
	height: 69px;
	padding-bottom: 25px;
}
#select1 .left {
	float: left;
}
#select1 .right {
	float: right;
}
#select2 {
	width: 546px;
	background-color: #FFFFCC;
	margin-bottom: 45px;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 17px;
	margin-top: 25px;
	line-height: 1.5;
}
#select2 dt {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../classite/images/cl_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 13px;
	padding-top: 7px;
}
#select2 dd {
	padding-left: 1em;
	line-height: 1.3;
	padding-top: 7px;
}
.style1 {
	color: #19AA62
}
.img {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.section {
	clear: both;
	padding-left: 1.5em;
	padding-bottom: 45px;
}
.section .left {
	width: 350px;
	float: left;
}
.section .right {
	width: 191px;
	float: right;
}
#section1 {
	clear: both;
	padding-left: 17px;
	padding-bottom: 45px;
	width: 563px;
}
#section1 .left {
	width: 350px;
	float: left;
}
#section1 .right {
	width: 191px;
	float: right;
}
#section2 {
	padding-left: 1.5em;
	padding-top: 25px;
	padding-bottom: 25px;
}
#section2 p {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	color: #585858;
}
#section2 .table {
	padding: 0px;
	margin: 0px;
}
#section2 .table dt {
	width: 155px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	float: left;
	clear: both;
}
#section2 .table dd {
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#section3 {
	width: 562px;
	padding-top: 25px;
	padding-bottom: 45px;
	padding-left: 18px;
	margin: 0px;
}
#section3-1 {
	background-image: url(../classite/images/cl_top_img_12.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#section3-1 .left {
	width: 144px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#section3-1 .right {
	width: 387px;
	float: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#section3-2 {
	clear: both;
	background-image: url(../classite/images/cl_top_img_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#section3-2 .left {
	float: left;
	padding-left: 32px;
	width: 133px;
	padding-top: 15px;
}
#section3-2 .right {
	width: 387px;
	float: right;
	padding-top: 10px;
}
#section3-3 {
	clear: both;
	background-image: url(../classite/images/cl_top_img_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#section3-3 .left {
	width: 133px;
	float: left;
	padding-left: 32px;
	padding-top: 15px;
}
#section3-3 .right {
	width: 387px;
	float: right;
	padding-top: 10px;
}
#section3-4 {
	clear: both;
	background-image: url(../classite/images/cl_top_img_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#section3-4 .left {
	width: 133px;
	float: left;
	padding-left: 32px;
	padding-top: 15px;
}
#section3-4 .right {
	width: 387px;
	float: right;
	padding-top: 10px;
}
#section3-5 {
	background-image: url(../classite/images/cl_top_img_13.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 562px;
}
#section3-5 .left {
	width: 133px;
	float: left;
	padding-left: 32px;
	padding-top: 15px;
}
#section3-5 .right {
	width: 387px;
	float: right;
	padding-top: 10px;
}
#section3-5 img {
	margin: 0px;
	padding: 0px;
}
#section4 {
	width: 532px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 18px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bottom1 {
	padding-bottom: 25px;
}
.bottom2 {
	padding-bottom: 10px;
}
.bold {
	font-weight: bold;
	color: #585858;
}
#pdf {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
	margin-top: 45px;
}
#concept {
	height: 78px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#concept .conceptimg {
	float: left;
	width: 77px;
	height: 78px;
	padding-right: 10px;
}
#concept p {
	padding-top: 10px;
}
#pdf .text {
	float: left;
	width: 330px;
}
#pdf .pdf_img {
	float: right;
	height: 39px;
	width: 158px;
}
.service ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.service li {
	list-style-image: none;
	list-style-type: none;
}
.service li a {
	color: #339966;
	text-decoration: underline;
	background-image: url(../images/bullet1_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.8;
}
.service li a:hover {
	color: #8D8D28;
	text-decoration: underline;
	background-image: url(../images/bullet1_h.gif);
	background-repeat: no-repeat;
}

/* フッターナビゲーション
---------------------------------------------*/
#footer {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
	padding-top: 45px;
}
#footer2 {
	width: 100%; /* for WinIE6,7 */
	font-size: 80%;
	clear: both;
	padding-top: 25px;
}
#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;
}

