﻿/* CSS Document */
@charset "utf-8";

/* メイン画像（下層ページ） */

#main2_top{
	height:120px;
	background-image: url(../img/facilities/header_bg.png);
	background-repeat:repeat-x;
	margin:0 auto;
}



/* メイン（中） */

.main_naka{
	width:830px;
	margin-bottom:40px;
 	margin-left:auto;
 	margin-right:auto;
}

.sisetsu_name{
	width:830px;
	margin-bottom:10px;
 	margin-left:auto;
 	margin-right:auto;
}


.sisetsu_text{
	margin-top:10px;
	font-size:13px;
	color: #666666;
	line-height:160%;
	text-align:justify;
}

.sisetsu_left{
	width:405px;
	float:left;
	font-size:10px;
	color: #666666;
	text-align:left;
	line-height:180%;
}

.sisetsu_right{
	width:405px;
	font-size:11px;
	color: #666666;
	text-align:left;
	line-height:180%;
	margin-left:425px;

}




