@charset "utf-8";
body {
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/common_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #666666;
	text-align: center; /* Firefox 向けセンタリング指定 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "MS Pゴシック", "ヒラギノ角ゴ pro W3", "Hiragino kaku gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana,;
	font-size: 12px;
	line-height: 1.5;
}

h1 {
	font-size:12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size:14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img {
	border:none;
}

A {
	color: #92BB5C;
	text-decoration: none;
	font-size: 12px;
}

A:hover {
	color: #92BB5C;
	text-decoration: underline;
	font-size: 12px;
}

.fbase {
	color: #92BB5C;
}

.f14 {
	font-size:14px;
}

.f16b {
	font-size:16px;
	font-weight:bold;
}

.f18bt {
	font-size:18px;
	font-weight:bold;
	color: #EE4589;
}

.f18b9 {
	font-size:18px;
	font-weight:bold;
	color: #92BB5C;
}

.f24b {
	font-size:24px;
	font-weight:bold;
}

.f24rb {
	font-size: 24px;
	color: #92BB5C;
	font-weight: bold;
	line-height: 1.5;
}
.kaijyo {
	clear: left;
}

ul,ol{
	list-style:none;
}


/*コピーライト部*/
.copyright {
	padding: 0.6em 30px;
	font-size: 77%;
	font-family: verdana, sans-serif;
	line-height:18px;
	color:#FFFFFF;
	background: #92BB5C url(../images/blitz_footer.jpg) 850px center no-repeat;
	text-align: left;
}

