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

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


#wrapper {
	width: 900px;
	margin: 0 auto;
}

#wrapper_right {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	float: left;
}

#bar_left {
	width: 40px;
	margin: 0 auto;
	padding-top: 60px;
	float: left;
}

#nav {
	position: fixed !important;  
    position: absolute;  
}


/* ----------ヘッダ／ヨドガワ---------- */
#header {
	position:relative;
	
	width: 780px;
	margin: 0 auto;
	padding-bottom: 00px;
}

#cart_space {
	position:relative;
	
	z-index: 2;
	
    position: absolute;
    bottom: 20px;
	left: 0px;
}

#btn_large {
	width: 63px;
	position:relative;
	
	z-index: 3;
	
    position: absolute;
    bottom: 20px;
	right: 0px;
}

.cart_left {
	background-image: url(../images/cart/cart_frame_l_body.png);
	background-repeat: repeat-y;	
}

.cart_right {
	background-image: url(../images/cart/cart_frame_r_body.png);
	background-repeat: repeat-y;
}

.cart_top {
	background-image: url(../images/cart/cart_frame_b_t.png);
	background-repeat: repeat-x;
}

.cart_bottom {
	background-image: url(../images/cart/cart_frame_b_b.png);
	background-repeat: repeat-x;
}

/* ----------バー---------- */

.bar_btn {
	width: 780px;
	margin: 0 auto;
}

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

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




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

.main {
	padding-bottom: 40px;
}
.menu_icon {
	padding-bottom: 8px;
}

#main_left {
	width: 430px;
	margin: 0 auto;
	float: left;
}

#main_photo {
	width: 430px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#main_icon {
	width: 430px;
	margin: 0 auto;
}

#main_text {
	width: 350px;
	margin: 0 auto;
	float: left;
}


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

#footer {
	width: 295px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../images/yokoku/body_bottom.png);
}

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

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


/* ----------プロフィール---------- */

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

#profile_frame {
	width: 750px;
	margin: 0 auto;
}

#profile_left {
	width: 230px;
	margin: 0 auto;
	margin-right: 40px;
	float: left;
}
#profile_right {
	width: 480px;
	padding-bottom: 60px;
	margin: 0 auto;
	float: left;
}

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

.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;
}

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

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



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

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