/* CSS Document */
*{
	margin:0px;
	padding: 0PX;
}
/*******************************************
****
**** 各ページ共通項目
****
**** 背景色や文字の色をショップごとに指定してください。
****
****
**** 上下のmargin、paddingについては多少変更しても問題はありません
**** 左右のmargin、paddingをいじるとズレる危険性があるので注意してください。
****
**** CSS+TABLEのハイブリッドレイアウトを採用しています。
****
*********************************************/

/* 2010.06.14 eltex del start */
/*
body{
	font-family:"MS PGothic",HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	color:#333333;
	line-height:1.5em;
}
*/
/* 2010.06.14 eltex del end */

#body_container{
	width:950px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
}

/* 2010.06.14 eltex del start ------ */
/*
a{
	color:#0000CC;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#FF9900;
	text-decoration:underline;
	font-weight:bold;
}
*/
/* 2010.06.14 eltex del end ------ */

a img{
	border:0px;
}

.clear{
	clear:both;
}

/* 2010.06.14 eltex del start ------------------------ */


/*******************
**ヘッダー
********************/

/** 一番上のバー **/
/*
#header td.bar1{
	height:1px;
	background-color:#FFFFFF;
}
*/
/** タブ直下のバー **/
/*
#header td.bar2{
	height:15px;
	background-color:#003399;
}
*/
/** 影の表示 **/
/*
#header td.shadow{
	height:5px;
	background-image:url("../../images/template/head_shadow.gif");
	background-repeat:repeat-x;
}
*/
/** リスト※いじらないで下さい※ **/
/*
#header ul{
	list-style-type:none;
}
*/

/** リスト※いじらないで下さい※ **/
/*
#header li{
	display:inline;
}
/** リスト※いじらないで下さい※ **/
/*
#header ul.user li{
	margin-right:5px;
}

/** パンくずリストの背景色と文字色設定 **/
/*
#header table.pan{
	width:100%;
	background-color:#FFFFFF;
	color:#333333;
}

#header table.pan th{
	padding-left:10px;
	font-weight:normal;
}

#header table.pan form{
	padding:3px 10px 3px 0;
}

#header table.pan select,input{
	vertical-align:middle;
}

/*******************
**フッター
********************/
/** フッターの幅と文字色 **/
/*
#footer{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	background-color:#003399;
	border:0px;
}

#footer a{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

#footer a:hover{
	color:#FF9900;
	text-align:center;
	text-decoration:underline;
}

#footer td.links{
	font-size:12px;
	text-align:center;
	padding-top:7px;
}

#footer td.footerbar{
	text-align:center;
	height:3px;
}

#footer td.copyright{
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
*/
/* 2010.06.14 eltex del end ------------------------ */

/*******************
**メイン部分
********************/
table.maintable{
	width:100%;
	/* 2010.06.14 eltex add start */
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	/* 2010.06.14 eltex add end */
}

/** 真ん中余白 **/
td.space_middle{
	width:5px;
	background:#FFFFFF;
}


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


div.finding{
	text-align:center;
	padding:9px 0 7px 0;
	font-size:14px;
}

#content{
	/* 2010.06.14 eltex mod start */
	/* width:745px; */
	width:735px;
	/* 2010.06.14 eltex mod end */
	color:#666666;
}

#content table.freearea{
	margin:10px 0;
}

/** 見出しH3部分 **/
#content h3{
	background-color:#EEEEE7;

}

#content h4{
	margin-top:15px;
	border-width:1px 1px 2px 7px;
	border-color:#CCCCCC #CCCCCC #DFD5C7 #DFD5C7;
	border-style:solid;
}

#td.blog{
	padding:0 5px 0 3px;
}

/** 新着情報 **/
#news{
	/* 2010.06.14 eltex mod start */
	/* width:745px; */
	width:735px;
	/* 2010.06.14 eltex mod end */
	border:0;
	margin-bottom:10px;
	/* 2010.06.14 eltex add start */
	border-collapse:collapse;
	border-spacing:0;
	/* 2010.06.14 eltex add end */
}

#news th{
	background:#FFFFFF url("../../images/parts/bg_title01.jpg") 0 0 no-repeat;
	height:25px;
	text-align:left;
	font-weight:normal;
}

#news table.headline{
	width:100%;
	border:0;
}

#news td.more{
	text-align:right;
	padding-right:10px;
	font-size:14px;
	padding-top: 2px;
}

#news td.more a{
	color:#FFFFFF;
}

#news td.more a:hover{
	color:#FFFF66;
}

#news td.outer{
	padding:10px;
}

#news table.info{
	width:100%;
	border:0;
}

#news table.info span.mid{
	font-size:14px;
	color:#0000FF;	
}

/** おすすめグッズ **/
#recomm{
	/* 2010.06.14 eltex mod start */
	/* width:745px; */
	width:735px;
	/* 2010.06.14 eltex mod end */
	border:0;
	margin-bottom:10px;
	/* 2010.06.14 eltex add start */
	border-collapse:collapse;
	border-spacing:0;
	/* 2010.06.14 eltex add end */
}

#recomm th{
	background:#FFFFFF url("../../images/parts/bg_title01.jpg") 0 0 no-repeat;
	height:25px;
	text-align:left;
}

#recomm td.outer{
	padding:0px;
}

#recomm table{
	width:100%;
	border:0px;
}

#recomm td.pd5{
	padding:5px;
}

#recomm td.item_name_big{
	font-size:14px;
}

#recomm td.item_info_big{
	font-size:12px;
	line-height:1.2em;
}

#recomm td.item_info_small{
	font-size:10px;
	line-height:1.2em;
}

#recomm div.mov{
	margin:3px 0px 0px 0px;
}

/** フリースペース **/
#free{
	/* 2010.06.14 eltex mod start */
	/* width:745px; */
	width:735px;
	/* 2010.06.14 eltex mod end */
	border:0;
	margin-bottom:10px;
	/* 2010.06.14 eltex add start */
	border-collapse:collapse;
	border-spacing:0;
	/* 2010.06.14 eltex add end */
}

#free table.title{
	background:#FFFFFF url("../../images/parts/bg_title03.gif") 0 0 no-repeat;
	height:25px;
}

#free td.more{
	text-align:right;
	padding-right:10px;
}

#free td.more a{
	color:#ffffff;
}

#free td.more a:hover{
	color:#FFFF00;
}

table.freearea table.miniIcon td{
	padding:3px 2px;
}

/** お知らせ **/
#info{
	/* 2010.06.14 eltex mod start */
	/* width:745px; */
	width:735px;
	/* 2010.06.14 eltex mod end */
	border:0px;
	margin-bottom:10px;
	/* 2010.06.14 eltex add start */
	border-collapse:collapse;
	border-spacing:0;
	/* 2010.06.14 eltex add end */
}

#info th{
	background:#FFFFFF url("../../images/parts/bg_title01.jpg") 0 0 no-repeat;
	height:25px;
	text-align:left;
}

#info td.outer{
	/* 2010.06.14 eltex mod start */
	/* padding:3px 10px; */
	padding:3px 5px;
	/* 2010.06.14 eltex mod end */
}

#info table.content{
	width:100%;
	border:0px;
}

#info td.date{
	width:8em;
	padding:1px 0;
}

#info td.annouce{
	padding:1px 0;
}
/*******************
**右側サブコンテンツ
********************/
#sub{
	width:200px;
	background-color:#FFCCCC;
}

#sub table{
	margin-bottom:10px;
	border:0px;
	width:100%;
}

#sub th{
	background:#003399 url("../../images/parts/bg_title04.gif") 0 0 no-repeat;
	text-align:left;
	height:25px;
}

#sub th.bg5{
	background:#007450 url("../../images/parts/bg_title05.gif") 0 0 no-repeat;
	text-align:left;
	height:25px;
	padding-top: 1px;
}

#sub td{
	padding:10px;
    word-break:break-all;
}

#sub td.bg{
	background-color:#F0F6F9;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#999999;
}


/** リストの余白処理 **/
#sub td.list{
	padding:0 10px 5px 10px;
}

/** ご利用ガイド **/
#sub table.guide th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_guide.jpg");
}

#sub ul.guide{
	list-style-image:url("../../images/parts/img_tri2.gif");
	margin-left:17px;
}

#sub ul.guide li{
	margin:5px 0;
}

/** ショップリスト **/
#sub table.shoplist th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_top11.gif");
}

#sub ul.lvl1{
	list-style-image:url("../../images/parts/img_tri3.gif");
	margin-left:19px;
}

#sub ul.lvl1 li{
	margin-top:12px;
	font-size:14px;
}

#sub ul.lvl2{
list-style-image:url("../../images/parts/li_i01.gif");
margin-left:22px;}


#sub ul.lvl2 li{
	margin-top:3px;
	font-size:12px;
	color: #666666;
	font-weight: bold;
}

/** アイテムで選ぶ **/

#sub table.category{
	margin-bottom:10px;
}

#sub table.category th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_top12.gif");
}

#sub ul.category{
	margin:5px 0 0 17px;
}

#sub ul.category li{
	margin:3px 0;
}

#sub div.banners img{
	margin-bottom:10px;
}

/** 売れ筋ベスト５ **/
#sub table.uresuji th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_top13.gif");
}

#sub td.table{
	color:#0000EE;
}

#sub table.best5{
	width:100%;
	border:0;
	margin:0px;
}

#sub table.best5 td{
	padding:0 3px 3px 0;
}


/** 公的マーク **/
#sub div.public{
	padding:10px;
	text-align:center;
}

/********************************
****
****  第２階層：カテゴリー　
****
*********************************/
#content table.navigation{
	width:100%;
	border:0;
}

#content table.navigation td.left{
	padding:4px 0 3px 0px;
}

#content table.navigation td.right{
	padding:4px 5px 3px 0;
	text-align:right;
}

#content div.mov{
	margin-top:5px;
}

/** 商品一覧 **/

#content table.pickup{
	width:100%;
	border:0;
	margin:5px 0 5px 0;
}

#content table.pickup td.item_name{
	font-size:14px;
}

#content table.pickup div.copy{
	font-size:14px;
	margin:0 0 10px 0;	
}

#content table.list{
	width:725px;
	border:0;
	margin:0 0 0 10px;
}

#content table.item{
	width:100%;
	border:0;
}

#content table.item td.item_name{
	padding:4px 0 2px 0;
}

#content table.item td.item_price{
	padding:2px 0 0 0;
}

#content div.pagenavi{
	text-align:center;
	padding:15px 0 6px 0;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	color:#FF6600;
	margin-bottom:10px;
}

/** おすすめ **/
#osusume{
	width:745px;
	border:0;
	margin-bottom:10px;
}

#osusume th{
	background:#007450 url("../../images/parts/bg_title01.jpg") 0 0 no-repeat;
	height:25px;
	text-align:left;
	font-weight:normal;
}

#osusume table.headline{
	width:100%;
	border:0;
}

#osusume td.more{
	text-align:right;
	padding-right:10px;
	font-size:14px;
	padding-top: 2px;
}

#osusume td.more a{
	color:#FFFFFF;
}

#osusume td.more a:hover{
	color:#FFFF66;
}

#osusume td.outer{
	padding:10px;
}

#osusume table.info{
	width:100%;
	border:0;
}

#osusume table.info span.mid{
	font-size:14px;
	color:#0000FF;	
}







/** フリーエリア **/
#content div.freearea img{
	margin-bottom:10px;
}

/*******
***
*** 右側
***
********/

/** フリーエリア **/
#sub div.freearea02{
	margin-bottom:10px;
}

/** ショップおすすめグッズ **/

#sub table.susume th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_category04.gif");
}


#sub table.susume td{
	padding:0;
	text-align:center;
}

#sub table.item{
	width:170px;
	border:0;
	margin:15px 0 0 15px;
}

#sub table.item td{
	padding:0px;
}

#sub table.item td.item_name{
	text-align:left;
}

#sub table.item td.item_price{
	text-align:left;
}

#sub table.item td.item_mov{
	text-align:right;
	width:47px;
}

/********************************
****
****  第n階層：商品検索
****
*********************************/

#result{
	width:730px;
	padding:0px 0px 0px 10px;
}

#result div.freearea{
	padding:0px 0px 10px 0px;
}


/** ページナビゲーション **/
#result table.pageview{
	width:100%;
	background:#007450;
	border:1px solid #006633;
	height:24px;
	color:#FFFF99;
}

#result table.pageview a{
	color:#FFFFFF;
}

#result table.pageview a:hover{
	color:#FFFF00;
}

#result table.pageview td.left{
	text-align:left;
	padding:2px 0px 0px 10px;
}

#result table.pageview td.right{
	text-align:right;
	padding:2px 10px 0px 0px;
}

/** 並べ替え **/
#result table.sort td{
	padding:5px 0px 5px 0px;
	text-align:left;
	border:0px;
}

/** 検索結果：奇数 **/
#result table.odd{
	border:0px;
	width:100%;
}

#result table.odd td.outer{
	background-color:#FFFCE3;
	padding:10px 10px 10px 10px;
}

/** 検索結果：偶数 **/
#result table.even{
	border:0px;
	width:100%;
}

#result table.even td.outer{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
}

/** 商品情報 **/
#result table.info{
	width:100%;
	border:0px;
}

#result table.info td.item_name{
	font-size:12px;
	line-height:1.2em;
	padding:0px 0px 5px 0px;
}

#result table.info td.item_info{
	font-size:12px;
	line-height:1.2em;
	padding:0px 0px 10px 0px;
}

#result table.info td.item_price{
	font-size:12px;
	padding:0px 0px 3px 0px;
}

/*******
***
*** 右側
***
********/

#search_sub{
	width:188px;
	background-color:#FFFFF0;
}

#search_sub table{
	margin-top:12px;
	border:0px;
	width:100%;
}

#search_sub th{
	height:26px;
}

#search_sub td{
	padding:10px;
}


/** リストの余白処理 **/
#search_sub td.list{
	padding:0 10px 5px 10px;

}

/** ご利用ガイド **/
#search_sub table.guide{
	width:190px;
}

#search_sub table.guide th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_guide.jpg");
}

#search_sub ul.guide{
	list-style-image:url("../../images/parts/img_tri2.gif");
	margin-left:20px;
	margin-top:8px;
}

#search_sub ul.guide li{
	margin:5px 0;
}

/** 商品カテゴリ **/
#search_sub table.category{
	margin-bottom:10px;
	width:190px;
}

#search_sub table.category th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_search01.jpg");
}

/** カテゴリのリスト１階層目 **/
#search_sub ul.category{
	list-style-type:none;
	margin:5px 0;
}

#search_sub ul.category li{
	margin:3px 0;
	font-weight:bold;
}

/** カテゴリのリスト２階層目 **/
#search_sub ul.sub{
	list-style-type:none;
	margin:0;
}

#search_sub ul.sub li{
	margin:0 0 0 10px;
}

#search_sub div.banners img{
	margin-bottom:10px;
}

/** 最近チェックした商品 **/
#search_sub table.check{
	width:190px;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

#search_sub table.check th.title{
	text-indent:-9999px;
	background-image:url("../../images/parts/title_search02.jpg");
}

#search_sub table.item{
	margin:0px auto;
	width:165px;
}

#search_sub table.item th{
	text-align:left;
	border:0px;
	background:none;
	margin:0px;
}

#search_sub td.item_name{
	padding:1px 3px;
	margin:0px;
}

#search_sub td.item_price{
	padding:1px 3px;
	line-height:1.1em;
	margin:0px;
}

/** パブリックマーク **/
#search_sub div.public{
	text-align:center;
	margin-top:10px;
}

