@charset "utf-8";
h1 {
	display:none;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #B6C5D4;
}
a{
	color: #003399;
	text-decoration: none;
	
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:visited{
	color: #993399;
	text-decoration: none;
}
#header{
	height: 60px;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9800px;
}
#mainimg{
	height: 200px;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000033;
	background-image: url(../images/mainimg.jpg);
	background-repeat: no-repeat;
	text-indent: -9800px;
}
#menu{
	text-align: left;
	height: 35px;
	width: 790px;
	background-image: url(../images/menb.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-top: 15px;
	padding-left: 10px;
}
#menu a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 12px;
}
#menu a:hover{
	color: #66FFFF;
	text-decoration: underline;
}
#con{
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	background-color: #FFFFFF;
}
#footer{
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	height: 20px;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-top: 3px;
}
.title1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #476D94;
	padding-left: 5px;
}
.title2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #888844;
	padding-left: 3px;
	text-align: center;
}
.text1{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	background-image: url(../images/t1b.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 3px;
	padding-left: 3px;
}
.text2{
	padding-right: 5px;
	padding-left: 15px;
}
.text3{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.text4{
	font-size: 14px;
	font-weight: bold;
	background-color: #E6E6FF;
	padding: 2px;
	margin-top: 5px;
	border: 1px dotted #990099;
	color: #990066;
	margin-bottom: 5px;
}
.text5{
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hidden {
	display: none;
}
