@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#313131;
margin:0;
padding:0;
background:#f8f8f5;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
/* overflow-y: hidden; */
 -webkit-text-size-adjust: none;
}

a:link{ color:#2c54c6;text-decoration:underline;}
a:visited{ color:#2c54c6;text-decoration:underline;}
a:hover{ color:#27a6e1;text-decoration:none;}
a:active{ color:#2c54c6;text-decoration:none;}

ul{ list-style:none;}

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

/*
html ----------------------------------------------------------*/




/* body base
===============================================================*/



 	

/* header
===============================================================*/

header {
	background:url(../images/header_back.jpg) repeat-x center top;
	height:50px;
	width:100%;
	min-width:980px;
		
}
#header_wrap {
	width:980px;
	margin:0 auto;
	position:relative;
}
#header_wrap h1 {
	font-size:18px;
	line-height:18px;
	text-align:left;
	color:#FFFFFF;
	padding:15px 0 0 10px;
}
#header_wrap .tell {
	position:absolute;
	top:0px;
	right:10px;
}

#main_vis {
	background:url(../images/main_back.gif) repeat-x center top;
	margin-bottom:41px;
}
#main_vis_wrap {
	width:980px;
	margin:0 auto;
}




footer {
	background:url(../images/footer_back.gif) repeat-x center top #016c60;
	width:100%;
	margin:0 auto;
	min-width:980px;
	padding:0 0 14px 0;
}
