@charset "UTF-8";
/* CSS Document */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
a:link {
	text-decoration: underline;
}
a:hover { color: red; text-decoration: underline; }
a:visited {
	text-decoration: underline;
}
a:active { color: purple; text-decoration: underline; }
body {
	font-size: 12px;
	line-height: 16px;
	background-color: #001E32;
}
#outcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	background-image: url(img/topbg.gif);
	margin-bottom: 10px;
}
#container {
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#column {
	text-align: left;
	width: 180px;
	float: left;
	color: #fff;
}
.white {
	color: #FFF;
}
#main {
	float: right;
	width: 720px;
	background-image: url(img/mainbg.jpg);
	height: 510px;
	background-repeat: no-repeat;
}
#main1 {
	float: right;
	width: 720px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.red {
	color: #F00;
}
#footer {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
}
#news {
	width: 480px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.blockpad { padding: 10px; }
h1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 20px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 16px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 14px;
}
.yellow {
	color: #FF0;
}
