@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url(../images/background01.jpg);
	background-repeat: repeat;
	background-position: center;
}


#wrapper {
	width: 730px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	width: 695px;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 40px;
}

.info01 {
	width: 555px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tab_main {
	width: 695px;
	margin: 0 auto;
}

.tab01 {
}

.tab02 {
}

.tab03 {
}


.form01 {
	
}

/* ----------メイン---------- */

.form_main {
	width: 695px;
	margin: 0 auto;
	margin-bottom: 20px;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.form01 {
	width: 615px;
	margin: 0 auto;
	padding: 27px 40px 27px 40px;/*上、右、下、左*/
	background-color: #CAE6E6;
}

.form02 {
	width: 615px;
	margin: 0 auto;
	padding: 27px 40px 27px 40px;/*上、右、下、左*/
	background-color: #F9CDDA;
}

.form03 {
	width: 615px;
	margin: 0 auto;
	padding: 27px 40px 27px 40px;/*上、右、下、左*/
	background-color: #F7EEBA;
}

.big01 { /*質問部分*/
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.red { /*未記入お知らせ部分*/
	margin: 0 auto;
	font-size: 12px;
	color: #C03;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.red02 { /*未記入お知らせ部分*/
	margin: 0 auto;
	font-size: 18px;
	color: #C03;
	line-height: 28px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comment {
	width: 550px;
    height: 100px;
	margin-top: 8px;
	margin-bottom: 27px;
}


/* ----------フッター---------- */

#footer {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.btn_footer01 {
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 23px;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	padding-top: 10px;
	float: right;
}



/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_8 {
	margin-right: 8px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_27 {
	margin-top: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #1B871E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B871E;
}
a:hover {
	text-decoration: none;
	color: #1B871E;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
