/******************************************/

body{
	margin:0px;						/*初期値のリセット (0pxでも指定必要)*/
	padding:0px; 					/*初期値のリセット (0pxでも指定必要)*/
	text-align:center;				/*旧IEセンタリングバグ回避用*/
	background: #fff;				/*背景*/
	}
/******************************************/

a:link , a:visited{
	color: #555;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
	}
a:hover , a:active{
	color: #888;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
	}
/******************************************/

p{/*段落の設定*/
	margin: 0px;			/*初期値のリセット*/
	margin-bottom: 15px;	/*下の余白*/
	}
/******************************************/

.clear{/*分割の解除*/
	clear: both;
	}
table {
border: 0px #000000 solid;
border-collapse: separate;
border-spacing: 0px 10px;
}
/******************************************/

#baseBlock1{/*コンテンツ全体の設定*/
	font-family:"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,MS UI Gothic, Osaka,ヒラギノ角ゴ Pro W3;/*フォントの設定*/
	margin-top:10px;
	margin-left:auto;       				/*センタリング設定用*/
	margin-right:auto;      				/*センタリング設定用*/
	color:#222;             				/*文字色の設定*/
	width:980px;	        				/*コンテンツ全体の幅*/
	text-align:left;	        			/*旧IEセンタリングバグ回避用。*/
	font-size:88%;      					/*文字サイズ*/
	/*background: url(../imges/1.gif) repeat-y;/*		/*背景*/
	border: solid #000 1px;					/*枠線*/
	}
#baseBlock1 table{margin:margin-bottom:10px;}
/******************************************/

#ptitle{/*タイトル部分*/
	height: 313px;						/*高さ*/
	}
h1{/*タイトル部分のフォント、文字位置の設定*/
	font-size:80%;						/*タイトル文字の大きさ*/
	font-weight: normal;				/*文字の太さ*/
	color: #FFFFFF;						/*色*/
	text-align:left;				/*旧IEセンタリングバグ回避用*/
	margin:0px;		    				/*初期値のリセット*/
	padding:0px 0px 0px 10px;			/*余白*/
	}
/******************************************/

#top-menu{/*上部メニュー部分*/
	width: 980px;						/*幅*/
	height: 40px;						/*高さ*/
	}
#top-menu a{
	display: block;						/*ブロック要素に変更*/            
	height: 40px;						/*高さ*/
	color: #fff;						/*文字色*/
	text-align: center;					/*文字位置*/
	text-decoration: none;				/*文字装飾*/
	padding-top: 2px;					/*上の余白*/
	}
#top-menu ul{
	margin: 0px;						/*初期値リセット*/
	padding: 0px;						/*初期値リセット*/
	}
#one{
	width: 190px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url(../imges/2.jpg) no-repeat;	/*背景*/
	}
#one a:hover{
	background: url(../imges/2-h.jpg) no-repeat;	/*背景*/
	text-decoration: none;				/*文字装飾*/
	}
#two{
	width: 190px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url(../imges/3.jpg) no-repeat;	/*背景*/
	}
#two a:hover{
	 background: url(../imges/3-h.jpg) no-repeat;/*背景*/
	 text-decoration: none;				/*文字装飾*/
	 }
#three{
	width: 190px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url(../imges/4.jpg) no-repeat;	/*背景*/
	}
#three a:hover{
	 background: url(../imges/4-h.jpg) no-repeat;/*背景*/
	 text-decoration: none;				/*文字装飾*/
	 }
#four{
	width: 190px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url(../imges/5.jpg) no-repeat;	/*背景*/
	}
#four a:hover{
	 background: url(../imges/5-h.jpg) no-repeat;/*背景*/
	 text-decoration: none;				/*文字装飾*/
	 }
#five{
	width: 190px;						/*幅*/
	line-height: 32px;					/*行の高さ*/
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	background: url(../imges/6.jpg) no-repeat;	/*背景*/
	}
#five a:hover{
	 background: url(../imges/6-h.jpg) no-repeat;/*背景*/
	 text-decoration: none;				/*文字装飾*/
	 }
/******************************************/

h2{/*見出しの設定*/
  height: 31px;
  margin: 0;
  padding: 6px 0px 4px 20px;
  line-height: 130%;
  font-size: 16px;
  color: #0000FF;
  background-image: url(../imges/spec.jpg);
  background-repeat:no-repeat;
	}
	
h3{
  margin: 0;
  padding: 5px 5px 5px 5px;
  line-height: 200%;
  font-size: 13px;
  color: #0000CC;
	}
	

#rightclear{
clear:both;
}
#rightclear img{
margin: 5px 5px 5px 0px;
}
/******************************************/


.main-left{/*左のメインコンテンツ*/
	float: right;		/*回り込み*/
	width: 200px;			/*幅*/
	}
/******************************************/

.main-right{/*右のメインコンテンツ*/
	float: right;	/*回り込み*/
	width: 760px;		/*幅*/
	}
	
	.main-center{/*右のメインコンテンツ*/
	float:inherit	/*回り込み*/
	width: 910px;		/*幅*/
	}
		
/******************************************/

.menu-txt{/*メインコンテンツの枠線と余白*/
	margin: 10px 10px 10px 10px;
	}

.main-txt{/*メインコンテンツの枠線と余白*/
	margin: 10px 10px 10px 10px;
	}

.main-txt p{
  height: 31px;
  margin: 0;
  padding: 6px 0px 4px 20px;
  line-height: 130%;
  font-size: 16px;
  font-weight:bold;
  color: #0000FF;
  background-image: url(../imges/spec1.gif);
  background-repeat:no-repeat;
}




.main-txt h6{
  height: 31px;
  margin: 0;
  padding: 6px 0px 4px 20px;
  line-height: 130%;
  font-size: 26px;
  font-weight:bold;
  color:#FF6600;
}



.main-txt img{
margin: 4px 4px 4px 4px;
}

#menu {
  margin: 0;
  padding: 0px 0px 5px 0px;
  width: 200px;
  text-align: left;
  line-height: 100%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h4 {
  height: 25px;
  margin: 0;
  padding: 6px 0px 4px 10px;
  line-height: 130%;
  font-size: 16px;
  color: #0000FF;
  background-image: url(../imges/kanren.jpg);
  background-repeat:no-repeat;
}

#menu p {
  margin: 10px 4px 16px 4px;
  line-height: 150%;
}

#menu a{
  clear:both;
  color: #004080;
  font-size: 12px;
 }
 
#menu br{
clear:both;
}

#menu a:hover{
  color: #005ebb;
  font-size: 12px;
}
.img-float{
  float:left;
  }

/******************************************/

#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによる回り込み解除*/
	text-align:right;		/*フッター文字を中心に配置*/
	color:#fff;		    	/*テキスト色*/
	font-size:0.8em;		/*テキストの大きさ*/
	padding-top: 20px;
	padding-bottom:10px;	/*下の余白*/
	padding-right:10px;		/*右の余白*/
	}
#footer a{
	color:#666;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}
/******************************************/	

a img{/*画像リンクの設定*/
	border-style : none;	
	border-width : 0px;
	text-decoration : none;
	}
/******************************************/

html{/*スクロールバーの色の設定。Internet Explorerのみ適用されます*/
	scrollbar-face-color: #fff;	    	/* バーの色 */
	scrollbar-3dlight-color: #eee; 		/* 左上外側ライン */
	scrollbar-highlight-color: #ddd;	/* 左上内側ライン */
	scrollbar-shadow-color: #ccc;		/* 右下内側ライン */
	scrollbar-darkshadow-color: #bbb;	/* 右下外側ライン */
	scrollbar-arrow-color: #ccc;		/* 矢印 */
	scrollbar-track-color: #fff;		/* トラック部分 */
	}
/******************************************/

.float-left {
  float: left;
}

.white {
  color: #ffffff;
}

.bold {
  font-weight: bold;
}

.inline-left {
  text-align: left;
}

.width-full{
	width:100%;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}


div.consumer {
  color:#333;
}

/***** ヘッダー *****/

div.consumer div.header {
  height:30px;
  width:100%;
  background-image:url(../imges/x_newcart_head_bg.gif);
  background-repeat:repeat-x;
  background-position:0 0;
}

/* ヘッダー＞ショップ名 */

div.consumer div.header div.header-logo {
  height:30px;
  padding:0;
  margin:0;
  background-image:url(../imges/x_free.gif);
  background-repeat:no-repeat;
  background-position:right top;
}

div.consumer div.header div.header-logo h1.title {
  line-height:30px;
  padding-left:10px;
  font-size:14px;
}

div.consumer div.header div.header-logo h1.title a:link, div.consumer div.header div.header-logo h1.title a:visited, div.consumer div.header div.header-logo h1.title a:active, div.consumer div.header div.header-logo h1.title a:hover {
  color:#FFF;
  text-decoration:none;
}

/* ヘッダーの8000円以上送料無料ロゴが無い時の対応 */
div.consumer div.header div.no-logo {
  height:30px;
  padding:0;
  margin:0;
  background-repeat:no-repeat;
  background-position:right top;
}

div.consumer div.header div.no-logo h1.title {
  line-height:30px;
  padding-left:10px;
  font-size:14px;
}

div.consumer div.header div.no-logo h1.title a:link, div.consumer div.header div.no-logo h1.title a:visited, div.consumer div.header div.no-logo h1.title a:active, div.consumer div.header div.no-logo h1.title a:hover {
  color:#FFF;
  text-decoration:none;
}


/* ヘッダー＞ナビゲーション */

div#consumer-header-navigation {
	background: white;
	margin-top:15px;
	margin-bottom:15px;
}

/* フッター */

div#consumer-footer {
  height:40px;
  height:30px;
  margin-top:20px;
  background-image:url(../imges/npcart_footer_back.gif);
  background-repeat:repeat-x;
  background-position:0 0;
}

div#consumer-footer div.navigation {
  padding-top:10px;
  height:14px;
  width:860px;
  line-height:0px;
}

div#consumer-footer div.navigation p.link {
  height:14px;
  margin:0 6px;
}

div.ca-consumer div.header {
  background-image: url(../imges/head_bg.gif);
}

div.ca-consumer div.header div.header-logo {
  background-image: url(../imges/free.gif);
}

div.ca-consumer div.header div.header-logo h1.title {
  padding: 0;
}

div.ca-consumer div.header div.header-logo h1.title img {
  padding: 0;
  margin: 5px;
}


div#consumer-ca-footer {
  width: 914px;
  margin-top: 15px;
  color: #999;
  font-size: 0.94em;
}


* html div#consumer-ca-footer {
  font-size: 0.75em;
}

div#consumer-ca-footer dl, div#consumer-ca-footer ul{
  list-style-type: none;
}

div#consumer-ca-footer dl.block {
  padding: 0 7px;
}

div#consumer-ca-footer dl.trouble {
  width: 140px;
}

div#consumer-ca-footer dl.rules {
  width: 152px;
}

div#consumer-ca-footer dl.ameba {
  width: 259px
}

div#consumer-ca-footer dl.ameba ul.left {
  width: 139px;
}

div#consumer-ca-footer dl.ameba ul.right {
  width: 119px;
}

div#consumer-ca-footer dl.other {
  width: 305px;
}

div#consumer-ca-footer dt.title {
  border-bottom: 1px solid #E1E1E1;
  padding: 4px 0 2px;
}

div#consumer-ca-footer dl dl {
  line-height: 1.2;
  padding: 2px 0 5px;
}

div#consumer-ca-footer dl.other ul {
  width: 152px;
}

div#consumer-ca-footer p.copyright {
  padding: 3px 0 15px;
  color: #000;
}

div#ca-consumer-footer div.footer {
  background-image: url(../imges/head_bg.gif);
  background-repeat: repeat;
  background-position:0pt;
  height:30px;
  margin-top:20px;
}


div#pandemic {
  width:720px;
  margin-bottom:10px;
}

div#pandemic div.pandemic-box {
  width:710px;
  padding:5px;
  background-color:#F0F7F9;
}

div#pandemic div.image-box {
  width:80px;
}

div#pandemic div.text-box {
  width:590px;
  padding:10px 30px 0 10px;
}

div#pandemic div.text-box .text {
  color:#666666;
}


