@charset "utf-8";

/*--------------------------------------------------------------------
 #bodyclm #body-head
--------------------------------------------------------------------*/
#body-head {
	margin: 0 0 20px;
	padding-bottom:10px;
	background: #d2d2d2 url(/corp/img/top/top_body_head_bg.jpg) 0 0 repeat-x;
}
#body-head .branding{
	padding:10px 10px 0;
	width: 940px;
	height: 230px;
}
.serviceindex{
	padding:10px 10px 0;
	width: 940px;
}
.serviceindex ul{
	overflow:hidden;
	padding: 10px;
	background-color:#fff;
}
* html .serviceindex ul{
	zoom:1;
}
.serviceindex li {
	width: 300px;
}
.serviceindex li.ns{
	float: left;
}
.serviceindex li.ss{
	float: left;
	margin-left: 10px;
}
.serviceindex li.ws {
	float:right;
}
.serviceindex li p.link-clm {
	margin-top: 3px;
}
.serviceindex li p.link-clm a {
	display: block;
	padding:5px 0 3px 10px;
	border:1px solid #dddddd;
	color: #666;
	font-size:75%;
	line-height:1.5em;
	font-weight:bold;
}
.serviceindex li p.link-clm a em{
	display:block;
	font-size:91.6666%;
	line-height:1.3636em;
	font-weight:normal;
}
.serviceindex .ns .link-clm a{
	background:#eee url("/corp/img/top/top_serviceindex_ns_arr.gif") 281px 50% no-repeat;
}
.serviceindex .ss .link-clm a{
	background:#eee url("/corp/img/top/top_serviceindex_ss_arr.gif") 281px 50% no-repeat;
}
.serviceindex .ws .link-clm a{
	background:#eee url("/corp/img/top/top_serviceindex_ws_arr.gif") 281px 50% no-repeat;
}
.serviceindex li .link-clm a:hover {
	text-decoration: none;
	color:#fff;
	background-position:-19px 50%;
}
.serviceindex li.ns .link-clm a:hover{
	border:1px solid #33abf7;
	background-color: #33abf7;
}
.serviceindex li.ss .link-clm a:hover{
	border:1px solid #eaac00;
	background-color: #eaac00;
}
.serviceindex li.ws .link-clm a:hover{
	border:1px solid #66cc33;
	background-color: #66cc33;
}

/*--------------------------------------------------------------------
 #bodyclm #body-main
--------------------------------------------------------------------*/
#body-main {
	float: left;
	width: 660px;
}
/* for IE 7 */
*:first-child+html #body-main {
	height: auto;
}
#body-main .mainclm{
	margin-bottom:20px;
}
#body-main .h3ttl{
	margin-bottom:20px;
	min-height:50px;
}
* html #body-main .h3ttl{
	height:50px;
}
#body-main .information .h3ttl{
/*	border-top:2px solid #ccc;*/
	background:#E6E6E6 url(/corp/img/top/top_h3_bg_information.jpg) repeat-x scroll 0 0;
}
#body-main .press .h3ttl{
/*	border-top:2px solid #ccc;*/
	background:#E6E6E6 url(/corp/img/top/top_h3_bg_press.jpg) repeat-x scroll 0 0;
}
#body-main .h3ttl em{
	float:right;
	padding:11px 0 9px;
}
#body-main .h3ttl em a{
	display:block;
}
#body-main .information .h3ttl em a{
	background: url("/corp/img/top/top_h3_btn_info_on.jpg") no-repeat;
}
#body-main .press .h3ttl em a{
	background: url("/corp/img/top/top_h3_btn_press_on.jpg") no-repeat;
}
#body-main .h3ttl em a:hover img {
	visibility: hidden;
}
#body-main .h3ttl h3{
	padding:13px 0 0 8px;
	font-size:112.5%;
	line-height:1.3333em;
	font-weight:bold;
}
#body-main .mainclm dl {
	font-size: 75%;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}
#body-main .mainclm dt {
	float: left;
	margin: 0;
	padding:0 10px 10px 0;
	width: 5.5em;
}
#body-main .mainclm dd {
	margin: 0;
	padding:0 0 10px;
}
#body-main .mainclm dl:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* WinIE7 only */
*:first-child+html #body-main .mainclm dl {
	height:1%;
}
/* WinIE6 and below */
/*\*/
* html #body-main .mainclm dl {
	height:1%;
}
/**/

/*--------------------------------------------------------------------
 #bodyclm #body-sub
--------------------------------------------------------------------*/
#body-sub {
	float: left;
	margin-left: 40px;
	width: 260px;
}
#body-sub .outline{
}
#body-sub .company{
	margin-top: 20px;
}
#body-sub .massage{
	margin-top: 20px;
}
#body-sub li{
	border: 1px solid #cccccc;
}
#body-sub li a{
	display: block;
	border-bottom: 1px solid #cccccc;
}
#body-sub .outline a {
	background: url("/corp/img/top/top_body_sub_btn_outline_on.jpg") no-repeat;
}
#body-sub .company a {
	background: url("/corp/img/top/top_body_sub_btn_company_on.jpg") no-repeat;
}
#body-sub .massage a {
	background: url("/corp/img/top/top_body_sub_btn_massage_on.jpg") no-repeat;
}
#body-sub li a:hover img {
	visibility: hidden;
}
/* IE hidden bug(a:hover) escape */
#body-sub li a:hover {
	background-color:#fff;
}
#body-sub li p{
	font-size: 75%;
	padding: 10px;
}

/*--------------------------------------------------------------------
 #bodyclm #body-foot
--------------------------------------------------------------------*/
#body-foot {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
	width: 950px;
}
#body-foot .pgtop a{
	background: url("/corp/img/common/common_btn_pagetop_on.jpg") no-repeat;
	display: block;
	margin-left: 850px;
	height: 20px;
}
#body-foot .pgtop a img{
	vertical-align:top;
}
#body-foot .pgtop a:hover img {
	visibility: hidden;
}
/* IE hidden bug(a:hover) escape */
#body-foot .pgtop a:hover {
	background-color:#fff;
}
