@charset "shift_jis";
/* CSS Document */

*:first-child+html * {
	zoom:1;
}
html {
	height: 100%;
}
body {
	font-size: 13px;
	line-height: 1.22em;
	background-color: #F0F0F0;
	text-align: center;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}
a {
	color: #0088CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
input {
	vertical-align: -20%;
	margin-right: 2px;
}

.fsize11 {
	font-size: 85%;
}

.fsize12 {
	font-size: 93%;
}
.fcred {
	color: #FF3300;
}


.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0px;
	line-height:0;
	zoom:1;
}
#wrap {
	min-height: 100%;
	background-image: url(../img/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
*html #wrap {
	height: 100%;
}
#header {
	height: 70px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/hd_bg.gif);
}
#h1 {
	width: 770px;
	font-size: 85%;
	color: #999999;
	background-image: url(../img/h1_bg.gif);
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
}
#menu {
	height: 40px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/menu_bg.gif);
	list-style-type: none;
	overflow: hidden;
	clear: both;
}
#content {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
}

#footer {
	text-align: center;
	overflow: hidden;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 34px;
	clear: both;
	padding-top: 10px;
}
