@charset "utf-8";

/*
Share Style [  
----------------------------------------------------------- */  
* {   
    margin:0;   
    padding:0;   
} 
h1,h2,h3,h4,h5,h6,p,img,ol,ul,li,a,dl,dt,dd {
    margin: 0;
    padding: 0;
}   
img {   
    border:0;   
}   
address {   
    font-style:normal;   
}   
.clear {   
    clear:both;   
} 
li img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}

/*  
 リンクテキスト [  
----------------------------------------------------------- */  
a:link {
	color:#003300;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}   
a:visited {
	color:#003300;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}   
a:hover {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}   


/* =========== ページレイアウト =========== */

/* ----- body,wrapper ----- */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #3e1d03;
	font-family: "verdana,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
}
#wrapper {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
html {
	background-repeat: repeat;
	background-position: top;
	background-image: url(img/back_loop.gif);
}
#wrapper_out {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(img/top_line.jpg);
}
#wrapper_out2 {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(img/footer.png);
	z-index: 2;

}
#wrapper_out3 {
	background-image: url(img/bg_sora.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* ----- ヘッダー ----- */
#header {
	height: 110px;
	width: 980px;
	padding: 0px;
	background-image: url(img/top_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#header .h1_title {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1em;
	float: right;
	margin-right: 1em;
	padding-top: 7px;
	padding-bottom: 7px;
}
#header #title {
	float: left;
	width: 318px;
	height: 55px;
	margin-top: 25px;
}


.logo {
	width: 318px;
	padding: 0px;
	height: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1.logo a {
	height: 55px;
	width: 318px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	display: block;
	overflow:hidden;
	text-indent: -9999px;
}
#header .header_title {
	position: relative;
	left: 21px;
	top: 20px;
}


#navi {
	height: 349px;
	width: 200px;
	padding: 0px;
	margin-bottom: 10px;
}
ul.top_sub_navi li {
	background-image: url(img/yaji.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #003300;
	margin-bottom: 2px;
	margin-left: 5px;
}
ul.top_sub_navi li .subnavi_mgn_buttom10 {
	margin-bottom: 10px;
}

ul.top_sub_navi {
	margin-bottom: 10px;
	font-size: 90%;
}


#leftbar {
	float: left;
	width: 200px;
}

/*グローバルナビ
------------------------------------------ */
#global_navi {
	background-image: url(img/gnmenu.png);
	background-repeat: no-repeat;
	padding: 41px 0 20px;
}
#global_navi li {
	height: 44px;
	display: inline;
}
#global_navi a {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 44px;
	text-indent: -9999px;
}
a#tn01 {
	background-image: url(img/gn01.png);
}
a#tn01:hover {
	background-position: -200px 0px;
}
a#tn02 {
	background-image: url(img/gn02.png);
}
a#tn02:hover {
	background-position: -200px 0px;
}
a#tn03 {
	background-image: url(img/gn03.png);
}
a#tn03:hover {
	background-position: -200px 0px;
}
a#tn04 {
	background-image: url(img/gn04.png);
}
a#tn04:hover {
	background-position: -200px 0px;
}
a#tn05 {
	background-image: url(img/gn05.png);
}
a#tn05:hover {
	background-position: -200px 0px;
}
a#tn06 {
	background-image: url(img/gn06.png);
}
a#tn06:hover {
	background-position: -200px 0px;
}
a#tn07 {
	background-image: url(img/gn07.png);
}
a#tn07:hover {
	background-position: -200px 0px;
}


/* パン屑リスト
----------------------------------	*/
#breadcrumb {
	font-size: 75%;
	background-color: #DDD4BE;
	padding: 5px;
	line-height: 1em;
	color: #3e1d03;
	margin-bottom: 10px;
}
#breadcrumb .rmv {
	display: none;
}
#breadcrumb a:link {
	color:#3e1d03;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}   
#breadcrumb a:visited {
	color:#3e1d03;
	text-decoration:underline;
	margin: 0px;
	padding: 0px;
}   
#breadcrumb a:hover {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}   
#breadcrumb a:active {
	color:#FF9900;
	margin: 0px;
	padding: 0px;
}  




/* コンテンツ
----------------------------------	*/
#contents_out {
	width: 770px;
	margin-bottom: 10px;
	float: right;
}
#contents {
	width: 750px;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}


#top_btn {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#pict_box {
	width: 505px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.shohin_box01 {
	float: left;
	width: 238px;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 5px;
}
.shohin_box01_out {
	background-image: url(img/sub_img/mizu_waku.gif);
	height: 490px;
	width: 496px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 8px;
	padding-top: 5px;
}


.sub_contets_box01 {
	width: 515px;
	margin-bottom: 30px;
}
.sub_contets_box02 {
	width: 515px;
	margin-bottom: 20px;
}
.shohin_box01_out2 {
	background-image: url(img/bg_fabric_linenlight_5.gif);
	background-repeat: repeat;
	width: 475px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.sub_contets_box01_right {
	width: 250px;
	margin-left: 260px;
}
.sub_contets_box01_left {
	float: left;
	width: 260px;
}



.contents_img_btm {
	vertical-align: bottom;
}

.contents_img_top {
	vertical-align: top;
}

#flash_area {
	margin-bottom: 10px;
}
#top_contents_left {
	float: left;
	width: 525px;
}


/* navi_top
----------------------------------	*/

#navi_top {
	margin-top: 40px;
	float: right;
	clear: right;
	width: 520px;
}
#navi_top li {
	float: left;
}
#navi_top li a {
	display: block;
	overflow: hidden;
	height: 56px;
	width: 130px;
	text-indent: -9999px;
	background-image: url(img/topnavi_bg.png);
}
a#navi_top_1 {
	background-position: 0px 0px;
}
a#navi_top_1:hover {
	background-position: 0px -56px;
}
a#navi_top_2 {
	background-position: -130px 0px;
}
a#navi_top_2:hover {
	background-position: -130px -56px;
}
a#navi_top_3 {
	background-position: -260px 0px;
}
a#navi_top_3:hover {
	background-position: -260px -56px;
}
a#navi_top_4 {
	background-position: -390px 0px;
}
a#navi_top_4:hover {
	background-position: -390px -56px;
}


#top_contents_right,
#eccube #plist {
	background-color: #f0e8d1;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-bottom: 10px;
}
#eccube #top_contents_right {
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: -100px 0;
	padding: 0;
	width: 214px;
}

#otoiawase {
	padding: 15px;
	border: 2px solid #E2DBD1;
	text-align: center;
}


#navi_top .haji {
	display: inline;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}
#news {
	/**height: 178px;**/
	width: 525px;
	float: left;
	margin-bottom: 10px;
}
#btm_navi {
	margin-bottom: 15px;
	line-height: 1em;
	font-size: 90%;
	margin-top: 15px;
	width: 750px;
	text-align: center;
}
#btm_navi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330000;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
}
#btm_navi .haji {
	display: inline;
	padding-left: 5px;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	float: right;
	width: 265px;
	padding-top: 15px;
	padding-right: 10px;
}

/* ----- 新着情報 ----- */
#shincyaku {
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
	background-image: url(img/top_news_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#shincyaku li {
	margin: 0 20px 15px 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
#shincyaku li span.date {
	display: block;
	float: left;
	background-image: url(img/yaji.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px;
}
#shincyaku li span.title {
	display: block;
	width: 350px;
	padding-left: 20px;
	float: left;
}
 

#shincyaku a:link {
	color: #35230D;
	text-decoration: underline;
}
#shincyaku a:visited {
	color: #663333;
}
#shincyaku a:hover {
	color: #FF6600;
	text-decoration: none;
}
#shincyaku a:active {
	color:#666666;
}

/* ----- フッター ----- */
#footer {
	margin: 0px;
	padding: 0px;
	width: 834px;
}
.footer_meisui {
	padding-bottom: 22px;
	z-index: 1;
}

#wrapper .tel {
	float: right;
}
#top_contents_left p {
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
}
#shincyaku .title p {
	padding-left: 0;
}
.contents_box01 {
	width: 485px;
	background-color: #E0EDC1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.contents_box01_left {
	width: 380px;
	float: left;
}
.contents_box01_right {
	width: 100px;
	margin-left: 385px;
}
.summer_plan {
	border: 2px solid #B9DEF7;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 4px;
}






/* ----- コピーライト ----- */
.h3_style01 {
	font-size: 120%;
	color: #993300;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/title03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 45px;
}
.h6_style {
	font-size: 110%;
	font-weight: bold;
	color: #FF6295;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFB5DA;
	border-left-color: #FFB5DA;
	text-indent: 1em;
	line-height: 1.5em;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.h6_style02 {
	font-size: 110%;
	font-weight: bold;
	color: #f08300;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFBC6A;
	border-left-color: #FFBC6A;
	text-indent: 1em;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.h6_style03 {
	font-size: 110%;
	font-weight: bold;
	color: #B32251;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E49ABC;
	border-left-color: #E49ABC;
	text-indent: 1em;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.title_style01 {
	background-image: url(img/sub_title.gif);
	background-repeat: no-repeat;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	text-indent: 30px;
	color: #003300;
	line-height: 1em;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 30px;
	letter-spacing: 0.3em;
}
.title_style02 {
	width: 510px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	color: #030;
	line-height: 1em;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-indent: 10px;
	border-bottom-color: #5F9228;
	letter-spacing: 0.2em;
}
.title_style03 {
	font-size: 100%;
	text-indent: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F96D11;
	margin-left: 10px;
}
.title_style04 {
	font-size: 100%;
	color: #44A9D5;
	text-indent: 15px;
}
.title_style04 {
	font-size: 100%;
	color: #44A9D5;
	text-indent: 15px;
}
.title_style05 {
	background-image: url(img/sub_title02.gif);
	background-repeat: no-repeat;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	text-indent: 30px;
	color: #3e1d03;
	line-height: 1em;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 10px;
	letter-spacing: 0.3em;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7B894;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 50px;
}
.managerblog_box {
	width: 515px;
	margin-bottom: 30px;
	_zoom: 1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DDBC9B;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}  
.txt_bold {
	font-weight: bold;
}

.img_blog   {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}  
.pdf_btn {
	margin-left: -10px;
	margin-bottom: 30px;
}

.p_style01 {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}
.img_top {
	vertical-align: top;
}




/*ページトップへ
---------------------------------------------------- */

#pagetop {
	width: 96px;
	float: right;
	clear: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}

/* ----- イベント情報 ----- */
#event_ul {
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
	background-image: url(img/top_news_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 20px;
}
#event_ul li {
	margin: 0 20px 15px 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
#event_ul li span.date {
	display: block;
	float: left;
	padding-bottom: 5px;
	background-image: url(img/sub_img/icon_nichiji.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
}
#event_ul li span.title {
	background-image: url(img/sub_img/star_list.gif);
	background-repeat: no-repeat;
	display: block;
	width: 470px;
	padding-left: 20px;
	float: left;
}
 

#event_ul a:link {
	color: #3E1D03;
	text-decoration: underline;
}
#event_ul a:visited {
	color: #3E1D03;
}
#event_ul a:hover {
	color: #F60;
	text-decoration: none;
}


/* =========== ショッピングページ =========== */
.title_shopping {
	font-size: 100%;
	color: #030;
	background-image: url(img/shopping/sub_title.gif);
	background-repeat: no-repeat;
	letter-spacing: 0.3em;
	text-indent: 30px;
	width: 515px;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.buying div img {
	border: 2px solid #CCC;
	padding: 4px;
}
.title_shohin {
	font-size: 110%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#eccube #table_shop {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	width: 515px;
	margin: 0 auto 20px;
}

#eccube #table_shop th,
#eccube #table_shop td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#eccube #table_shop th {
	text-align: left;
	font-size: 92%;
	font-weight: bold;;
	background-color: #FEE4D3;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D5D5D5;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FBA66C;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	border-bottom-width: 1px;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	width: 150px;
}
#eccube #table_shop td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
}
#btn_cart img {
	vertical-align: bottom;
}
#btn_cart {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 5px;
}
#ul_shopping_category li {
	font-size: 110%;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(img/shopping/shopping_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	line-height: 1em;
	padding-bottom: 20px;
}
.ul_shopping a:link {
	color: #330000;
	text-decoration: underline;
}
.ul_shopping a:visited {
	color: #330000;
	text-decoration: underline;
}
.ul_shopping a:hover {
	color: #894545;
	text-decoration: underline;
}.ul_shopping li {
	background-image: url(img/shopping/shopping_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 30px;
	padding-bottom: 4px;
}
.ul_ul_shopping li {
	list-style-position: inside;
	list-style-type: disc;
	background-image: none;
	font-size: 90%;
	padding-left: 0px;
	margin-left: 15px;
}

.shopping_navi li {
	background-image: url(img/yaji.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #003300;
	margin-bottom: 2px;
	margin-left: 5px;
}
.shopping_navi {
	margin-bottom: 10px;
	font-size: 90%;
}
.shopping_navi ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 25px;
}
