@charset "shift_jis";




body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:160%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-repeat:repeat;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}


ul{
	list-style-type: none;
}
img {
	border: none;
}
#ttl {
	float: left;
	padding-top: 21px;
}

input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


.clear{clear:both;}


/*リンクカラー*/
a {
	color: #0000ff;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #ff3300;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}




/*ヘッダー（ロゴなどが入っている最上段のボックス）★
---------------------------------------------------------------------------*/
#header{
	width:980px;
	height:53px;
	background-image:url(../img/headerbg.jpg);
	}
	
#header_t{
	width:980px;
	height:600px;
	margin:0 auto;
	
	}

#logo {
	float:left;
	width: 400px;
	height: 48px;
	margin-top:5px;
	}
	
#header_r{
	float:right;
	width:455px;
	height:60px;
	}
	
#news {
	float: right;
	width: 400px;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.top_bnr {
	float: left;
	height: 80px;
	width: 950px;
	padding-left: 15px;
}


/* ｲﾝﾃﾞｯｸｽ　ﾊﾞﾅｰｽﾍﾟｰｽ
---------------------------------------*/

#bnr_space{
	padding-top:25px;
	width:980px;
	margin:10px 0px 20px 0px;
	}
	
	
#bnr_space2{
	padding-top:25px;
	width:980px;
	margin:0 auto;
	}
	
#bnr_space2in{
	width:800px;
	margin:0 auto;
	}
	
	
/* ｲﾝﾃﾞｯｸｽ　footer
---------------------------------------*/





#idx_footer{
	width:980px;
	height:40px;
	}
	
	
	

/* 新着のティッカー
---------------------------------------*/
.ticker {
	width: 400px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #18B9ED;
	background-color:#FFFFFF;
	margin: 0;
	list-style: none;
	box-shadow: 0px 0px 3px #DDD;
	padding: 0;
}

.ticker li {
	height: 30px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}
/* ティッカーここまで
-------------------------------*/
	
	
#pagetitle {
	width: 980px;
	margin: 0 auto;
	background-color:#FFFFFF;}
	






/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 40px;
	height: 40px;
	margin-right: 1px;
	font-size: 12px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 142px;
	text-align: center;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}




/*コンテナー★

---------------------------------------------------------------------------*/
#container {
	width: 980px;
	height:100%;
	margin:0px auto;}
	
	
#container2 {	
	width: 980px;
	margin:0px auto;}	

	
#container-in{
	width: 865px;
	margin:0px 57px;
}


/*取り扱い店舗一覧ページ★

---------------------------------------------------------------------------*/


#shoplistbox {
	width: 980px;
	height:100%;
	margin:0px auto;
}


#shoplistbox-in{
	background-color:#FFFFFF;
	width: 850px;
	margin:0px;
	border:dotted 1px #FF0066;
}

#shoplistbox-inr{
	width: 850px;
	margin:0px;
	border:dotted 1px #FF0066;
}


#shoplistbox-in2{

	width: 850px;
	margin:0px 64px;
}

#day{
	width:750px;
	margin-bottom:15px;
	margin-left:50px;
	}


#shoplist{
	width:980px;
	margin:10px 0px 10px 0px;
	}
	
#anchorpt{
	width:980px;
	height:121px;
	margin:20px 0px 20px 0px;}
	
/*景品一覧のテーブル
---------------------------------------------------------------------------*/


table.shoplist{
	width:100%;
    border-top:3px solid #e5007e;
    border-left:3px solid #e5007e;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#000000;
    empty-cells:show;
}
.shoplist th{
	font-size:16px;
    border-right:3px solid #e5007e;
    border-bottom:3px solid #e5007e;
    color:#000000;
	font-weight:800;
    background-color:#f5c8dd;
    background-position:left top;
    padding:10px;
    text-align:left;
}
.shoplist td{
	font-size:16px;
	color:#ffffff;
	font-weight:800;
    border-right:3px solid #e5007e;
    border-bottom:3px solid #e5007e;
    padding:10px;
}


/*トップページコンテンツ

---------------------------------------------------------------------------*/


#mainimg{width:980px; height:326px; margin-bottom:10px;}

#banner-top1{width:980px; height:140px;}

.re-banner1{width:485px; height:140px; margin-right:10px; float:left;}
.re-banner2{width:485px; height:140px; float:right;}

#gyousya{width:210px; height:140px; float:right;}


#topmainspace{
	width:684px;
	float:left;
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#whatsnew{
	width:682px;
	height:80px;
	margin-bottom:15px;
	border:solid #CCCCCC 1px;}
	
#whatsnew-in{
	overflow:auto;
	width:652px; 
	margin-left:15px;
	margin-top:15px;
	font-size:12px; 
	line-height:160%;
	}

#topproducts{
	width:684px;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.topproducts1{width:107px; height:140px; margin-bottom:0px; margin-right:8px; float:left; border:solid 0px #E8E8E8;}
.topproducts2{width:107px; height:140px; margin-bottom:0px; margin-right:8px; float:left; border:solid 0px #E8E8E8;}
.topproducts3{width:107px; height:140px; margin-bottom:0px; margin-right:8px; float:left; border:solid 0px #E8E8E8;}
.topproducts4{width:107px; height:140px; margin-bottom:0px; margin-right:8px; float:left; border:solid 0px #E8E8E8;}
.topproducts5{width:107px; height:140px; margin-bottom:0px; margin-right:8px; float:left; border:solid 0px #E8E8E8;}
.topproducts6{width:107px; height:140px; margin-bottom:0px; float:right; border:solid 0px #E8E8E8;}




#brand-whats{
	width:264px;
	float:right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.brand-ss{width:264px; margin:10px 0px 0px 0px;}
.brand-ssin{width:234px; margin:10px 15px 0px 15px; font-size:12px; line-height:160%;}
 

.forbusiness{width:264px; margin:10px 0px 0px 0px;}
.forbusiness-in{width:234px; margin:10px 15px 0px 15px; font-size:12px; line-height:160%;}

#contentslink{
	width:262px;
	height:120px;
	margin-bottom:15px;
	border:solid #990000 1px;}
	
#contentslink-in{
	width:232px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px; 
	line-height:160%;
	}
	
	
	
#contentslink2{
	width:198px;
	height:120px;
	margin-bottom:15px;
	border:solid #990000 1px;}
	
#contentslink-in2{
	width:168px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px; 
	line-height:160%;
	}


/*レフトナビ
---------------------------------------------------------------------------*/
#leftnavi {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.banner {margin-bottom:5px;}
.leftcategory{margin:5 0 0 0px;}
.margintop10{margin-top:10px;}


/*レフトナビとメインコンテンツを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	float: left;
	width: 755px;
	margin-top:10px;
	display:inline;
}






/*フッター（最下部のコピーライトなど）★
---------------------------------------------------------------------------*/
#footer {
	width: 980px;
	height:160px;
	margin:0 auto;

	}


#copyright{
	width: 980px;
	height:25px;
	margin:0 auto;
	text-align:center;
	}


/*プライバシーポリシー
---------------------------------------------------------------------------*/
.ppblock {
	fontsize:12px;
	line-height:160%;
	width: 640px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	}

.ppblock2 {
	fontsize:12px;
	line-height:160%;
	width: 640px;
	margin:30px 0px 0px 10px;
	}
	
	
	




/*ライン（商品詳細部分に使用しています）
---------------------------------------------------------------------------*/
hr.dotlblu{width:100%; border:dotted 0.5px #8CC6FF; text-align:center; margin:0 0 10px 0; clear:both;}
hr.dotbdpk{width:100%; border:dotted 0.5px #E61874; text-align:center; margin:0 0 10px 0; clear:both;}
hr.dotsmpk{width:100%; border:dotted 0.5px #F1A7AC; text-align:center; margin:0 0 10px 0; clear:both;}
hr.dotegr{width:100%; border:dotted 0.5px #54D3B4; text-align:center; margin:0 0 10px 0; clear:both;}
hr.dotkh{width:100%; border:dotted 0.5px #99cc00; text-align:center; margin:0 0 10px 0; clear:both;}

#line {
	width: 750px;
	margin-left: 50px;
	margin-bottom: 15px;
	background-image: url(../img/news/kira_line.gif);
	background-repeat: repeat-x;
}

.news_icon {
	margin-left: 5px;
	float: left;
	width: 19px;
}
.img_box {
	padding-left: 15px;
	width: 200px;
	height: 170px;
	padding-top: 10px;
	float: left;
}

#top_ttl{margin-top: 20px;
}#news_ttl {
	float: left;
	height: 20px;
	width: 209px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news_btn {
	float: right;
	height: 29px;
	width: 177px;
}
#news_content {
	float: left;
	width: 390px;
}

#tensai {
	text-align:center;
	fontsize:10px;
	color:#ffffff;
	line-height:140%;
	margin:20px 0px 30px 0px;
}

