/* ページ構成 */
*{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

/* ヘッダー */
#page-ttl {
	text-indent:-9000px;
	height:153px;
	width:625px;
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
}

#page-ttl02 {
	text-indent:-9000px;
	height:270px;
	width:625px;
	background-image: url(img/title02.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
}

/* テーブル */
.main-area {
	width:625px;
	text-align: center;
}

/* ボタン */
.btn {
	padding-top: 10px;
}

/* テキストエリア */
.txt-area {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	width: 595px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	line-height: 1.35em;
}

/* 特長見出し */
#feature-midashi {
	text-indent:-9000px;
	height:48px;
	width:625px;
	background-image: url(img/feature_midashi.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: none;
}


/*スペーサー*/
.spacer-10{
	height: 10px;
	width: 100%;
}
.spacer-20{
	height: 20px;
	width: 100%;
}
.spacer-30{
	height: 30px;
	width: 100%;
}
.spacer-40{
	height: 40px;
	width: 100%;
}

.spacer-50{
	height: 50px;
	width: 100%;
}


/*レイアウトクリア*/
.clear {
	clear:both;
}
