@charset "UTF-8";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	clear: both;
}
div, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}
img {
	border:0;
}
a, a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
}
a:hover, a:active {
	text-decoration: underline;
	color: #00F;
}
.cboth {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.bold {
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../img/bg_1.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pagetop {
	text-align: right;
	font-size: 12px;
	color: #656565;
	clear: both;
	padding: 10px;
}
.pagetop a, .pagetop a:link {
	color: #656565;
	text-decoration: none;
}
.pagetop a:visited {
	color: #656565;
}
.pagetop a:hover, .pagetop a:active {
	text-decoration: underline;
	color: #656565;
}
.bd_gray {
	border: 1px solid #CCC;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
