@charset "utf-8";

/************************************************
 共通設定
************************************************ */
html, body {
	font-size:10px;
	margin: 0;
	padding: 0;
	}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #fff;
	border-top: solid 9px #de0a72;
	}

h1 {
	width: 240px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	border: none;
	}
h1 a ,h1, img {
	border: none;
	}

h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	}

div,p,table,th,tr,td,ul,li{
	margin: 0;
	padding: 0;
	}

img {
	line-height: 0;
	}
hr {
	visibility:hidden;
	clear:both;
	}

a:link , a:visited {
	color: #39c;
	text-decoration: none;
}
a:link:hover , a[href]:hover {
	color: #f60;
	text-decoration: underline;
}



/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
	}
.clearfix {
	display: block; /* for IE8 */
	}
.clear {
	clear: both;
	}
.clear hr {
	display:none;
	}

.margin0{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	}

.m_btm20 {
	margin: 0 0 20px 0;
	}

.pagetop {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: right;
	clear: both;
	}

/* ==============================================
 フレーム
=============================================== */
#header_wrap {
	width: 100%;
	height: 150px;
	background-color: #fff;
	border: 0px solid;
	}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: center;
	background: url("img/background2.gif") repeat 0 0;
	background-color: #ffdfff;
	border: 0px solid;
	}
#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	background: url("img/lace_back.png") repeat 0 0;
	border: 0px solid;
	}

#footer_wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	}


/* ==============================================
 レイアウト
=============================================== */
/* ヘッダー
----------------------------------------------- */
#header {
	margin: 0 auto;
	width: 800px;
	height: 110px;
	}

#logo_area {
	float: left;
	padding-left: 10px;
	width: 390px;
	text-align: left;
	}

#header_nav {
	float: right;
	width: 302px;
	height: 50px;
	padding: 20px 0 0 0;
	border: solid 0px;
	}


/* ヘッダーナビ
----------------------------------------------- */
#header_nav ul {
	width: 302px;
	height: 50px;
	background: url("img/header_navi_back.gif") no-repeat 0 0;
	}

#header_nav ul li{
	float: left;
	width: 140px;
	height: 29px;
	list-style-type:none;
	display: inline; /* 横並びにさせる */
	margin: 10px 0 10px 0;
	padding: 0;
	}
/* 親要素から見て一番目のli要素のマージンを付ける */
#header_nav ul li:first-child {
	margin: 10px 0 10px 0;
	padding: 0 5px 0 10px;
	}

a#header_nav1{
	width: 140px;
	height: 29px;
	display: block;
	background: url("img/btn_header_mypage.jpg") no-repeat 0 0;
	}
a#header_nav1:hover{
	background: url("img/btn_header_mypage_on.jpg") no-repeat 0 0px;
	}
a#header_nav2{
	width: 140px;
	height: 29px;
	display: block;
	background: url("img/btn_header_cart.jpg") no-repeat 0 0;
	}
a#header_nav2:hover{
	background: url("img/btn_header_cart_on.jpg") no-repeat 0 0px;
	}


/* グローバルーナビ
----------------------------------------------- */
#g_nav {
	width: 800px;
	height: 35px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	}
#g_nav ul{
	list-style-type: none;
	}
#g_nav ul li{
	float: left;
	width: 160px;
	height: 35px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	display: block;
	overflow: hidden;
	}

a#gnav1{
	width: 160px;
	height: 35px;
	display: block;
	background: url("img/gnav.gif") no-repeat 0 0;
	}
a#gnav1:hover{
	background: url("img/gnav.gif") no-repeat 0 -35px;
	}
a#gnav2{
	width: 160px;
	height: 35px;
	display: block;
	background: url("img/gnav.gif") no-repeat -160px 0;
	}
a#gnav2:hover{
	background: url("img/gnav.gif") no-repeat -160px -35px;
	}
a#gnav3{
	width: 160px;
	height: 35px;
	display: block;
	background: url("img/gnav.gif") no-repeat -320px 0;
	}
a#gnav3:hover{
	background: url("img/gnav.gif") no-repeat -320px -35px;
	}
a#gnav4{
	width: 160px;
	height: 35px;
	display: block;
	background: url("img/gnav.gif") no-repeat -480px 0;
	}
a#gnav4:hover{
	background: url("img/gnav.gif") no-repeat -480px -35px;
	}
a#gnav5{
	width: 160px;
	height: 35px;
	display: block;
	background: url("img/gnav.gif") no-repeat -640px 0;
	}
a#gnav5:hover{
	background: url("img/gnav.gif") no-repeat -640px -35px;
	}


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

#footer {
	margin: 0 auto 5px auto;
	padding-top: 25px;
	}

ul#footer li{
	list-style-type: none;
	display: inline; /* 横並びにさせる */
	margin: 0 0 0 0.75em;
	padding: 0 0 0 0.75em;
	text-align: center;
	border-left:1px solid #666;
	}
/* 親要素から見て一番目のli要素のボーダーを無しに */
ul#footer li:first-child {
	border: none;
	}

#footer_wrap p {
	padding: 0 0 20px 0;
	font-size: 0.9em;
	}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}

/* 見出し
----------------------------------------------- */
.lead01 {
	margin: 0 0 0.5em 0;
	border-bottom: solid 1px #e00a72;
	}


/* フォント
----------------------------------------------- */
.font_11 {
	font-size: 1.1em;
	font-weight: normal;
	}

.font_11b {
	font-size: 1.1em;
	font-weight: bold;
	}

.font_11red {
	font-size: 1.1em;
	font-weight: normal;
	color: #e00a72;
	}

.font_11_dottedline {
	font-size: 1.1em;
	border-bottom: dotted 1px #666;
	}

.font_12 {
	font-size: 1.2em;
	font-weight: normal;
	}

.font_12b {
	font-size: 1.2em;
	font-weight: bold;
	}

.font_12red {
	font-size: 1.2em;
	font-weight: normal;
	color: #e00a72;
	}

.font_12_dottedline {
	font-size: 1.2em;
	border-bottom: dotted 1px #666;
	}

.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}



