@charset "shift_jis";

body {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	line-height: 160%;
	color: #333;
	font-size: 75%;
	margin: 0.1px;
}

.body div   {
	width: 100%;
	margin: 0 auto;
} 
a:hover {
	color: #F93
}
#header {
	height: 42px;
	width: 100%;
	background-image: url(img/header/herder_line.png);
	background-repeat: repeat-x;
}
#menu {
	width: 100%;
	height: 29px;
	height: 46px;
	background-image: url(img/header/bg_menu.png);
	background-repeat: repeat-x;
	text-align: center;
}
#main {
	width: 100%;
	height: auto;
	background-color: #FFF;
}
#main :after {
	font-size:1px;
/*	content:".";*/
	display:inline-block;
	height:00px;
	clear:both;
}
#main  {
	zoom:1;
}


#footer {
	width: 100%;
	height: 36px;
	clear: both;
	background-color: #FFF;
	background-image: url(../img/footer/bg_footer.png);
}
