@charset "utf-8";
/* ---------- reset ---------- */
*
{
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}
img{border:none;}

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar {display:block;}
/* end MacIE5 */
/* clearfix end
==========================================================*/
/* ---------- reset_end ---------- */
/* ---------- body ---------- */
body
{
	color:inherit;
	background-color:#000;
	text-align:center;
	color:#999;
}
a
{
	color:#a28c81;
	background-color:inherit;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
div.separate
{
	clear:both;
}
hr.clear
{
	display:none;
}
li
{
	list-style-type:none;
}
.clear
{
	clear:both;
}
.none
{
	display:none;
}
p
{
	color: #666;
	font-size:0.85em;
}
/* ---------- body_end ---------- */
/* ---------- container ---------- */
div#container
{
	width: 100%
	margin:0 auto;
	text-align:center;
}
div.container-archive
{
}
.clear
{
	clear:both;
}
/* ---------- container ---------- */
/* ---------- header ---------- */
div#header
{
	width: 100%;
	height: 85px;
	margin: 0;
	padding: 0;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/header.jpg) repeat-x 50% 0;
}
div#header-inner
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
div#header-inner h1
{
	width: 420px;
	height: 57px;
	margin: 0;
	padding: 28px 0 0;
	text-align: left;
}
div#header h1 a{
	width: 420px;
	height: 57px;
	display: block;
	text-indent: -9999px;
}
/* ---------- header_end ---------- */
div#wrpa
{
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/top_flash.gif) repeat-x 50% 0;
	margin: 0;
	padding: 0;
}
div#wrpa_e
{
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/contents_flash.jpg) repeat-x 50% 0;
	margin: 0;
	padding: 0;
}
/* ---------- banner ---------- */
div#banner
{
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/logo.jpg) no-repeat 50% 0;
	width:100%;
}
div.banner-inner
{
	width: 800px;
	margin: 0 auto;
}
div.banner-inner h1
{
	width: 275px;
	height: 132px;
	float: left;
}
div.banner-inner h1 a
{
	display: block;
	width: 275px;
	height: 132px;
	text-indent: -9999px;
}
div.banner-inner p
{
	width: 96px;
	height: 58px;
	float: right;
}
div.banner-inner p a
{
	display: block;
	width: 96px;
	height: 58px;
	text-indent: -9999px;
}
/* ----------
div#banner_e
{
	padding:0;
}
div.banner-inner_e
{
	height:190px;
}
---------- */
/* ---------- banner_bg ---------- */
/* ---------- content ---------- */
div.container-inner
{
	width: 100%;
	margin:0 auto;
}
div#content
{
	width:800px;
	margin:0 auto;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/contentsBG.jpg) repeat-y #fff 0 0;
}

/* ---------- content_end ---------- */

/* ---------- flash ---------- */
div#fla_top
{
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/fla_top.jpg) no-repeat #000 0 0;
	height:21px;
	width:800px;
}
div#fla_bottom
{
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/fla_bottom.jpg) no-repeat #000 0 0;
	height:17px;
	width:800px;
}

div#flash
{
	padding: 0;
	width: 800px;
	height: 250px;
}
/* ---------- flash_end ---------- */
/* ---------- main ---------- */
div#main
{
	float:right;
	width:600px;
	text-align:left;
	margin-bottom:20px;
}
div#main h2
{
	margin: 0 0 10px 20px;
	padding:25px 0 10px 65px;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/h2.gif) no-repeat 0 0;
	color:#371813;
	font-size:1.2em;
}
div#main h2
a{color:#371813;}
div#main h3
{
	margin: 10px 0 10px 20px;
	padding:10px 0 5px 65px;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/h3.gif) no-repeat 0 0;
	color:#c28455;
	font-size:1em;
}
div#main h3
a{color:#fff;}
div#main h4
{
	margin: 10px 0 10px 0;
	padding:3px 0 5px 30px;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/h4.gif) no-repeat 0 0.15em;
	color:#6f3e15;
	font-size:1em;
}
div#main h4
a{color:#1e0100;}

div#main h5
{
	
	margin: 10px 0 10px 0;
	padding:0 0 5px 20px;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/h5.gif) no-repeat 0 0.25em;
	color:#981f26;
	font-size:0.8em;
	font-weight: bold;
}
div#main h5 a{color:#7a1201;}

/* ---------- main_end ---------- */
/* ---------- sidebar ---------- */
div#sidebar
{
	float:left;
	width:200px;
	text-align:center;
}
div.contents-menu
{
	color:#000;
	font-size:80%;
}
div.contents-menu ul
{
	width:190px;
	margin:0 5px 7px 5px;
	list-style-type:none;
	text-align: left;
}

div.contents-menu ul li
{
	width: 190px;
	height: 30px;
	margin-bottom: 15px;
	line-height:100%;
	font-size:1em;
	font-weight:bold;
}
div.contents-menu ul li a
{
	color: #2e1702;
	width: 170px;
	height: 30px;
	_width: 190px;
	_height: 33px;
	display:block;
	padding: 10px 0 0 20px
}
div.contents-menu ul li a:hover
{
	color: #6d2b06;
	width: 170px;
	height: 30px;
	_width: 190px;
	_height: 33px;
	display:block;
	padding: 10px 0 0 20px
}
/* ---------- sidebar background a:hover ---------- */
div.contents-menu ul li a
{background:url(http://www.girasole.sakura.ne.jp/img/cmn/sidebtn_BG.jpg) no-repeat 0 0;}
div.contents-menu ul li a:hover
{background:url(http://www.girasole.sakura.ne.jp/img/cmn/sidebtn_BG.jpg) no-repeat 0 -43px; text-decoration:none;}

/* ---------- sidebar background a:hover end ---------- */
/*------
div.contents-menu ul.sub-category li
{
	padding: 5px 0;
	color:#483331;
	background: none;
}

div.contents-menu ul.sub-category li a
{
	text-indent:30px;
	color:#483331;
	background: url(http://voce-e.sakura.ne.jp/img/cmn/sub_c_p.gif) no-repeat 15px center;
	display:block;
}
div.contents-menu ul.sub-category li a:hover
{
	text-indent:30px
	color:#5c222b;
	background: url(http://voce-e.sakura.ne.jp/img/cmn/sub_c_phover.gif) no-repeat 15px center;
	line-height:100%;
}
---*/
div.bannerArea
{
	text-align:center;
	margin-left: 3px;
	margin-bottom: 15px;
}
div.bannerArea a
{
	margin-bottom: 3px;
}
div.bannerArea a:hover
{
	text-decoration:none;
}
div.opacity a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

div.shopInfo {
	text-align:left;
	color:#8c6e5f;
	margin-left: 10px;
	margin-bottom:20px;
}
div.shopInfo dl dt{
	padding:2px 0;
}
div.shopInfo dl dd{
	margin:-1.45em 0 0 3.5em;
	padding:2px 0;
}
/* ---------- sidebar_end ---------- */
/* ---------- footer ---------- */
div#footer
{
	background: url(http://www.girasole.sakura.ne.jp/img/cmn/footerBG.jpg) repeat-x 50% 0;
	height:180px;
}
div.footer-inner
{
	width:800px;
	margin:0 auto;
	font-size:0.7em;
	padding-top: 100px;
	padding-bottom:40px;
}
div.footer-inner p{
	margin-left:27px;
	padding:0 0 10px;
	color:#fff;
}
div.footer-inner p a{color:#fff;}
/* ---------- footer_end ---------- */

/* ---------- mainBox_start ---------- */
div.mainBox
{
	font-size: 92%;
	line-height: 130%;
	color: #191919;
}
div.mainBox div.topicPassBox
{
	width: 580px;
	_width:600px;
	padding: 5px 0;
	margin-bottom: 13px;
	padding-left:20px;
	background-color:#e6e2df;
}
div.mainBox div.topicPassBox p.topicPass
{
	font-size: 75%;
}

div.mainBox div.topicsBox
{
	width: 548px;
	height: 122px;
	_height: 172px;
	margin: 20px 0 0 20px;
	padding-top: 50px;
	padding-left:20px;
	background: url(http://www.girasole.sakura.ne.jp/img/top/topicsBG.gif) no-repeat left top;
}

div.topicsBox ul.topics_body
{
	font-size: 85%;
}
div.topicsBox ul.topics_body li
{
	padding-bottom: 5px;
}
div.topicsBox ul.topics_body li a
{
	padding-left: 15px;
}

/* ---------- mainBox_end ---------- */

/* ---------- option_start ---------- */
.imgLine
{
	border:3px solid #d3c9c7;
}
.margin_l_20
{
	margin-left: 20px;
}
.margin_l_10
{
	margin-left: 10px;
}
.margin_l_5
{
	margin-left: 5px;
}
.margin_r_10
{
	margin-right: 10px;
}
.margin_r10l20
{
	margin: 0 10px 0 20px;
}
.margin_lr10
{
	margin: 0 10px;
}
.margin_t10b20
{
	margin: 10px 0 20px;
}
.margin_t_20
{
	margin-top: 20px;
}
.margin_b_20
{
	margin-bottom: 20px;
}
.ImgLeft280
{
	float:left;
	width:280px;
}
.ImgRight280
{
	float:right;
	width:280px;
}
.ImgRight250
{
	float:right;
	width:250px;
}
.ImgLeft 
{
	float:left;
}
.ImgRight 
{
	float:right;
}
.ImgRight220
{
	float:right;
	width:220px;
}
.ImgRight370
{
	float:right;
	width:370px;
}
.centerBox
{
	text-align: center;
}
.w550
{
	width: 550px;
}
/* ---------- option_end/* ---------- 

/* ---------- entry_start ---------- */
div#content_e
{
	width:800px;
	margin:0 auto;
	padding: 0;
	background:url(http://www.girasole.sakura.ne.jp/img/cmn/contentsBG.jpg) repeat-y #fff 0 0;	
}
div.entry
{
	margin: 0px 0 15px;
}
div.pageTop
{
	background: #b68867;
	text-align: right;
	padding: 5px;
	margin: 30px 10px 0 20px;
}
div.pageTop p a
{
	color: #fff;
}

/* ---------- entry_end ---------- */
/* ---------- sitemap_start ---------- */
ul.site-archives {
	margin-left:20px;
	font-size:0.85em;
}
/* ---------- recommend_start ---------- */
div.recommend {
	margin:20px 0 0 20px;
	padding:0px;
	width:557px;
	background:url(http://www.girasole.sakura.ne.jp/img/top/recommend_body.jpg) repeat 0 0;
}
div.recommend_box {
	margin:10px 0 0 15px;
	padding:0;
}
div.recommend_box div.goods{
	float:left;
	width:170px;
	margin:0 3px;
}
div.recommend_box div.goods p{
	color:#33130e;
}
div.recommend_box div.goods p.goods_price a
{
	font-weight: bold;
	color:#550b00;
}

/*==========================================================
New arrival start
==========================================================*/
div.arrivalBox
{
	margin-bottom: 20px;
}
div.arrival01
{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
}
div.arrival01 div.r_photo
{
	float: left;
	width: 310px;
}
div.arrival01 p
{
	width: 240px;
	float: right;
}
/*==========================================================
	anna start
==========================================================*/
div.annaBox
{
	margin-bottom: 20px;
}
div.anna01
{
	padding: 0 10px 0 20px;
	margin-bottom: 15px;
}
div.anna01 div.annaTxt01
{
	width: 300px;
	float: right;
}
div.anna01 div.annaTxt01 p
{
	width: 300px;
}
div.anna01 div.anna_photo
{
	float: left;
	width: 310px;
}
div.anna01 p
{
	width: 240px;
	float: right;
}
div.annaBox dl
{
	padding: 0 10px 0 20px;
	font-size:0.85em;
}
div.annaBox dl dt
{
	padding-bottom: 3px;
	font-weight: bold;
}
div.annaBox dl dd
{
	padding-bottom: 5px;
	border-bottom:1px dashed #d3c9c7;
	margin-bottom: 7px;
}

/*==========================================================
	other start
==========================================================*/
div.otherBox
{
	margin-bottom: 20px;
}
div.other01
{
	margin: 0 20px 20px;
	padding: 0 0 10px;
	border-bottom:1px dashed #d3c9c7;
}
div.other01 p
{
	width: 340px;
	float: left;
}
div.other01 div.otherTxt01
{
	float: right;
	width: 350px;
}
div.other01 div.otherTxt01 p
{
	margin-bottom: 20px;
}
div.other01 div.otherTxt01 p.otherLink
{
	margin: 0;
}
div.other01 div.otherTxt01 p.otherLink a
{
	font-size:0.95em;
	font-weight: bold;
	color: #550b00;
}

/*==========================================================
	size start
==========================================================*/
div.sizeBox
{
	margin-bottom: 20px;
}
div.sizeBox div.sizePhoto
{
	margin: 0 20px 20px;
	text-align: center;
}
div.sizeBox div.size01
{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
}
div.size01 table
{
	width: 540px;
	border-collapse: collapse;
	border: #d7cec8 solid 1px;
	font-size: 0.85em;
	margin-bottom: 20px;
}
div.size01 table tr th
{
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	background: #8c7566;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	border-collapse: collapse;
}
div.size01 table tr th.sizeboder01
{
	border-left: #d7cec8 solid 1px;
}
div.size01 table tr td
{
	border-collapse: collapse;
	border: #d7cec8 solid 1px;
	text-align: left;
	padding: 5px 0 5px 10px;
	color: #33130e;
}

/*==========================================================
	sales start
==========================================================*/
div.salesBox
{
	margin-bottom: 20px;
}
div.salesBox div.sales01
{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
}
div.salesBox div.sales01 p
{
	width: 280px;
	float: right;
}
div.salesBox div.salesWaku
{
	margin: 0 10px 20px 20px;
	border: double 3px #d7cec8;
}
div.salesBox div.salesWaku p
{
	padding: 15px;
}
div.sales01 table
{
	width: 540px;
	border-collapse: collapse;
	border: #d7cec8 solid 1px;
	font-size: 0.85em;
	margin-bottom: 20px;
}
div.sales01 table tr th
{
	border: #d7cec8 solid 1px;
	background: #f2efec;
	padding: 5px 0 5px 10px;
	color: #33130e;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-collapse: collapse;
}
div.sales01 table tr th span
{
	color: #d52b15;
}
div.sales01 table tr td
{
	border-collapse: collapse;
	border: #d7cec8 solid 1px;
	text-align: left;
	padding: 2px 0 3px 10px;
}
div.sales01 table tr td input
{
	margin: 3px 0;
}
div.sales01 table tr td.salesBT
{
	text-align: center;
}
div.sales02
{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
}
div.sales02 p.salesLink
{
	width: 540px;
	text-align: right;
}
div.sales02 p.salesLink a
{
	font-size:0.95em;
	font-weight: bold;
	color: #550b00;
}
/* Privacy
----------------------------*/
div.privacyBox ul
{
	margin:10px 0 0 20px;
}
div.privacyBox ul li
{
	margin-left:10px;
	list-style-type:square;
	line-height:1.8;
	font-size:0.9em;
	color:#2e1702;
}
/* Profile
----------------------------*/
div.profileBox div.profileImgBoxLeft,div.profileImgBoxRight
{
	width:45%;
	float:left;
	text-align:center;
}
div.profileBox p.goEnglish
{
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
div.profileBox div.profileCompanyBox
{
	margin:0 25px 0 20px;
}
div.profileBox table
{
	border-collapse:collapse;
}
div.profileBox table tr th,div.profileBox table tr td
{
	padding:5px;
	border-bottom:1px solid #ccc;
	color:#999;
	font-size:0.85em;
}
div.profileBox table tr th
{
	width:8em;
	text-align:left;
}
div#profileEnglishBox
{
	display:none;
}
