@import "header.css";
@import "common.css";

body {
	font: 15px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", osaka;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../image/bg.gif);
}



/*ヘッダー領域文字サイズ*/
#header #serch #fontwrap #small {
	background: url(../image/fontsize_small.gif) no-repeat;
	height: 20px;
	width: 22px;
}
#header #serch #fontwrap #small a:hover {
	background: url(../image/fontsize_small_a.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#header #serch #default {
	background: url(../image/fontsize_default.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 22px;
}
#header #serch #fontwrap #default a:hover {
	background: url(../image/fontsize_default_a.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#header #serch #fontwrap #large {
	background: url(../image/fontsize_large_a.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 22px;
}
#header #serch #fontwrap #large a:hover {
	background: url(../image/fontsize_large_a.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
}