﻿#main-pic-area{
	width:100%; height:190px;
	background:url(../images/main-pic-bg.jpg) repeat-x;
	background-position:center bottom;
}
#pic-area{
	width:980px; height:190px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/pic-area-bg.png);
	box-sizing:border-box;
	text-align:center;
}
#pic-area h1{
	font-size:14pt;
	padding:25px;
	margin:0 30px;
	border-bottom:1px dotted #5abf1b;
	line-height:1.0;
}
#pic-area p{
	padding-top:10px;
	padding-left:30px; padding-top:10px;
	color:#333;
}
#main-content{
	margin-top:40px;
	position:relative;
	overflow:hidden;
}
#sub-menu{
	float:left;
	width:240px;
	background:#fff;
	margin-bottom:40px;
	box-sizing:border-box;
	border:1px solid #d7cbbb;
}

#sub-menu h1{
	color:#fff;
	height:50px;
	font-size:12pt;
	line-height:50px;
	padding:0 10px;
	background-color:#5abf1b;
	background-image:url(../images/sub-arrow1.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
#sub-menu li{
	height:50px;
	box-sizing:border-box;
	border-bottom:1px dotted #ddd;
}

#sub-menu li a:hover{
	background-color:#97E765;
	background-image:url(../images/sub-arrow1.png);
	text-decoration:underline;
	color:#fff;
}
#sub-menu li a{
	display:block;
	width:100%; height:100%;
	text-decoration:none;
	text-indent:10px;
	line-height:50px;
	background-image:url(../images/sub-arrow2.png);
	background-repeat:no-repeat;
	background-position:95% center;
	transition:all 0.5s ease;
	font-size:10pt;	
}
#main{
	float:right;
	width:700px;

	margin-bottom:40px;	
}
#main section{
	width:700px;
	box-sizing:border-box;
	background:#fff;
	margin-bottom:40px;
	border:1px solid #d7cbbb;
	padding-bottom:10px;
}
#tel-box h1{
	background:url(../images/about-gaiyou-icon.jpg) no-repeat;
	background-position:left top;
	border-bottom:4px solid #5abf1b;
	height:56px;
	line-height:60px;
	padding-left:75px;
	font-size:14pt;
	margin-bottom:10px;
}
#tel-box p,#mail-box p{
	margin:20px auto;
	width:658px;
}
#tel-box p strong,#mail-box p strong,#mail-box p strong a{
	font-size:20pt;
	font-weight:normal;
	color:#5abf1b;
}
#mail-box h1{
	background:url(../images/map-icon.jpg) no-repeat;
	background-position:left top;
	border-bottom:4px solid #5abf1b;
	height:56px;
	line-height:60px;
	padding-left:75px;
	font-size:14pt;
	margin-bottom:10px;
}

#kyujin-box h1{
	background:url(../images/kyujin-icon.jpg) no-repeat;
	background-position:left top;
	border-bottom:4px solid #5abf1b;
	height:56px;
	line-height:60px;
	padding-left:75px;
	font-size:14pt;
	margin-bottom:10px;
}
#kyujin-box p{
	margin:20px auto;
	width:658px;
}

table{
	margin:20px auto;
	width:658px;
	border-collapse:collapse;
}

table th{
	border-bottom:1px solid #ddd;
	padding:10px 0;
	width:30%;
}
table td{
	border-bottom:1px solid #ddd;
	padding:10px 0;
	width:70%;
}
