@charset "utf-8";
/* 児云レイアウト ここから◎ */
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.5;
	background-image:url("/~hqkikaku/subject/images/backimg_kensa.png");
	background-position:center top;
	background-repeat:repeat-y;
	-moz-background-size:cover;
	background-size:cover;
}
#wrapper {
	width: 800px;
	margin: auto;
}
#main div {
	width: 800px;
}
#hd {
	height: 120px;
}
#hd2 {
	height: 70px;
}
#header h1,
#header p {
	margin: 0;
	padding: 0;
	height: 160px;
}
#navi ul li {
	list-style: none;
	font-size: 16px;
	font-weight:bold;
}
#navi ul li a {
	display: block;
	border-radius: 16px 16px 16px 16px;
	color: #FFFFFF;
	background-color:#31B404;
	text-decoration: none;
	width: 235px;
	text-align:center;
	height:8em;
	line-height:2em;
	float:left;
	margin-right:5px
}
#navi ul li a:hover {
	background-color:#3ADF00;
}

#footer {
	clear: both;
	background-color: transparent;
	background-image: url(/~hqkikaku/images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right -1180px;
}
#footer p {
	text-align: right;
	margin: 10px 0 10px 0;
	padding-top: 25px;
}
img {
	border: none;
}
/* 児云レイアウト ここまで● */
