@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 20px;
	color: #35709C;
	background-color: #666666;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}


#header {
	height: 133px;
	background-repeat: no-repeat;
	background-image: url(images/title_banner.jpg);
}







#maincontent2 {
	background-image: url(images/bk-contents.jpg);
	height: 380px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 700px;
}
#maincontent2 h4 a {
	display: block;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #C0D8EF;
	padding: 5px;
	background-color: #000056;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.50;
	opacity:0.5;
}

#maincontent2 h4 a:hover {
	background-color: #FFF;
	color: #000056;
}


#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navigation h5 {
	float: left;
	display: inline;
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
}
#navigation #btn01 h5 a {
	display: block;
	height: 20px;
	width: 193px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding: 3px;
}

#navigation #btn01 h5 a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
}









#footer {
	background-color: #333333;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	letter-spacing: 1px;
	color: #CCCCCC;
}
#footer p a {
	text-decoration: none;
	color: #999;
}
#footer p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C1E9FF;
}
