@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	padding:0;
	color:#313131;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Arial,Helvetica,Verdana,sans-serif;
	font-size:80%;
	line-height:1.5;
	background-color:#FFF;
}

h2, h3, h4, h5, h6{
	clear:both;
	font-size:80%;
}

/*
p{
	margin:12px 0;
}
*/

.font_s{
	font-size:85%;
}

.point_brown{
	color:#7E553B;
}

/*clearfix*/

#gnav:after, .faq_box:after, .faq_box_l:after, .index_menu:after, .news_list li:after, .sitemap_list li:after, .sitemap_list li ul:after, .normal_list_half:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* IE6 */

* html .faq_box, * html .gray_box .normal_list_half{
	height:1em;
}

/*
LINK
---------------------------------------------------------*/

a:link{
	color:#0158A2;
	text-decoration:none;
}

a:visited{
	color:#652A8F;
	text-decoration:none;
}

a:hover{
	color:#0158A2;
	text-decoration:underline;
}


/*
NAV SKIP
---------------------------------------------------------*/

.navskip{
	display:none;
}


/*
WRAPPER
---------------------------------------------------------*/

#wrapper{
	width:100%;
	background:url(../img/bg.gif) repeat-x top center #FFF;
}

hr{
	clear:both;
	display:none;
}

.clear{
	clear:both;
	font-size:1%;
	line-height:0;
	height:0;
}

.image_right{
	margin:0 0 10px 20px;
	float:right;
}

.image_left{
	margin:0 20px 10px 0;
	float:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

img{
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}

.line{
	margin:15px 0;
	height:1px;
	background:url(../img/dotted_line.gif) repeat-x bottom;
}

.gray_box{
	margin:15px 0 10px 0;
	padding:5px 15px;
	background-color:#EEE;
	border:3px solid #DDD;
}

.yel_box{
	margin:15px 0 10px 0;
	padding:5px 15px;
	background-color:#FFF8DF;
	border:3px solid #EDE0B8;
}


/*
map
---------------------------------------------------------*/

#contents{
	width:100%;
	margin: 20px auto;
}

.img_box	{
	margin-bottom: 10px;
}