@charset "utf-8"; 

@import url("menu.css");
@import url("top.css");
@import url("contetns.css");

/* base  ---------------------------------------------------- */
html{
	height:100%;
}
body{
	margin:0px auto 0px auto ;
	padding:58px 0px 0px 0px;
	font-size: 13px;
	*font-size: 80%; /* IE7 */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	line-height:140%;
	width:950px;
}

body a {
	color:#a40505;
}

.gecko body {
	font-size: 20px;
}

form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
	font-size: 13px;
}
td,th{
	vertical-align:top;
	line-height:16px;
}
.clear{
	clear:both;
}
h1{
	background:#ffffff url(images/waku_top.gif) no-repeat bottom;
	margin:0px 0px 0px 0px;
	padding:3px 10px 30px 0px;
	font-size: 11px;
	*font-size: 80%; /* IE7 */
	*letter-spacing:1px; /* IE7 */
	font-weight:normal;
	text-align:right;
	line-height:14px;
}
body > #bg{
	height:auto;
}
img{
	border:0px;
}

/* main ---------------------------------------------------- */
#bg{
	background:url(images/bg.gif) repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	height:100%;
	width:950px;
}
#menu{
	margin:-19px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	width:200px;
	float:left;
	height: 100%;
}
#contents{
	margin:-19px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	width:720px;
	float:left;
}

/* for_top  ---------------------------------------------------- */
.for_top{
	margin:9px 0px 0px 634px;
	padding:0px 0px 0px 0px;
}


/* foot  ---------------------------------------------------- */


#foot{
	background:#ffffff url(images/foot_bg.gif) repeat-y;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	font-size: 11px;
	*font-size: 80%; /* IE7 */
	color:#333333;
	height:50px;
	width:950px;
	text-align:center;
	*letter-spacing:1px; /* IE7 */
}
#foot a {
	color: #333333;
}
#foot a:hover {
	color: #a40505;
}
.foot_menu{
	background:#ffffff;
	margin:35px 0px 0px 0px;
	padding:0px 0px 77px 0px;
	color:#333333;
	text-align:center;
	font-size: 11px;
}
h3 {
	background-image: url(images/h3_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
h2 {
	background-image: url(images/h3_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
#sekou_area {
	padding-top: 30px;
	border: 1px solid #999999;
	padding-bottom: 30px;
	margin-top: 30px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

