@charset "utf-8";
#contents_box{
	width: 840px;
	margin: 0 auto;
	display: flex;
	margin-top: 24px;
}
#company h1{
	text-align: center;
	margin-top: 24px;
}
#company h2{
	margin-bottom: 24px;
}
#company_nav{
	width: 180px;
	margin-top: 24px;
}
#company_nav p{
	margin-top: 12px;
	margin-left: 8px;
}
#company main{
	padding-left: 24px;
	margin-top:24px;
	border-left: 1px solid #D1C0AC;
}
#company .pagetop{
	width: 636px;
	padding-bottom:3px;
	margin-top: 48px;
	margin-bottom:48px;
	border-bottom:1px solid #D1C0AC;
	text-align: right;
	}
#company .pagetop:last-child{
	border: none;
}
/*local_nav
--------------------------------------*/
#company_nav li{
	border-bottom: 1px dotted #D1C0AC;
	margin-right: 12px
	}

#company_nav li a{
	width:156px;
	height:30px;
	display:block;
	color:#9C7B5A;
	font-size:1.1em;
	text-decoration:none;
	padding-left:12px;
	padding-top:12px;
	}

#company_nav li a:hover{
	background-color:#F3ECD8;
	background-image:url(images/dotted_line_ov.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

/*会社概要
--------------------------------------*/	
#company_profile dt{
	clear:both;
	float:left;
	line-height:1.8em;
	}
#company_profile dd{
	margin-left:120px;
	line-height:1.8em;
	}

/*沿 革
--------------------------------------*/
#history_box{
	margin-top:48px;
	padding-top:48px;
	border-top:1px solid #D1C0AC;
	}
#history_box dt{
	clear:both;
	float:left;
	line-height:1.8em;
	}
#history_box dd{
	margin-left:120px;
	line-height:1.8em;
	}

/*ごあいさつ
--------------------------------------*/
#message_box h3{
	margin-bottom:12px;
	}
#message_box .message{
	width: 600px;
	margin-bottom: 22px;
}
#president{
	width:473px;
	height:146px;
	text-align:right;
	padding-right:126px;
	background-image:url(images/president_img.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#president p{
	padding-top:100px;
	}




