@charset "utf-8";

/* ページの基本設定 */
body {
	font-size: 10px;
	line-height:1.8em;
	background-color: #E1FFE1;
	background-image: url(../img/bg.gif);
}
#header {
	background-color: #03F;
	background-image: url(../img/header.jpg);
}
#header-inner  {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/* ページレイアウト枠 */
#wrapper {
	width: 700px;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	left: 4px;
	top: 4px;
}
#wrapper #main {
	background-color: #FFF;
	width: 700px;
	position: relative;
	left: -6px;
	top: -4px;
	border: 1px solid #e5e5e5;
}
#wrapper #main .contents {
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}
#footer {
	padding: 10px;
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
}
#footer-inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer-inner p  {
	color: #FFF;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
}

#footer-inner a   {
	text-decoration: none;
	color: #FFF;
}

#footer-inner #navi  {
	font-size: 10px;
	text-align: right;
	color: #FFF;
}
#footer-inner #link  {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#footer-inner li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
#footer-inner li.bnone{
	border-right: none;
}
#wrapper #main .clear_float {
 clear: both;
}