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

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

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



/* メイン 中 */

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

#main_left{
	width:460px;
	float:left;
	font-size:13px;
	color: #666666;
	line-height:160%;
	text-align:justify;
	margin-top:5px;
}

#main_right{
	width:310px;
	margin-left:510px;
}

#main_right img{
	margin-right:20px;
}


/* メイン 下 */

.point_box{
	width:780px;
	height:80px;
	margin-left:25px;
	margin-top:15px;
}

.point_left{
	width:8px;
	float:left;
}

.point_right{
	width:710px;
	margin-left:30px;
	font-size:13px;
	color: #666666;
	line-height:160%;
	text-align:justify;
	margin-top:5px;
}

.point_right img{
	margin-bottom:10px;

}
