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

body {
	margin: 0 auto;
	background-color: #E7E7EE;
	
	/* メインの文字要素 */
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
}


/* ----------ヘッダ／ヨドガワ---------- */


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


.main {
	width: 700px;
	background-image: url(../images/cart/frame_body.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	
	padding-left: 25px;
	padding-right: 25px;
}

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

.cart_btn_s {
	width: 150px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/cart/cartspace_s.gif);
}
.cart_btn_s_stock {
	width: 150px;
	height: 30px;
	margin: 0 auto;
}

.cart_btn_m {
	width: 150px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/cart/cartspace_m.gif);
}

.item_left {
	width: 150px;
	margin-right: 30px;
	float: left;
}

.item_right {
	width: 150px;
	float: right;
}


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


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

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


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

.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の解除*/
}
