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

body {
	margin: 0 auto;
	background-image: url(../images/backgroung.gif);
	background-attachment: fixed;
	background-position: center bottom;
}

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

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

#yodogawa {
	margin: 0 auto;
	margin-bottom: 40px;
}


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

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

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


.frame_kakomi {
	width: 550px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kakomi {
	width: 490px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/frame_550_main.gif);
	background-repeat: repeat-y;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #242C33;
	letter-spacing: 2px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

#footer {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

.btn_footer01 {
	margin: 0 auto;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	float: right;
}

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

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

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

.stock {
	margin-top: 10px;
}


/* ---------マージン---------- */
.space {
	margin-top: 40px;
	margin-bottom: 30px;
}


/* ------------------リンク------------------ */
a:link {
	color: #2BB26E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}



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


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