html{ 
    height:100%; 
} 
body{
	height: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 1.5em;
}

#full_out {
	height:100%; 
	min-height:100%; 
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../contents/images/haikei05.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#full {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
#head {
}
#navi {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	background-image: url(../contents/images/navi_grade01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
}

#middle {

}
#footer {
	background-position: center 30px;
	background-repeat: no-repeat;
	background-image: url(../contents/images/footer_hanamusubi01.gif);
	clear: both;
	margin-top: 30px;
}

#footer p {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 90%;
	margin-bottom: 5px;
}
#footer a {
	color: #000099;
}


#footer #pagejump {
	margin-bottom: 70px;
	margin-left: 580px;
	font-size: 95%;
	font-weight: bold;
}
#footer #footerlink {
	margin-left: 15px;
	font-size: 85%;
}
#footerlink li {
	display: inline;
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}




#footer #counter {
	padding-right: 15px;
	margin: 0px;
	float: right;
}


body > #full_out{ 
	height:auto; 
}
