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

body {
	margin: 0 auto;
	margine-bottom:25px;
	background-color: #010002;
}

#wrapper {
	width: 900px;
	padding-left:25px;
	padding-right:25px;
	margin: 0 auto;
	background-color: #FFF;
}

/* ----------カート/info/ボタン---------- */

.bar {
	width: 900px;
	margin: 0 auto;
}

.bar02 {
	width: 720px;
	margin: 0 auto;
}

.btn_btn01 {
	margin: 0 auto;
	padding-right: 23px;
	float: left;
}

.btn_btn02 {
	margin: 0 auto;
	padding-right: 23px;
	float: right;
}


/* ----------ヘッダ／ヨドガワ---------- */
#header {
	width: 700px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 60px;
}

/* ----------ヘッダ_デメ---------- */
#header_deme {
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 60px;
}


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

.main {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* ----------メイン_デメ---------- */

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

.mokuji {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}



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

#footer {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}

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

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


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


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

.textfont_title_01 {
	margin-bottom: 27px;
	
	/* メインの文字要素 */
	font-size: 18px;
	color: #9E0000;
	letter-spacing: 1px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



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

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




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

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_40 {
	margin-right: 40px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




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



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


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