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

body {
	margin: 0 auto;
	background-image: url(../images/yokoku/background.gif);
	background-repeat: repeat;
}


#wrapper {
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #171819;
	letter-spacing: 2px;
	line-height: 28px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
	
	


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

.margin_b_30 {
	margin-bottom: 30px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_8 {
	margin-bottom: 8px;
}

.padding_l_30 {
	padding-left: 30px;
}

.padding_r_30 {
	padding-right: 30px;
}


/* ------------------リンク------------------ */
a:link {
	color: #128E0E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #128E0E;
}
a:hover {
	text-decoration: none;
	color: #57BDEA;
}
a:active {
	text-decoration: none;
}



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


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