@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #000000;
	text-decoration: none;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #cc0066;
	text-decoration: none;
}

/*強制回り込み解除*/
.clear { clear:both; }  
.clear hr { display:none; } 

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px solid #000000;
	background-color: #FFFFFF;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.gif);	/*ヘッダーの背景画像*/
	background-repeat: repeat;
	background-position: top;
	height: 100px;
	margin-top:5px;
}

#header #logo {
	padding-top: 0px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	color: #333333;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 12px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 142px;
	text-align: center;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	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;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 806px;
	float: left;
	padding-bottom: 0px;
	margin-top: 10px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #333333;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 0px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	font-size: 11px;
	color: #FFFFFF;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 12px;
	background-color: #111111;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}

#sub a,#side a {
	color: #FFFFFF;	/*文字色*/
}

#sub a:hover ,#side a:hover {
	color: #cc0066;	/*文字色*/
}

/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 10px;
}


/*左右のサブメニュー
---------------------------------------------------------------------------*/
#sub .submenu_btn {
    clear: both;
	text-align:left;
	vertical-align:middle;
   	background: url(images/submenu_btn_bg.gif) no-repeat left #ffffff;
	height: 60px;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;	
    margin-bottom: 0px;
    padding-top: 0px;
	padding-left: 4px;
	color: #ffffff;
	font-size: 9px;
    width: 178px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#sub .submenu_btn a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

#sub .submenu_btn a:hover {
	color: #cc0066;
	font-size: 11px;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

#sub img.btn{
	float: left;
	vertical-align:middle;
	margin-left: 0px;
	margin-top: 5px;
	padding-right:2px;
	border:0px;
}


/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu_1line {
	margin-bottom: 5px;
	font-size:11px;
}

.submenu_1line a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 32px;
	color: #ffffff;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
}

.submenu_1line a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #ff3300;		/*カーソルオーバー時の文字色*/
}

/*左右のサブメニュー（2行）
---------------------------------------------------------------------------*/
.submenu_2line {
	margin-bottom: 5px;
	font-size:11px;
}

.submenu_2line a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 32px;
	color: #ffffff;		/*文字色*/
	text-decoration: none;
	line-height: 20px;
	height: 40px;
}

.submenu_2line a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #ff3300;		/*カーソルオーバー時の文字色*/
	font-weight:bold;
}

/*左右のサブメニュー（通常）
---------------------------------------------------------------------------*/
.submenu_normal {
	margin-bottom: 5px;
}

.submenu_normal li {
	border-bottom: 1px solid #cccccc;
	background-color: #222222;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}

.submenu_normal li a {
	color: #ffffff;		/*文字色*/
}

.submenu_normal li a:hover {
	color: #cc0066;		/*カーソルオーバー時の文字色*/
}

/*左右のサブメニュー（通常 Sサイズ）
---------------------------------------------------------------------------*/
.submenu_normal_s {
	margin-bottom: 5px;
}

.submenu_normal_s li {
	border-bottom: 1px solid #cccccc;
	background-color: #222222;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	font-size:10px;
}

.submenu_normal_s li a {
	color: #ffffff;		/*文字色*/
}

.submenu_normal_s li a:hover {
	color: #cc0066;		/*カーソルオーバー時の文字色*/
}

/*右のサブメニュー内「ランキング」コーナー
---------------------------------------------------------------------------*/
#side .rankitem {
	margin-bottom: 0px;
	line-height: 16px;
	font-size:11px;
	font-weight:bold;
}

#side .rankitem p{
	height: 250px;
	width: 178px;
	background-color: #000000;
	background-image: url(images/rank_btn_bg.gif);	/*背景画像*/
	background-position: top;
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: inline;
	color: #cc0066;
}

#side .rankitem a {
	color: #ffffff;
}

#side .rankitem a:hover {
	color: #cc0066;
	background-color:eeeeee;
	
}

#side .rankitem a img {
	padding: 3px;		/*画像のまわりの余白*/
}

#side .rankitem a:hover img {
	background-color:#cc0066;
}

/*パンクズリスト
----------------------------------------------------------------------------------*/
#pankuzu {
	font-size:9px;
	color:#666666;
	padding: 10px;
}


/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 612px;
}

#main h2.item_title {
	font-size: 12px;
	color: #ffffff;
	background-image: url(images/h2bg_item_title.gif);	/*h2背景画像*/
	background-position: left top;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
	letter-spacing: normal;
	line-height: 20px;
}

#main h2.text {
	font-size: 16px;
	color: #ffffff;
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 33px;
	clear: both;
	letter-spacing: normal;
	line-height: 30px;
}

#main h2.img {

}

#main h3.desc {
	font-weight:normal;
	font-size:11px;
	padding: 0.5em 10px 1em;
}

#main h3.text {
	background: url(images/h3bg_pink.gif) no-repeat left top;
	line-height: 25px;
	padding-left: 20px;
	margin-top: 0px;
	font-size:12px;
	color:#FFFFFF;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}

.point li{
	border-bottom: 1px dotted #999999;
	background: url(images/icon_star_bg.gif) no-repeat left top;
	padding-left: 25px;
	margin-top: 5px;
	line-height: 20px;
}

#main div.common {
	padding: 0px;
	margin: 5px;
}

div.common img.left{
	float: left;
	padding-right:10px;
	padding-bottom:0px;
	border:0px;
}

div.center{
	text-align:center;

}

.sitemap li {
	border-bottom: 1px dotted #999999;
	padding-left: 25px;
	margin-top: 5px;
	font-size:10px;
}

/*中央ブロック内の「更新情報」部分
---------------------------------------------------------------------------*/
#main dl.news {
	height: 100px;
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 11px;
	border: 1px solid #cccccc;	/*更新情報のフチのライン*/
	margin-bottom: 1em;
	font-size:11px;
	background-color: #eeeeee;
}

#main dl.news dt {
	font-weight: normal;
	float: left;		/*日付を左よせする*/
}

#main dl.news dd {
	border-bottom: 1px dotted #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}


/*中央ブロック内の「特集」部分
---------------------------------------------------------------------------*/
.special {
	width: 550px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}

.spBoxA{
width:270px;
float:left;
margin:10px;
}

.spBoxB{
width:270px;
float:left;
margin:10px;
}



/*トップページの「新着商品」コーナー
---------------------------------------------------------------------------*/
#main .itemtable_4 p {
	height: 250px;	/*１個あたりのボックスの高さ*/
	width: 144px;	/*１個あたりのボックスの幅*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/rank_btn_bg.gif);	/*背景画像*/
	background-position: top;
	padding: 0px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	display: inline;
	font-size:11px;
	color: #ffffff;
}

#main .itemtable_4 {
	margin-top: 5px;
}

#main .itemtable_4 a {
	color: #ffffff;
	font-weight:bold;
}

#main .itemtable_4 a:hover {
	color: #cc0066;
}

#main .itemtable_4 a img {
	padding: 2px;		/*画像のまわりの余白*/
}

#main .itemtable_4 a:hover img {
	background-color:#cc0066;
}

/*商品テーブル（2列表示）
---------------------------------------------------------------------------*/
#main .itemtable_2 p {
	height: 360px;	/*１個あたりのボックスの高さ*/
	width: 295px;	/*１個あたりのボックスの幅*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(images/bg_400_400.jpg);	/*背景画像*/
	padding: 0px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	display: inline;
	font-size:11px;
	color: #ffffff;
}

#main .itemtable_2 {
	margin-top: 5px;
}

#main .itemtable_2 a {
	color: #ffffff;
	font-weight:bold;
}

#main .itemtable_2 a:hover {
	color: #cc0066;
}

#main .itemtable_2 a img {
	padding: 5px;		/*画像のまわりの余白*/
}

#main .itemtable_2 a:hover img {
	background-color:#cc0066;
}

/*商品テーブル（リスト形式）
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	color: #000000;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}

/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 80px;
	width: 1000px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:eeeeee;
	font-size:11px;
	color:#000000;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
}

#footer a:hover {
	color: #660000;
	text-decoration: none;
}

.copy {
	padding-top:25px;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #A51A91;
}
.look {
	background-color: #f5f5f5;
}

.pink_bg_white{ color: #ffffff;background-color: #fd339a;}
.pink_bg_black{ color: #000000;background-color: #cc0066;}
.pink_b{ color: #ffffff;font-weight: bold;}
.white_b{ color: #ffffff;font-weight: bold;}

.orange_bg{ color: #ffffff;background-color: #ff3300;}
.orange_bg_white{ color: #ffffff;background-color: #ff3300;}
.orange_bg_brown{ color: #330000;background-color: #ff3300;}
.rank_no_s{ color: #000000;background-color: #ff3399;line-height: 30px;}
.price_old_s{ color: #660033;font-size: 10px;font-weight: normal;text-decoration: line-through;font-family: Helvetica, Arial; }
.price_new_s{ color: #cc0066;font-size: 16px;font-weight: bold;font-family: Helvetica, Arial; }
.price_off_s{ background-color: #cc0066;color: #ffffff;font-size: 16px;font-weight: bold;font-family: Helvetica, Arial; }
.price_zei_s{ color: #cccccc;font-size: 10px;font-weight: normal;font-family: Helvetica, Arial; }

.price_old{ color: #660033;font-size: 18px;font-weight: normal;text-decoration: line-through;font-family: Helvetica, Arial; }
.price_new{ color: #cc0066;font-size: 36px;font-weight: bold;font-family: Helvetica, Arial; }
.price_zei{ color: #999999;font-size: 12px;font-weight: normal;font-family: Helvetica, Arial; }
.price_off{ background-color: #cc0066;color: #ffffff;font-size: 22px;font-weight: bold;font-family: Helvetica, Arial; }
.item_desc_sub{
	color:#cccccc;
	font-size: 10px;
	letter-spacing:normal;
	line-height:normal;
	border-bottom: 1px solid;
}