/* CSS Document */


body {
	text-align:center;
	margin: 0px 0px 0px 0px;
	font-family: "Meiryo", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #C8C8C8;
}	

#frame {
	width:750px;
	padding: 0px;
	background-color: white;
	text-align: left;
	border-left: 2px solid #003333;
	border-right: 2px solid #003333;
	margin-left:auto;
	margin-right:auto;
}

#frame #header {
	height: 150px;
	width: 750px;
	background-color: #C8D5E4;
	background-image: url(images/logo.jpg)
}

#frame #header h1 {
	height: 150px;
	text-indent: -4000px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
}	

#frame #menu{
	background-color: #003333;
	width: 750px;
	height: 35px;
	font-size: small;
	float: left;
	text-align: left;
	color: white;
}

#frame #menu a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: medium;
	letter-spacing: 1px;
	padding: 10px 5px 10px 5px;
}

#frame #menu a:hover {
	text-decoration: underline;
	background-color: #F0F0F0;
	color: #993300;
	padding: 10px 5px 10px 5px;
}

#frame h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1px;
	color: #993300;
	padding:0px;
}
	
p{
	padding: 5px 10px;
	margin-top: 5px; 
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #003333;
	font-size: small;
	letter-spacing: 1px;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #56281B;
	text-decoration: none;
}


#frame #textsection {
	width: 750px;
	float: left;
	padding: 0px;
	background-color: white;
	overflow:auto;
	border-top: 6px solid #F0F0F0;
}	

#frame #footer {
	color: #716F64;
	text-align: center;
	width: 750px;
	background-color: #F0F0F0;
}

img {
	border:0;
}
