/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
td,input{font-size:12px;}
.line {font-size:1px;line-height:1px;}
/*-----------------------------------------------------------------
	基本スタイル
-----------------------------------------------------------------*/
body {
	color: #533918;
	font-size:77% !important;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #FFF;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


html>/**/body {
	font-size:13px;
}

/* clearfix */
.M_clearfix:after {
content:"";
display:block;
clear:both;
}
/* for IE6 */
* html .M_clearfix {
	display:inline-block;
	}
	
/* for IE7 */
	*+html .M_clearfix {
	display:inline-block;
	}
/*要素を中央揃いに*/
.M_center{
	text-align:center;
}
/*要素を左に*/
.M_left{
	text-align:left;
}
/*要素を右に*/
.M_right{
	text-align:right;
}

.flowLeft {
	float:left;
}

.flowRight {
	float:right;
}

p{
	text-align:left;
}
/*上下のマージンを20px*/
.M_mgn20{
	margin:20px auto;
}
/*テキスト色を赤に*/
.M_red{
	color:#ff0000;
}
.M_red a{
	color:#ff0000 !important;
	text-decoration:underline !important;
}
.M_red a:hover{
	color:#ff0000;
	text-decoration:none !important;
}
/*リンク色*/
a{ outline: none; }

a:link ,a:visited {
	color: #543a18;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.pageTop {
	text-align:right;
	font-weight:normal;
	clear:both;
}

.pageTop a:link ,
.pageTop a:visited  {
	color:#E90715;
	text-decoration:underline;
	background-image: url(images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.pageTop a:hover {
	text-decoration:none;
	background-image: url(../images/common/pagetop_on.gif);
}

.more_link {
	text-align:right;
	padding-right:10px;
}
.more_link a ,
.more_link a:link ,
.more_link a:visited  {
	color: #E90715 !important;

}


.more_link2 {
	text-align:right;
	padding-right:10px;
}
.more_link2 a ,
.more_link2 a:link ,
.more_link2 a:visited  {
	color: #c00000 !important;

}
.more_link3 {
	text-align:left;
	padding-right:10px;
}
.more_link3 a ,
.more_link3 a:link ,
.more_link3 a:visited  {
	color: #c00000 !important;

}

.center {
	text-align:center !important;
	margin:0 auto;
}
.left {
	text-align:left !important;
}
.right {
	text-align:right !important;
}


.float_right {
	float:right;
	padding:0 0 20px 20px !important;
}

.float_left {
	float:left;
	padding:0 20px 20px 0px;
}


.padd3 {
	padding-top:3px;
}
.padd5 {
	padding-top:5px;
}
.padd10 {
	padding-top:10px;
}

.mr5 {
	margin-right:5px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr50 {
	margin-right:40px !important;
}
.margin_b1 {
	margin-bottom:1px !important;
}
.margin_b10 {
	margin-bottom:10px !important;
}
.margin2 {
	margin-top:2px !important;
}
.margin3 {
	margin-top:3px !important;
}
.margin5 {
	margin-top:5px !important;
}
.margin8 {
	margin-top:8px !important;
}
.margin10 {
	margin-top:10px !important;
}
.margin15 {
	margin-top:15px !important;
}
.margin2 {
	margin-top:2px !important;
}
.margin20 {
	margin-top:20px !important;
}
.margin30 {
	margin-top:30px !important;
}
.margin40 {
	margin-top:40px !important;
}
.margin50 {
	margin-top:50px !important;
}
.margin80 {
	margin-top:80px !important;
}
.padd10 {
	padding-top:10px !important;
}
.padd_r5 {
	padding-right:5px !important;
}
.padd_r10 {
	padding-right:10px !important;
}
.padd_l5 {
	padding-left:5px !important;
}
.padd_l10 {
	padding-left:10px !important;
}
.padd_l15 {
	padding-left:15px !important;
}
.padd_l20 {
	padding-left:20px !important;
}
.padd_l30 {
	padding-left:30px !important;
}
.padd_l40 {
	padding-left:40px !important;
}
.padd_l50 {
	padding-left:50px !important;
}
.padd20 {
	padding-top:20px !important;
}
.padd30 {
	padding-top:30px !important;
}
.padd40 {
	padding-top:40px !important;
}
.margin_lr5 {
	margin-left:5px !important;
	margin-right:5px !important;
}
.padd_l330 {
	padding-left:330px !important;
}
.margin_lr10 {
	margin-top:10px !important;
	margin-left:10px !important;
	margin-right:10px !important;
}
.padd_lr3 {
	padding-left:3px !important;
	padding-right:3px !important;
}
.padd_lr10 {
	padding-left:10px !important;
	padding-right:10px !important;
}
.padd_lr20 {
	padding-left:20px !important;
	padding-right:20px !important;
}
.padd_lr30 {
	padding-left:30px !important;
	padding-right:30px !important;
}
.padd_b5 {
	padding-bottom:5px !important;
}
.padd_b10 {
	padding-bottom:10px !important;
}
.padd_b20 {
	padding-bottom:20px !important;
}
.padd_b30 {
	padding-bottom:30px !important;
}
.padd_b40 {
	padding-bottom:40px !important;
}

.lh180 {
	line-height:180%;
}
.lh120 {
	line-height:120%;
}
.lh130 {
	line-height:130%;
}


/*	ベースフォント：13pxで計算	*/
.t10 {
/*		font-size:10px;	/**/
	font-size:0.77em;
}

.t11 {
/*		font-size:11px;	/**/
	font-size:0.8461em;
}

.t12 {
/*		font-size:12px;	/**/
	font-size:0.923em;
}

.t13 {
/*		font-size:13px;	/**/
	font-size:1em;
}

.t15 {
/*		font-size:15px;	/**/
	font-size:1.153em;
}

.t17 {
/*		font-size:17px;	/**/
	font-size:1.307em;
}

.t19 {
/*		font-size:19px;	/**/
	font-size:1.461em;
}

.t21 {
/*		font-size:21px;	/**/
	font-size:1.615em;
}

.t23 {
/*		font-size:23px;	/**/
	font-size:1.769em;
}

/*----------------------------------------------------
	#M_container
	全体を覆うコンテンツ
----------------------------------------------------*/
#M_container {
	width: 980px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#makebanner{
	width:980px;
/*		position:relative;	/**/
}

#M_container h1 {
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	padding-bottom:5px;
}

.w50 {
	width:50px !important;
}
.w100 {
	width:100px !important;
}
.w120 {
	width:120px !important;
}
.w130 {
	width:130px !important;
}
.w150 {
	width:150px !important;
}
.w180 {
	width:180px !important;
}
.w200 {
	width:200px !important;
}
.w220 {
	width:220px !important;
}
.w250 {
	width:250px !important;
}

/*----------------------------------------------------
	#M_wrapper
	トップ中央画面と右メニューを内包
----------------------------------------------------*/
#M_wrapper {
	width:760px;
/*	position:relative;/**/
}

/* -----------------------------------------------------------
	#M_header
		ヘッダー
----------------------------------------------------------- */
#M_header {

}

#M_logo{
	float:left;
	font-size:12px;
}

/*
	#M_header dl {
		width:980px;
		padding-top: 10px;
		padding-bottom: 15px;
		clear: both;
	}

	#M_header dt {
		width:160px;
		float:left;
		padding-top: 5px;
	}

	#M_header dd {
		width:820px;
		float:right;
	}
*/

#f_box_wrapper {
	width:980px;
	padding-top: 10px;
	padding-bottom: 15px !important;
}
.float_box_left {
	width:150px;
	float:left;
}
.float_box_right {
	width:800px;
	float:right;
}

.ls08 {
	letter-spacing:-0.08em;
	font-size:11px;
}
.fax {
	background: url(../images/common/fax2.gif) no-repeat top left;
	width:189px;
	height:49px;
	position:relative;
}
.fax p.memo {
	position:absolute;
	top:35px;
	left:44px;
	font-size:11px;
}
.fax p.memo a {
	color:#E90715 !important;
}
.fax p.memo a:hover {
	text-decoration: underline;
}
a.excel {
	background-image: url(../images/common/icon_xls.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.pdf {
	background-image: url(../images/common/icon_pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#M_header dl {
	width:180px;
	padding-top: 0px;
	clear: both;
}
#M_header dt {
/*
		width:160px;
		float:left;
*/
	padding-top: 5px;
}

#M_header dd {
	padding-top: 5px;
/*
		width:820px;
		float:right;
*/
	padding-bottom: 15px;
}
#f_box_wrapper p.l {
	float:left;
	width:220px;
	background:#fdfdfd;
}
#f_box_wrapper p.r {
	float:right;
	width:95px;
	background:#fefefe;
}


/*ログインフォーム*/
#M_login{
	float:right;
	width:200px;
/*	margin-bottom:20px;*/
}
#M_login table{
	float:right;
}	
#M_login td img,
#M_login td input{
	margin-left:3px;
	vertical-align:middle;
}

dl#login {
	width: 200px;
	margin-bottom: 10px;
}

dl#login dt {
}

dl#login dd {
	padding:10px;
	background-color: #E2E1E0;
}

dl#login dd div {
	background-color: #FFFFFF;
	padding: 10px;
}

dl#login dd div dl {
	padding-bottom: 5px;
}

dl#login dd div dt {
	color: #E90815;
}

dl#login dd div dd {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

dl#login dd div dd input {
	width:160px;
}

dl#login dd div a.golink:link ,
dl#login dd div a.golink:visited {
	background-image: url(../images/common/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 10px;
	color: #E90815;
	text-decoration: underline;
	display: inline;
	font-size:100%;
/* font-size:83% */;
}

dl#login dd div a.golink:hover {
	color: #E90815;
	text-decoration: none;
}



#headerInfo {
	float:right;
	margin-top:5px;
}

/* ナビゲーション部分
----------------------------------------------------------- */
#M_gNav {
	overflow: hidden;
	clear:both;
	width:979px;
	padding-left:1px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	}

#M_gNav li {
	float: left;
	background-repeat: no-repeat;
	width:190px;
	height:36px;
	padding-right:7px;
}

#M_gNav li.last {
	padding-right:0px;
}

#M_gNav li img {
	vertical-align:bottom;
}


/* ヘッダ検索部分
----------------------------------------------------------- */
#h_serch_box {
	overflow: hidden;
	clear:both;
	width:980px;
/*		background:#e90815;	/**/
/*		margin-bottom: 10px;	/**/
	padding-bottom:3px;
/*		border:3px #e90815 solid;		/**/
	background: url(../images/common/bg_h_search2.gif) no-repeat top;
}
#h_serch_box .h_cap {
	width:980px;
	height:5px;
	background: url(../images/common/bg_h_search_cap.gif) no-repeat top;
}
.h_bottom {
	clear:both;
	width:980px;
	height:5px;
	background: url(../images/common/bg_h_search_bottom.gif) no-repeat top;
	margin-bottom: 10px;	/**/
}
#h_serch_box .s_ttl {
	width:120px;
	float:left;
	margin:10px 0 5px 10px;
}
#h_serch_box .s_key {
	width:220px;
	float:left;
	margin:10px 0 5px 0px;
}
#h_serch_box .s_kind1 {
	width:150px;
	float:left;
	margin:10px 0 5px 20px;
}
#h_serch_box .s_kind2 {
	width:150px;
	float:left;
	margin:10px 0px 5px 20px;
}



/* 検索窓・サブナビゲーション部分
----------------------------------------------------------- */
#M_sub{
	width:100%;
	height:25px;
	padding:3px 0;
}
#M_searchBox{
	width:200px;
	line-height:30px;
	padding-bottom:35px;
}

#M_searchBox .leftsearch {
	width:140px;
	vertical-align: middle;
}

#M_subNav{
	float:right;
	width:400px;
	text-align:right;
	font-size:11px;
	line-height:140%;
	padding:5px 0;
}
#M_subNav li{
	display:inline;
	border-right:1px solid #ccc;
	padding:0 0.4em 0 0.3em;
}
/*最後の要素には罫線をつけない*/
#M_subNav li#M_end{
	border-right:none;
}
/* -----------------------------------------------------------
	#guide
		お買い物ガイド
----------------------------------------------------------- */
#guide {
	background-color: #FFFFFF;
	border: 1px solid #E90715;
	width: 980px;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow:hidden;
}

.heightAuto {
	margin-left:15px;
	margin-bottom:15px;
	margin-right: 15px;
}

#guide h2 {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#guideLeft {
	float: left;
	width: 590px;
}

#guideRight {
	width: 350px;
	float: right;
}

#guideRight h2 {
	text-align:left;
	font-size:100%;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

#guideRight h2 span {
	color:#F00;
	font-size:100%;
/* font-size:83% */;
	margin-left:5px;
	vertical-align:top;
}

#guideIcon {
	width: 433px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	padding-bottom: 30px;
}


#guideDetaile {
	width:550px;
	clear:both;
	font-size: 91%;
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 15px;
	margin-bottom: 15px;
}

#guideDetaile dl.gdLeft {
	width:255px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#guideDetaile dl.gdRight {
	float:right;
	width:265px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#guideDetaile p a:link ,
#guideDetaile p a:visited {
	color:#E90715; !important;
	text-decoration:underline; !important;
}

#guideDetaile p a:hover {
	color:#E90715; !important;
	text-decoration:none; !important;
}

#guideDetaile dl dt {
	font-weight: bold;
}

#guideDetaile dl dd {
	padding-bottom: 1.5em;
	padding-left: 1em;
}

#guideDetaile dl dd ul {
	padding-left:20px;
}

#footerSendCom {
	margin-right: 15px;
	margin-left: 15px;
}

/* -----------------------------------------------------------
	#M_footer
		フッター
----------------------------------------------------------- */
#M_footer {
	padding-top:10px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E2E1E0;
	margin-top: 20px !important;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#M_footer p {
	text-align:center;
}

#M_footer .M_copyright {
	text-align: center;
	font-size:11px;
	padding-top: 10px;
	padding-bottom: 5px;
}


/* -----------------------------------------------------------
	#M_leftContents
		左メニュー
----------------------------------------------------------- */
#M_leftContents{
	float:left;
	width:200px;
}
#M_leftContents .M_leftBox{
	background:url(../images/454/l_title_bg.gif) repeat-y;
	margin-bottom:7px;
	text-align:center;
}


#M_leftContents h2{
	padding-bottom:10px;
	padding-top:10px;
}

#M_leftContents ul {
	padding-bottom: 15px;
}

#M_leftContents li {
	display: inline;
}

#M_leftContents li img {
	vertical-align:bottom;
	margin-bottom:5px;
}


.M_contentsTitle{
	margin-bottom:5px;
}
/*SHOPTWEET*/
#M_leftContents #tweet p{
	word-break:break-all;
	display:inline-block;
	width:130px;
	margin:0 0 7px;
}
#M_leftContents #tweetName{
	margin:0 0	0 55px;
	width:auto;
}
/* -----------------------------------------------------------
	#M_leftContents
		左メニュー
----------------------------------------------------------- */
#M_leftContents{
	float:left;
	width:230px;
}
#M_leftContents .M_leftBox{
	background:url(/images/454/l_title_bg.gif) repeat-y;
	margin-bottom:7px;
	text-align:center;
}


#M_leftContents h2{
	padding-bottom:10px;
}

#M_leftContents ul {
	padding-bottom: 15px;
}

#M_leftContents li {
	display: inline;
}

#M_leftContents li img {
	vertical-align:bottom;
	margin-bottom:5px;
}


.M_contentsTitle{
	margin-bottom:5px;
}
/*SHOPTWEET*/
#M_leftContents #tweet p{
	word-break:break-all;
	display:inline-block;
	width:130px;
	margin:0 0 7px;
}
#M_leftContents #tweetName{
	margin:0 0	0 55px;
	width:auto;
}
.cMenu{
border:solid 1px lightgrey;
width:220px;
font-size:14px;
line-height:1.2EM;
}
.cMenu p.comment{
color:#996633;margin:5px;
}
.cMenu p.link{
margin:3px;font-size:12px;line-height:18px;
}
#M_leftContents h2{
border-bottom:dotted 2px gray;
margin-bottom:10px;
width:220px;
  background-image: url(images/point_heart.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  text-indent: 20px;
  font-weight: bold;
  font-size:140%;
  clear: both;
}
/*----------------------------------------------------
	#M_main
		中央部分
----------------------------------------------------*/
/*▼2カラム用*/
#M_mainContents_towcol {
	float:left;
	width:550px;
}

#M_mainContents {
	float:right;
	width:760px;
}
#messeage{
	margin-bottom:10px;
}
#M_mainContents table{
	margin-bottom:10px;
}
/*----------------------------------------------------
	#M_rightContents
		右メニュー
----------------------------------------------------*/
#M_wrapper #M_rightContents {
	width:190px;
	background:#fff;
	float:right;
	text-align: left; 
}

#M_rightContents p.banner {
	padding-bottom:10px;
}

#M_rightContents #recipe {
	background-image: url(../images/common/recipe_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 10px;
	text-align: left;
}

#M_rightContents #recipe dl {
	width: 150px;
	text-align: left;
	padding-left: 20px;
}

#M_rightContents #recipe dt {
	padding-bottom: 5px;
}

#M_rightContents #recipe dd {
	padding-bottom: 10px;
}

#M_rightContents #recipe dd img {
	margin-bottom: 5px;
}
 

/*----------------------------------------------------
		商品分類ページ
----------------------------------------------------*/	
/*カテゴリタイトル*/
#M_categorySearch {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#M_categorySearch h2 {
	background:#f0e9d5 url(../images/detaile/bg_cap760.gif) no-repeat top left;
	padding:8px 5px 5px 20px;
	text-align:left;
}

/*カテゴリタイトル*/
#M_categorySearch2 {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#M_categorySearch2 h2 {
	background:#f0e9d5 url(../images/detaile/bg_760-2.gif) no-repeat top left;
	padding:8px 5px 5px 30px;
	text-align:left;
	font-weight:bold;
}

#product_count {
	width: 760px;
	margin-top: 0;
	margin-bottom: 10px;
}
#product_count table {
	clear:both;
	margin:0;
	line-height:1.2;
}
#product_count table th {
	padding:5px 5px;
	text-align:right;
	font-weight:normal;
	font-size:100%;
/* font-size:83% */;
	background: #f8f5f3 url(../images/common/dot_line2.gif) repeat-x bottom;
}
#product_count table td {
	padding:5px 5px;
	font-size:100%;
/* font-size:83% */;
	background: #f8f5f3 url(../images/common/dot_line2.gif) repeat-x bottom;
}

#page_nation {
	width: 760px;
	margin-bottom: 10px;
}
#page_nation table {
	clear:both;
	margin:0;
	line-height:1.2;
}
#page_nation table th {
	padding:5px 5px;
	text-align:right;
	font-weight:normal;
	font-size:100%;
/* font-size:83% */;
	background: #f9f4e4 ;
}
#page_nation table td {
	padding:5px 5px;
	font-size:100%;
/* font-size:83% */;
	background: #f9f4e4 ;
}

#M_categoryTItle p{
	font-weight:bold;
	font-size:15px;
}
/*分類段階リンク*/
#M_itemListLink{
	width:740px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f5f5f5 url(../images/common/brand_dot.gif) no-repeat left;
	padding-left:20px;
	text-align:left;
	margin-bottom:10px;
}
/*----------------------------------------------------
		商品検索ページ
----------------------------------------------------*/	
/*タイトル*/
#M_searchTItle p{
	font-weight:bold;
	font-size:15px;
}
/*検索語リンク*/
#M_searchWord{
	width:740px;
	border-top:1px solid #ccc;
/*		background:#f5f5f5 url(../images/common/brand_dot.gif) no-repeat left;	/**/
	background: #f8f5f3 url(../images/common/dot_line2.gif) repeat-x bottom;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
/*		margin-bottom:10px;	/**/
}
/* 検索対象 */
#M_searchTable{
	width:760px;
	background:#f5f5f5;
	margin:0;
}
#M_searchTable th,#M_searchTable td{
	padding:5px;
	border-bottom:1px solid #ccc;

}
#M_searchTable td.line{
	padding:0;
}
#M_searchTable .price input{
	width:50px;
}
#M_searchTable th{
	font-size:12px;
	font-weight:normal;
	text-align:right;
}
#M_searchTable td.searchBtn{
	width:90px;
	text-align:left;
	vertical-align:middle
}

#M_searchTable #allcategory,
#M_searchTable #subcategory{
	width:170px;
}
#M_searchTable img{
	vertical-align:bottom;
}


/*----------------------------------------------------
		商品詳細画面
----------------------------------------------------*/
#M_pankuzu{/*パンくず*/
	text-align:left;
	margin-bottom:10px;
}
#pankuzu {
	padding-bottom:0px;
	margin-bottom:5px;
}
#pankuzu img {
	display:none;
}

#pankuzu span {
	color:#F00;
}

#pankuzu a:link ,
#pankuzu a:visited {
	text-decoration:underline;
}

#pankuzu a:hover {
	text-decoration:none;
}


#M_itemList{/*前の商品　次の商品*/
	width:100%;
	position:relative;
	height:20px;
}
#M_itemList .M_preview{
	position:absolute;
	left:0;
}
#M_itemList .M_next{
	position:absolute;
	right:0;
}
#M_itemName{/*商品名*/
	background:none repeat scroll 0 0 #eee;
	border-top:4px solid #999;
	color:#333;
	font-size:16px;
	margin:10px auto;
	padding:5px;
	width:100%;
}
#M_itemDetail{
	text-align:left;
}
#M_imgDetail{
	float:left;
	width:260px;
}
#M_iteminfo{
	float:right;
	width:350px;
	text-align:left;
}
/*----------------------------------------------------
		ログイン
----------------------------------------------------*/
#M_mainContents #loginform dl dd{
	width:320px;
}
#orderInput .explain .cutLine,
#orderInput  p{
	text-align:center;
}
#orderInput2 {
	width:580px;
	margin:40px auto 20px;
	padding-bottom:20px;
	background:  url(../images/common/bg_new_entry.gif) no-repeat bottom;
}
/*----------------------------------------------------
		会員登録約款
----------------------------------------------------*/
#M_contract{
	width:680px;
	height:200px;
	overflow:scroll;
	border:1px solid #ccc;
	padding:10px;
	margin:20px 0 20px 20px;
	text-align:left;
}
/*----------------------------------------------------
		会員登録・修正
----------------------------------------------------*/
#M_form{
	border:1px solid #ccc;
	padding:10px;
	margin:20px auto;
}


#M_mailmagazine {
}
#M_mailmagazine h2 {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#login_notice {
	width:579px;
	margin:0px auto 0px;
	background:url(../images/common/login_notice_bg.gif) no-repeat bottom;
	overflow:hidden;
}

div.dl-design06-wrapper {
	width:700px;
	margin-top:20px;
/*
	margin-left:30px;
	border-bottom-color: #d4c192;
	border-bottom-style: solid;
	border-bottom-width: 1px;
*/
}
dl.dl-design06 dl {
}
dl.dl-design06 dt {
	border-top-color: #d4c192;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	color: #57230d;
	float: left;
	font-weight:normal;
	padding-left: 10px;
	width: 170px;
}
dl.dl-design06 dd {
	border-top-color: #d4c192;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin-left: 180px;
	padding-left: 10px;
	font-weight:normal;
}
/*
	.design04 {
		clear: both;
		background: #f8f5f3 url(../images/common/dot_line2.gif) repeat-x bottom;
		border-top-color: #d4c192;
		border-top-style: solid;
		border-top-width: 1px;
		width:700px;
		height:30px;
		position:relative;
	}
	.design04 .title-text {
		position:absolute;
		top:7px;
		left:10px;
	}
*/
.design04 {
	clear: both;
	background: #f8f5f3 url(../images/common/dot_line2.gif) repeat-x bottom;
	border-top-color: #d4c192;
	border-top-style: solid;
	border-top-width: 1px;
	width:700px;
/*		height:30px;	/**/
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:8px;
	padding-bottom:8px;
}
.design04 .title-text {
	margin-left: 20px !important;
}
p.description {
	margin-left:auto;
	margin-right:auto;
	width:676px;
}


.tabContainer {
	width: 700px;
/*		margin-left:40px;	/**/
}
/* タブ */
.tabContainer ul.tabMenu li {
	float: left;
	margin-right: 5px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
	list-style:none;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 670px;
	padding: 15px 0 15px 15px;	/**/
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 10px;
	background: url(../images/common/dot_line2.gif) repeat-x bottom;
	font-weight: normal;
	color: #543a18;		/**/
}
.tabContainer dl dt span {
	background: url(../images/common/q.gif) no-repeat 5px 0px;
	padding-top: 5px;
	padding-left: 45px;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	display:block;
}
/* A */
.tabContainer dl dd {
	margin: 10px 0px 25px 0px;
	padding: 10px  20px 10px 45px;
	background: #f7f7f7 url(../images/common/a.gif) no-repeat 5px 5px;		/**/
	font-weight: normal;
}

.float_list {
	padding: 0 0px 0 0;
	list-style:none;
}
.float_list li {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:3px;
/*	display:inline;	/**/
	white-space:nowrap;
	padding: 0 0 0 18px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	background: url(../images/common/arrow_down.gif) no-repeat left;
}
#SubContentsPage {
	width:700px;
	margin-top:20px;
	margin-left:30px;	/**/
	font-weight:normal;
	text-align:left;
}

a.arrow_downlink {
	background: url(../images/common/arrow_down.gif) no-repeat left;
	margin-left: 0;
	padding-left: 18px;

	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 16px;
	height: auto !important;
	height: 16px;

}
a.arrow_downlink:hover {
/*		color: #F78723;		/**/
	text-decoration: underline;
}



div.two-column {
	width:760px;
	margin:20px 0 0px 0;
}
div.two-left {
	width:510px;
	float:left;
}
div.two-right {
	width:220px;
	float:right;
}

ul#lanking2 #rank1 ,
ul#lanking2 #rank2 ,
ul#lanking2 #rank3 ,
ul#lanking2 #rank4 ,
ul#lanking2 #rank5 {
	width: 510px;
	display:block;
	margin-top:15px;
}


ul#lanking2 #rank1 dl ,
ul#lanking2 #rank2 dl ,
ul#lanking2 #rank3 dl ,
ul#lanking2 #rank4 dl ,
ul#lanking2 #rank5 dl {
	width: 510px;
}

ul#lanking2 #rank1 dt ,
ul#lanking2 #rank2 dt ,
ul#lanking2 #rank3 dt ,
ul#lanking2 #rank4 dt ,
ul#lanking2 #rank5 dt {
	text-align: left;
	float: left;
	width: 100px;
}


ul#lanking2 #rank1 dd  {
	float: right;
	width: 390px;
	background-image: url(../images/common/rank1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	text-align: left;
}
ul#lanking2 #rank2 dd  {
	float: right;
	width: 390px;
	background-image: url(../images/common/rank2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	text-align: left;
}
ul#lanking2 #rank3 dd  {
	float: right;
	width: 390px;
	background-image: url(../images/common/rank3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	text-align: left;
}

ul#lanking2 #rank4 dd  {
	float: right;
	width: 390px;
	background-image: url(../images/common/rank4.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	text-align: left;
}

ul#lanking2 #rank5 dd  {
	float: right;
	width: 390px;
	background-image: url(../images/common/rank5.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	text-align: left;
}



ul#lanking2 #rank1  div ,
ul#lanking2 #rank2  div ,
ul#lanking2 #rank3  div ,
ul#lanking2 #rank4  div ,
ul#lanking2 #rank5  div {
	padding-left: 60px;
}

ul#lanking2 #rank1 dd h3 ,
ul#lanking2 #rank2 dd h3 ,
ul#lanking2 #rank3 dd h3 ,
ul#lanking2 #rank4 dd h3 ,
ul#lanking2 #rank5 dd h3 {
	padding-bottom:10px ;

}
ul#lanking2 #rank1 dd h3 a:link ,
ul#lanking2 #rank1 dd h3 a:visited ,
ul#lanking2 #rank2 dd h3 a:link ,
ul#lanking2 #rank2 dd h3 a:visited ,
ul#lanking2 #rank3 dd h3 a:link ,
ul#lanking2 #rank3 dd h3 a:visited ,
ul#lanking2 #rank4 dd h3 a:link ,
ul#lanking2 #rank4 dd h3 a:visited ,
ul#lanking2 #rank5 dd h3 a:link ,
ul#lanking2 #rank5 dd h3 a:visited ,
ul#lanking2 dd a:link ,
ul#lanking2 dd a:visited {
	font-weight: normal;
	color: #E90715;
	text-decoration: underline;
}

ul#lanking2 #rank1 dd h3 a:hover ,
ul#lanking2 #rank2 dd h3 a:hover ,
ul#lanking2 #rank3 dd h3 a:hover ,
ul#lanking2 #rank4 dd h3 a:hover ,
ul#lanking2 #rank5 dd h3 a:hover ,
ul#lanking2 dd a:hover {
	text-decoration: none;
}

ul#lanking2 #rank1 dd p {
}

div.recommend_list  {
	width:200px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.recommend_list img {
	text-align:center;
}
div.recommend_list p.p_price {
	color:#f89b22;
	font-weight:bold;
	margin-top:3px;
	text-align:center;
}
/* Table-type3 */
div.table-type3 table {
	clear:both;
	margin:20px 0 0 0;
	line-height:1.2;
	border:1px solid #ccc;
	background-color:#ccc;
	border-collapse: separate;
	border-spacing: 1px;
}
div.table-type3 table th {
	padding:5px;
	background-color:#faf5e7;
	border:solid 1px #ffffff;
	text-align:center;
	font-weight:normal;
	font-size:100%;
/* font-size:83% */;
}
div.table-type3 table td {
	padding:5px;
	background:none;
	background-color:#ffffff;
	border-right:none;
	border-bottom:none;
	font-size:100%;
/* font-size:83% */;
}




/* Basic code - don't modify */
 
#search {
    background-attachment: scroll;
    background-color: #d9151b;
/*	    background-image: url("http://img16.shop-pro.jp/PA01096/140/etc/top_head_30.gif?20101231201414");	/**/
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 39px;
    width: 980px;
}
* html #search {
    height: 39px;
    width: 980px;
}
#search-inside {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 1px;
    position: relative;
}
#search li {
    line-height: 0;	/*:/
}
#search-inside li.product_all {
    display: block;
    width:200px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
#search-inside li.product_all a {
    background-attachment: scroll;
    background-color: transparent;
/*	    background-image: url("http://img16.shop-pro.jp/PA01096/140/etc/top_head_20.gif?20101231202925");	/**/
    background-position: 0 0;
    background-repeat: no-repeat;
/*	    font-size: 1px;	/**/
    height: 39px;
/*	    left: -212px;	/**/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
/*	    text-indent: -9999px;	/**/
    top: -1px;
    width:200px;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:1000;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width:178px;
	float: left;
	position: relative;
	line-height:24px;
	height:24px;
	z-index:1000;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}
    
/* Essentials - configure this */

#nav ul {
	width: 180px;
}
#nav ul ul {
/*		left: 201px;	/**/
}

/* Everything else is theming */
 
#nav {
/*		background-color: #30A8C3;	/**/
	height: 39px;
	z-index:1000;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	border-right: 1px solid white;
	color: white;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
}
#nav li.hover a {
	background-color: #5E5A5A;
}
#nav ul {
	top: 39px;
}
#nav ul li a {
	background-color: #5E5A5A;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	border-bottom:1px #eee solid;
}
#nav ul a.hover {
/*		background-color: #30A8C3;	/**/
}
#nav ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* #nav ul a {
	border-bottom: none;
} - I also needed this for IE6/7 */



#nav a.find-category {
    background-attachment: scroll;
    background-color: transparent;
/*	    background-image: url("http://img16.shop-pro.jp/PA01096/140/etc/top_head_28.gif?20101231222459");	/**/
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}
#nav a.find-category li {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
}


/* menu styles */
#jsddm
{	margin: 0px ;
	padding: 0;
	width:978px;
}

#jsddm li
{	float: left;
	text-align:left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a
{	display: block;
	padding: 0px 0px 0 ;
	text-decoration: none;
	white-space: nowrap;
	margin-right:3px;
}


#jsddm ul li a
{	display: block;
	background: #e90815;
	padding: 5px 0px 0 10px;
	min-width:168px;
	width: 168px;
	min-height:1.5em;
	text-decoration: none;
/*		border-right: 1px solid white;	/**/
	color: #fff;
	white-space: nowrap
}

#jsddm li a:hover
{
	background: #fff;
	color: #e90815;
}
	
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
/*		border-top: 1px solid white;		/**/
}
	
#jsddm li ul li
{	float: none;
	display: inline
}

#jsddm li ul li a {
	color: #e90815;
	background: #fff;
	border-left:1px #e90815 solid;
	border-right:1px #e90815 solid;
	border-bottom:1px #e90815 solid;
	min-width: 168px;
	padding-top:6px;
	padding-bottom:6px;

}

#jsddm li ul li a:hover
{
	background: #e90815;
	color: #fff;
	z-index:150000 !important;
}
#bg_search_area {
	width:978px;
	height:40px;
	margin:0;
	position:relative;
	background: url(../images/common/bg_search_area.gif) no-repeat top;
	z-index:1000;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-bottom:20px;
}

#btn_top {
	position:absolute;
	top:10px;
	left:35px;
}

#btn_allItem {
	position:absolute;
	top:10px;
	left:155px;
}

#bg_search_area .btn_search0 {
	position:absolute;
	top:8px;
	left:37px;
}

#bg_search_area .btn_search1 {
	position:absolute;
	top:8px;
	left:265px;
}


#bg_search_area .btn_search2 {
	position:absolute;
	top:8px;
	left:490px;
}
#bg_search_area .btn_search3 {
	position:absolute;
	top:8px;
	left:735px;
}
#bg_search_area .btn_search4 {
	position:absolute;
	top:6px;
	left:789px;
}

#jsddm li.btn_search1 ul li a {
	width:172px;
}

#jsddm li.btn_search2 ul li a {
	width:196px;
}

#jsddm li.btn_search3 ul li a {
	width:186px;
}

ol#li_num {
	list-style-type: decimal !important;
	padding-left:20px;
	margin-top:10px;
}
ol#li_num li {
	list-style-type: decimal !important;
	line-height:1.8em;
	margin-top:5px;
	margin-left:1em;
}


/* normal list */
ul.list {
	padding: 0px 14px 0 0;
	list-style:none;
}
ul.list li {
	padding: 0 0 0 12px;
	margin:5px 0;
	background: url(../images/common/icon02.gif) no-repeat left;
}
/* for IE6 */
* html ul.list li {
	height: 1px;
}

.arrow_memo {
	background: url(../images/campaign/arrow01.gif) no-repeat 150px 100%;
	padding-bottom:30px;
}

div.three-column {
	width:760px;
	display:inline;
}
div.three-column div.three-left {
	width:210px;
	float:left;
	margin:0 20px 0 0;
}
div.three-column div.three-center {
	width:200px;
	float:left;
	margin:0;
}
div.three-column div.three-right {
	width:250px;
	float:right;
}

div.three-column a {
	color: #E90715 !important;
}
div.three-column div.border_box4 {
	border:5px #f0e9d5 solid;
	padding:15px;
	width:260px;
	margin-top:20px;
}

div#deliveryDate {
	color:#E90715;
	font-weight:bold;
	font-size:1.16em;
	line-height:1.5em;
}


/*	campaign 201109	*/

		/* Put a border around the newly clickable element */
		.bl-hot {
/*				border: solid 1px #ccc;	/**/
				background: url(../images/campaign/bg_201109.gif) no-repeat top left;
			zoom: 1; /* Should be IE only */
		}
		/* rollover style for clickable element */
		.bl-hover {
			border-color: #aaf;
			cursor: pointer;
			background-color: #cdF;
				background: url(../images/campaign/bg_201109_on.gif) no-repeat top left;
		}
		
		/* Simulate hover on contained link */
		.bl-hover a:link {
			color: #CC3333;
		}
		.bl-hover a:visited {
			color: #CC3333;
		}
		
		/* Some demo layout */
		#campaign_201109links {
/*				float: left;	/**/
			width: 760px !important;
/*			clear: both;	/**/
			margin: 0;
			padding: 0;
			margin-bottom: 2em;
		}
		#campaign_201109links li {
			width: 370px;
			height:180px;
			float: left;
/*			padding: 0 1%;	/**/
			margin: 0;
			margin: 0 20px 20px 0;
/*			margin-right: 10px;	/**/
			display: inline;
			text-indent: 0;
			list-style-type: none;
			min-height: 14em;
		}
		#campaign_201109links li.r {
			margin-right: 0px;	/**/
			float:right;
		}
		#campaign_201109links li:before {
			content: '';
		}
		#campaign_201109links h3 {
			margin: 0.5em 0;
		}
		#campaign_201109links .p_info {
			width:370px;
			height:180px;
			position:relative;
		}
		#campaign_201109links .p_photo {
			top:5px;
			left:5px;
			position:absolute;
		}
		#campaign_201109links .p_name {
			top:65px;
			left:145px;
			position:absolute;
			font-weight:bold;
			font-size:15px;
			color:#543a18;
			line-height:1.3;
		}
		#campaign_201109links .p_name2 {
			top:45px;
			left:145px;
			position:absolute;
			font-weight:bold;
			font-size:15px;
			color:#543a18;
			line-height:1.3;
		}
		#campaign_201109links .p_price {
			top:103px;
			right:14px;
			position:absolute;
			text-align:right;
			font-weight:bold;
			font-size:14px;
			color:#f89b22;
		}
		#campaign_201109links .p_pt1 {
			top:135px;
			left:150px;
			position:absolute;
			width:90px;
			text-align:center;
		}
		#campaign_201109links .p_pt2 {
			top:135px;
			left:265px;
			position:absolute;
			width:90px;
			text-align:center;
			font-weight:bold;
			color:#f00;
		}

.bld {
	font-weight:bold;
}

/*	campaign 201212	*/
#campaign_201112 {
	width: 760px !important;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}
#campaign_201112 div.prod_info {
	width:760px;
	height:250px;
	margin:10px 0 0px;
	position:relative;
}
#campaign_201112 p.p_img {
	position:absolute;
	top:0;
	left:10px;
}
#campaign_201112 p.comment {
	position:absolute;
	top:30px;
	right:0;
}
#campaign_201112 p.lnk0 {
	position:absolute;
	top:160px;
	right:0;
}
#campaign_201112 p.lnk {
	position:absolute;
	top:200px;
	right:0;
}

#campaign_201112 p.lnk1 {
	position:absolute;
	top:225px;
	right:0;
}

#campaign_201112 p.caution {
	margin:0px 0 0 20px;
	color:#dd0000;

}

#campaign_ranking {
	width: 760px !important;
	margin: 30px 0 2em;
	padding: 0;
}
#campaign_ranking div.three-left {
	width:240px;
	float:left;
	margin-right:20px;
	display:inline;
}
#campaign_ranking div.three-center {
	width:240px;
	float:left;
	display:inline;
}
#campaign_ranking div.three-right {
	width:240px;
	float:right;
}
#campaign_ranking div.rank_product {
	width:240px;
	height:400px;
	margin:10px 0 0px;
	position:relative;
	background: url(../images/campaign/bg_rank.gif) no-repeat top left;
}
#campaign_ranking p.p_img {
	position:absolute;
	top:6px;
	left:6px;
}
#campaign_ranking p.comment {
	position:absolute;
	top:233px;
	left:6px;
}
#campaign_ranking p.lnk {
	position:absolute;
	top:362px;
	left:20px;
}

.textIndent {
	padding-left:1em;
	text-indent:-1em;
}

#productbox dd p.textSpace {
	padding-bottom:1em;
}

#calendarBox #calendarTable_0 .calendarTable th,
#calendarBox #calendarTable_0 .calendarTable td,
#calendarBox calendarTable_1 .calendarTable td,
#calendarBox #calendarTable_1 .calendarTable td,
#calendarBox calendarTable_2 .calendarTable td,
#calendarBox #calendarTable_2 .calendarTable td  {
	font-size:10px;
}

.pageTop {
	margin-bottom:15px;
}

/*------------------------------

リニューアル2013　追加スタイル

--------------------------------*/

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#corpLogo {
	padding-top:5px;
}

ul#headSubmenu {
	position:relative;
	padding-top:10px;
	
}

ul#headSubmenu li {
	float:left;
	padding-bottom:12px;
}

ul#headSubmenu li img {
	vertical-align:bottom;
}

ul#headSubmenu li#freeDial {
	position:absolute;
	top:-6px;
	right:0px;
}

#search_price {
	padding-left:25px;
}

#search_price li {
	display:block;
}

#search_price li a:link ,
#search_price li a:visited {
	color:#e90815;
	text-decoration:underline;
}

#search_price li a:hover {
	text-decoration:none;
}

img.vertbottom{
    vertical-align:baseline !important;
}
.attention{
    color:red;
}

.btn_area input#send {
	vertical-align:middle;
}

.btn_area #back02 {
	vertical-align:middle;
}

body {
	font-size:100% !important;
	line-height:normal !important;
	background-image:none;
}

#M_container {
	margin-top:4px;
}

#btnfav a {
  display: block;
  width: 94px;
  height: 17px;
  margin-bottom: 1px;
  background-image: url(http://gigaplus.makeshop.jp/ilovesweet/images/top/btn_hfav.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
color:transparent;
}
#M_basketTemp2.M_headBasket {
  float: none;
  width: auto;
  padding: 0px;
  border: none;
  margin: 0;
  background: none;
  position: relative;
  z-index: 1000;
}
#M_headBasketSwitch {
  width: 96px;
  position: relative;
  height: 26px;
  z-index: 999;
  float: right;
}
#M_basketClosedBox {
  cursor: pointer;
  text-indent: -9999em;
  text-align: left;
}
.M_basketMarginBox {
  height: 26px;
  background: url(http://gigaplus.makeshop.jp//ilovesweet/images/top/h_cartcheck.gif) no-repeat;
}
#M_basketOpenedBox {
  position: absolute;
  left: -100% ;
  top: 60px ;
  width: 200px;
  height: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  z-index: 100;
display:none;
}
#M_basketClosedBox a {
  display: block;
  width: 126px;
  height: 26px;
}
#M_basketTemp2.M_headBasket {
  float: none;
  width: auto;
  padding: 0px;
  border: none;
  margin: 0;
  background: none;
  position: relative;
  z-index: 1000;
}
#M_headBasketIn {
  clear: both;
  text-align: center;
  font-weight: bold;
  width: 96px;
  padding: 0 !important;
  font-size: 11px;
}
#M_gNav li {
  float: left;
  background-repeat: no-repeat;
  width: 170px;
  height: 20px;
  padding-right: 7px;
text-align:center;
line-height:30px;
}
#M_gNav li  a{
color:#ffffff;
}
.logoarea{
border:solid 0px red;width:270px;height:100px;float:left;}
.header-info{
border:solid 0px orange;float:right;width:700px;height:100px;text-align:right;}
.header-navi{
border:solid 0px green;float:left;height:60px;width:590px;}
.header-cart{
float:right;border:solid 0px blue;width:100px;height:60px;overflow:hidden;}

#guide {
	background-color: #FFFFFF;
	border: 0px solid #E90715;
	width: 980px;
	margin-bottom: 20px;
	overflow:hidden;
font-size:14px;
}

.heightAuto {
	margin-left:15px;
	margin-bottom:15px;
	margin-right: 15px;
}

#guide h2 {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#guideLeft {
	float: left;
	width: 580px;
margin-top:20px;
}

#guideRight {
	width: 360px;
	float: right;
margin-left:10px;
}

#guideRight h2 {
	text-align:left;
	font-size:100%;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

#guideRight h2 span {
	color:#F00;
	font-size:83%;
	margin-left:5px;
	vertical-align:top;
}

#guide .bar{
width:980px;
height:35px;
background-color:#D9151B;
color:#ffffff;
text-align:center;
line-height:35px;
}
.guidebox{
width:500px;
float:right;
margin-left:10px;
}