body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	background-color:#FFFFFF;
	color: #333333;
	margin: 5px;
	padding: 0px;
	text-align: center;
	
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: #FFFFFF;
	border: thin solid #87CEEB;
}

#contents #header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
	border-bottom: thin solid #87CEEB;
	background: #4682B4;
}

#contents #main {
	margin: 0px;
	padding: 5px;
	width: 610px;
	text-align: left;
	float: right;
	font-size: 83%;
	line-height: 18px;
	color: #666666;
	background: #FFFFFF;
	height: 840px;
	border-left: thin solid #87CEEB;
}
#contents #menu{
	width: 160px;
	float: left;
	font-size:86%;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	height: auto;
	
}

#contents #Footer {
	font-size: 76%;
	color: #FFFFFF;

	width: 800px;
	margin-top: 850px;
	background: #4682B4;
	text-align: center;
	padding: 5px 0px;
	border-top: thin solid #87CEEB;
}
#contents #Footer a{
	color: #FFFFFF;
	
}
#contents #Footer a:hover{
	color: #66CCFF;
	
}
#contents .footer_link {
	font-size: 86%;
	color: #FFFFFF;
}
.google {
	text-align: center;
	margin-bottom: 10px;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #4682B4;
	text-decoration: none;
	border-left: 6px solid #4682B4;
	padding-left: 10px;
}

h1{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 5px;
	width: 800px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	}
h1 a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	}

h2{
	color: #4682B4;
	font-size: x-large;
	padding: 5px;
	margin: 0px;
	border-left: 10px solid #4682B4;
}

h3{
	border-left: 6px solid #87CEEB;
	margin: 0px;
	width: 149px;
	font-size: 90%;
	border-bottom: thin solid #87CEEB;
	padding: 10px 0px 10px 5px;
}
h4 {
	background: #87CEEB;
	margin: 10px 0px 0px;
	width: 152px;
	text-align: center;
	padding: 5px;
	color: #4682B4;
}


a {
	color: #4682B4;
}

a:hover {
	color: #66CCFF;
	
}




.form_text {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
input,textarea,select,option{
	border: thin solid #4682B4;
}
.ERR {
	color: red;
	font-size: 12px;
	line-height: 140%;
}


ul li {
	font-size: 90%;
	}
	
.link {
	text-align: center;
	font-size: 85%;
	}
	
.link a {
	color: #4682B4;
	}
	
.link a:hover {
	color: #6600ff;
	}