/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left0 {
	float: left;
	margin-right: 14px;
}
.right0 {
	float: right;
	margin-left: 14px;
}
.t_1em {
	margin-left: 1em;
}
.t_80 {
	font-size: 90%;
}
.t_120 {
	font-size: 120%;
	font-weight: bold;
}
.t_130 {
	font-size: 130%;
	font-weight: bold;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.grr {
	color: #199C6F;
}
.g {
	color: #666666;
}
.red {
	color: #FF3300;
}

/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	text-align: center;
	background: url(../img/back.jpg) repeat;
	font-size: 16px;
}
/* container
---------------------------------------------------- */
#container {
	background: url(../img/header_back.jpg) repeat-x;
}
/* header
---------------------------------------------------- */
#header {
	width:940px;
	height: 66px;
}
h1 a {
	background: url(../img/header.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 300px;
	height: 66px;
	float: left;
}
h2 a {
	background: url(../img/header.jpg) no-repeat -300px 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 405px;
	height: 66px;
	float: left;
}
.topad {
	background: url(../img/header.jpg) no-repeat -705px 0px;
	text-indent: -9999px;
	text-decoration: none;
	width: 235px;
	height: 66px;
	float: left;
}
/* menusita
---------------------------------------------------- */
.book {
	background: url(../img/book.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 300px;
	height: 149px;
	display: block;
}
.menu_ad {
	background: url(../img/menu_ad.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 300px;
	height: 115px;
	display: block;
}


