/*全ページ共通の設定項目*/
@charset "Shift_JIS";
body { 
	background-color: #FFFFFF; 
	text-align: center; 
	margin: 0; 
	padding: 0 ;  
	font: 85%/1.5em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif; 
	}
	
div,td,th,p,pre  { 
	font: 98%/1.5em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif; 
	text-align: left; 
	margin: 0; }
	
img { 
	vertical-align: bottom; 
	border: 0 
	}
	
li {
	margin: 0;
	padding:0;
	list-style: none;
	}
	
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color:#0066CC ;
	}

 a:hover {
	color:#CC0033;
	}
	
.clearfix:after { content: ""; display: block; clear: both; }
	
/*包括ブロック*/	
	
#wrapper {
	margin:0 auto;
	padding:0;
	width:750px;
	background-color:#ffffff;
	text-align:left;
	position:relative;
	}

/*ヘッダー*/
#header {
	width:750px;
	height:78px;
	margin-bottom:10px;
	background-color:#E5EFAA;
	background-image:url(../common_pic/common_pic_headback.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}

#header * {
	margin:0;
	padding:0;
	}
	
#header a {
	display:block;
	text-decoration:none;
	text-indent:-10000px;
	}

#header li {
	list-style:none;
	display:inline;
	}


#logo {
	width:204px;
	height:78px;
	}

#logo a {
	width:204px;
	height:78px;
	}
	

#fontsizesmall a	{	
	width:22px; 
	height:20px; 
	position:absolute;	
	left:633px; top:15px;	
	}
	
#fontsizedefault a	{	
	width:38px; 
	height:20px; 
	position:absolute;	
	left:665px; top:15px;	
	}
	
#fontsizelarge a {	
	width:22px; 
	height:20px; 
	position:absolute;	
	left:712px; top:15px;	
	}
	
#submenu #sitemap a {
	width:81px;
	height:19px;
	position:absolute;
	left:450px; top:54px;
	}
	
#submenu #toiawase a {
	width:87px;
	height:19px;
	position:absolute;
	left:538px; top:54px;
	}
	
#submenu #hogohou a {
	width:114px;
	height:19px;
	position:absolute;
	left:630px; top:52px;
	}
	
/*下部エリア*/	
 
#contentsarea {
	width:750px;
	margin-top:15px;
	} 
	
#contentsarea li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
	
/*フッター*/
	
p.address {
	text-decoration:none;
	color:#003300;
	text-align:left;
	clear:both;
	}
	
p.address .houjin {
	font-size:85%;
	}
	
p.address .name {
	font-size:110%;
	} 
