@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* h3 */
#main h3{
	margin-bottom:15px;
}
/* table */
#main table{
	width:730px;
	border-top:1px solid #CECECE;
	_color:#666;
	_line-height:1.6;
}
#main table th{
	width:120px;
	padding:10px 15px;
	border-bottom:1px solid #CECECE;
	background:#eee;
	white-space:nowrap;
}
#main table td{
	padding:10px 15px;
	border-bottom:1px solid #CECECE;
}
#main table table, #main table table th, #main table table td{
	width:auto;
	margin:0;
	border:none;
	padding:0;
	margin:0;
	vertical-align:top;
}
#main table table.mb10{
	margin-bottom:10px;
}
#main table table td.pb10{
	padding-bottom:10px;
}

/* qualification_table */
#main #qualification_table{
	width:410px;
	border-top:1px solid #CECECE;
}
#main #qualification_table td{
	color:#008530;
	white-space:nowrap;
}
#main #qualification_table td.t_right{
	color:#666;
}

.map_img{
	width: 730px;
	text-align: center;
	border: 1px solid #000;
}

.map_img img{
	width: 98%;
}


#main ul{
	margin: 0 0 25px 2em;
	padding: 0 0 0 20px;
	text-indent: -2em;
}
#main ul.mb10{
	margin: 0 0 15px 2em;
}

#main ul li{
	margin: 0 0 5px 0;
}

#main ul p{
	margin: 0 0 5px;
	padding: 0 0 0 2em;
	text-indent: 0em;
}
#main p.kome,.kome,#main ul p.kome{
	margin: 0 0 5px 1em;
	text-indent: -1em;
}

.kome.mb25{
	margin: 0 0 25px 1em;
}

.mg{
	margin: 25px 0 10px;
}



