body {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top {
	background-image: url(images/top.jpg);
	background-position: center center;
	height: 557px;
	background-repeat: no-repeat;
}

.blue_01 {
	background-image: url(images/base_b01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 918px;
}

.blue_02 {
	background-image: url(images/base_b02.gif);
	background-repeat: repeat-y;
	background-position: center center;
	height: 30px;
	width: 918px;
}

.blue_03 {
	background-image: url(images/base_b03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 918px;
}
.black_01 {
	background-image: url(images/base_k01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 918px;
}
.black_02 {
	background-image: url(images/base_k02.gif);
	background-repeat: repeat-y;
	background-position: center center;
	height: 30px;
	width: 918px;
}
.black_03 {
	background-image: url(images/base_k03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 918px;
}
.date {
	font-size: 12px;
	line-height: 20px;
	color: #999;
}

.left_space {
	padding-left: 30px;
}

.small {
	font-size: 12px;
	line-height: 22px;
}
 a.btn:hover {
   opacity: 0.5;
   filter alpha(opacity=50);
   -ms-filter: "alpha(opacity=50)";
 }

a:link {
	color: #1797C6;
	text-decoration: none;
}
a:hover {
	color: #1CC2FF;
	text-decoration: none;
}
a:visited {
	color: #0D5D7A;
	text-decoration: none;
}
