@charset 'UTF-8' ;

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	font-size: 14px;
	font-family:  "Lucida Grande", sans-serif;
	background: url(../images/panel.jpg) repeat;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}


#wrapper {
	width: 840px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #3399FF;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#header #title {
	background: #FFFFFF;
	float: left;
	width: 550px;
}
#title img {
	margin-left: 20px;
	margin-top: 15px;
}
#header #sub {
	float: left;
	width: 250px;
	background: #FFFFFF;
}
#sub img {
	float: left;
}
#sub p {
	font-size: 93%;
	color: #333333;
	margin-top: 8px;
	margin-right: 6px;
	margin-left: 6px;
}
#content {
	width: 800px;
	background: #FFFFFF;
	margin: 10px auto;
}
#content #kifu {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
}
#content #other {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
	margin-top: 10px;
	background: #ECF5FF;
	padding: 4px;
}
#content #other p {
	text-align: center;
}
/* フッターナビゲーション
---------------------------------------------*/
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: #FFFFFF;
	height: 290px;
	_height: 290px;
}
#footer .bnrArea	{
	margin: 20px auto;
	width: 705px;
	text-align: center;
	background: #FFFFFF;
	}
#footer #fNav {
	clear: left;
	width: auto;
	overflow: hidden;
	height: auto;
	font-size: 93%;
	margin-top: 8px;
	background: #E7E7E7;
	margin-bottom: 8px;
	}
#footer #fNav ul {
	margin: 0px;
	padding: 0px;
	}
#footer #fNav li {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	margin-left: 6px;
	display: block;
	border-right: 1px solid #DBDBDB;
	padding: 6px;
	}
#footer #fNav li a:hover {
	background: #66CCFF;
	}
#footer #notice {
	margin: 10px;
	border-top: 1px dotted #66CCFF;
	padding: 10px;
	border-bottom: 1px dotted #66CCFF;
	clear: left;
	}
#footer .bnrArea img	{
	margin-bottom: 8px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	}
#footer #copyright {
	margin: 20px 10px 10px;
	background: #FFFFFF;
}
#footer #copyright img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
