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

body {
	margin: 0 auto;
	background-color: #E7E7EE;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #4F4D4E;
}


#wrapper {
	width: 975px;
	background-image: url(../images/yokoku/background.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#top {
	width: 975px;
	margin: 0 auto;
}


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

.main {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.item_left {
	width: 325px;
	margin: 0 auto;
	padding-right: 5px;
	float: left;
}

.item_right {
	width: 400px;
	margin: 0 auto;
	float: left;
}

.size {
	width: 380px;
	margin: 0 auto;
	float: left;
}

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


.icon {
	width: 750px;
	margin: 0 auto;
}


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

#footer {
	width: 975px;
	margin: 0 auto;
}


/* ------------------テキストフォント------------------ */

.yoshie_comment {
	margin: 0 auto;
}

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

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

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

.kokuchi {
	margin: 0 auto;
	font-size: 14px;
	color: #1382B5;
	line-height: 24px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* ------------------リンク------------------ */
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の解除*/
}
