/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "Osaka?等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #444;
}


ul{
	margin-left:20px;
}
ol{
	margin-left:30px;
}
/*
li{
	list-style-type:disc;
}
*/


/* FireFox 背景画像が1pxズレるため修正

body,x:-moz-broken {
	margin-left:-1px;
}

*/

/*
==================================================================
LOADER
==================================================================
*/

#load_page{
	position: fixed !important;  
	position: absolute;  
	z-index:103;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#FFF;
	filter:alpha(opacity=1);
	-moz-opacity: 0.10;
	opacity: 0.10;
}

#load_img{  
	position: fixed !important;  
	position: absolute;  
	top:50%;
	left:50%;
}  


* html #load_page{ /* ie6 hack */
	position : expression( 'absolute' );
	margin-top: expression(0 - parseInt(0) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


* html ,  
* html body {
	filter : expression('');
	height: 100%;  
}  

/*
==================================================================
その他汎用
==================================================================
*/

table {
	border-collapse: collapse;
}

table th,td {
   font-size: 12px;
   line-height: 18px;
   color: #444;
}

img {
	border: 0px;
}

select{
	font-size:13px;
	padding:2px 2px;
}

/* リンク */
a:link {
	cursor: pointer;
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	cursor: pointer;
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
}

/* ページング */
#Paging{

}

#Paging div{
	display:inline;
}

#PageNavi{
	margin-bottom:10px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
/*
	height:30px;
	line-height:30px;
*/	
	padding:6px 0px;
}
#PageNavi a{
	text-decoration: none;
}

/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 950px;
}

#header_menu {
	padding: 160px 0px 0px 0px;
}

#header_text_area{
	font-family:'HGP創英角ｺﾞｼｯｸUB','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
	margin: 0px 0px 0px 15px;
	height:100%;
}

#header_top_text {
	height: 10px;
	_height: 14px;
	font-size: 10px;
	line-height: 10px;
	_line-height: 14px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", "Verdana", "Arial", "sans-serif";
	color: #333333;
	vertical-align:top;
	padding-top:4px;
}

* html #header_top_text { /* ie6 hack */
	height:10px;
	line-height:10px;
}


#header_text{
	margin: 10px 0px 0px 0px;
	font-size:30px;
	font-weight:normal;
}

#up_header_text{
	font-size:14px;
	font-weight:bold;
}

#down_header_text{
	font-size:18px;
	margin: 10px 0px 0px 0px;
	font-weight:bold;
}

/*
==================================================================
MAIN
==================================================================
*/
#Main{
	width:950px;
}

/*
==================================================================
UP_MENU
==================================================================
*/

#UpMenu{
	width: 550px;
	margin:0px;
	padding:0px;
}

#UpMenuModule .contents {
	margin-bottom: 20px;
}


/*
==================================================================
LEFT MENU
==================================================================
*/

#LeftMenu{
	float: left;
	width: 200px;
	/* FF等でwidthが反映されないため */
	min-height:1px;
}

#LeftMenuModule{
	margin:0px 0px 0px 15px;
}

#LeftMenuModule .contents{
	margin-bottom: 10px;
}


/* カートの中身を確認する */

#LeftMenu .cart{
	width: 170px;
}

#LeftMenu .cart_text {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}

/*
==================================================================
CENTER
==================================================================
*/

#Center{
	float: left;
	width: 550px;
	padding:0px;
	/* FF等でwidthが反映されないため */
	min-height:1px;

}


#contents{
	display:block;
}

#big_contents{
	display:block;
	margin: 10px 10px 10px 10px;
	width:930px;
}

#CenterMenuModule .contents {
	margin-bottom: 20px;
}



/*メンテナンスモード表示*/
#Mode_div{
	padding:20px;
	color:#BB130C;
	border:1px double #BB130C;
	text-align:left;
	background:#FFEBEB;
	margin-bottom:10px;
}

/*
==================================================================
RIGHT MENU
==================================================================
*/

#RightMenu{
	float: right;
	width: 200px;
	/* FF等でwidthが反映されないため */
	min-height:1px;
}

#RightMenuModule{
	margin:0px 0px 0px 15px;
}

#RightMenuModule .contents{
	margin-bottom: 10px;
}

/* カートの中身を確認する */

#RightMenu .cart{
	width: 170px;
}

#RightMenu .cart_text {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
}

/*
==================================================================
UNDER_MENU
==================================================================
*/

#UnderMenu{
	width: 550px;
	margin: 20px 0px 0px 0px;
}

#UnderMenuModule .contents {
	margin-bottom: 20px;
}


/*
==================================================================
FOOTER
==================================================================
*/
#footer{
	width:950px;
}

#footer_address{
	font-size: 10px;
	text-align: center;
}

#footer_menu{
	width:920px;
	font-size: 10px;
	margin: 0px 15px 0px 15px;
	padding:0px 0px 5px 0px;
}

#footer_menu_link{
	display:inline;
	float:left;
}

#footer_menu_top_link{
	display:inline;
	float:right;
}

#footer_text_color_core{
	text-align:center;
}
/*
==================================================================
SEARCH
==================================================================
*/

.top_search_tbl{
	margin:8px 0px 0px 5px;
}

.top_search_tbl td{
	padding-left:5px;
}


/*
==================================================================
その他スタイル
==================================================================
*/

/*カートボタン*/

#cart_button_core{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
#contact_button_core{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
#friend_button_core{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}


/* ▼▼▼ アップ用スキンのCSS ▼▼▼ */

#page_center_tbl {
	width: 550px;
	margin: 5px 0px 0px 0px;
}

#page_center_td1 {
	width: 110px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
	padding: 5px 0px 5px 15px;
}

#page_center_td1 a:link {
	color: #333333;
}

#page_center_td1 a:active {
	color: #333333;
}

#page_center_td1 a:visited {
	color: #333333;
}

#page_center_td1 a:hover {
	color: #333333;
}

#page_center_td2 {
	width: 425px;
	font-size: 11px;
	line-height: 18px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

#page_center_tbl_line {
	width: 550px;
	font-size: 0px;
}

#tree_list{
	width:170px;
}

#tree_list .lists{
	margin-left:8px;
	margin-top:5px;
}

/* ▼▼▼ ポイントメニュー用スキンのCSS ▼▼▼ */

#point_menu_tbl {
	width: 170px;
}

#point_menu_td {
	width: 150px;
	padding: 5px 0px 5px 0px;
}

/* ▼▼▼ バナーメニュー用スキンのCSS ▼▼▼ */

.banner_side{
    margin-top:5px;
}

.banner_center{
    float:left;
    width:170px;
    margin-top:5px;
}

.banner_center_title{
   color:#333333;
   font-weight:bold;
}

.banner_center_title a{
   color:#333333;
}


.banner_center_comment{
    font-size:10px;
}

/* ▼▼▼ カレンダーメニュー用スキンのCSS ▼▼▼ */

.cal_n_b{
	width: 170px;
	border-top:   solid 1px #999999;
	border-left:  solid 1px #999999;
	border-right: solid 1px #999999;
	text-align: center;
	border-collapse:collapse;
}

.cal_n_b input{
	background-color: transparent;
	border: solid 0px;
	cursor: pointer;
}

*html .cal_tbl{
	width:170px;
	border-collapse:collapse;
}

.cal_tbl{
	width:170px;
	border-collapse:collapse;
}

.cal_tbl th{
	font-weight:normal;
	border:solid 1px #999999;
	padding:2px;
	text-align:center;
}

.cal_tbl td{
	border:solid 1px #999999;
	text-align:center;
	padding:2px;
}

.cal_week_0{
	background-color: #FFEFF7;
	color:#CC0000;
}

.cal_week_1{
	background-color: #FFFAF0;
}

.cal_week_2{
	background-color: #FFFAF0;
}

.cal_week_3{
	background-color: #FFFAF0;
}

.cal_week_4{
	background-color: #FFFAF0;
}

.cal_week_5{
	background-color: #FFFAF0;
}

.cal_week_6{
	background-color: #EFF7FF;
	color:#0033CC;
}

.schedule_holiday{
	width:15px;
	height:15px;
	border:solid 1px #999;
	margin-top:8px;
	float:left
}

.schedule_holiday_text1{
	float:left;
	margin-top:8px;
	color:#666;
	font-weight:bold;
	font-size:10px;
}

.schedule_holiday_text2{
	color:#666666;
	font-size:10px;
	margin-top:5px;
}


/**************メッセージ************/


#error_msg{
	color:#BB130C;
	border:1px double #BB130C;
	text-align:left;
	width:auto;
	margin:20px 0px;
}

#error_msg h2{
	font-size:11pt;
	font-weight:normal;
	background-color:#BB130C;
	color:white;
	margin: 0px;
	padding:3px 3px 3px 6px;
	border:	solid 1px #BB130C;
}
#error_msg ul{
	font-size:10pt;
	background:#FFF;
	margin:0px;
	padding:10px 20px;
	background:#FFEBEB;
}
#error_msg li{
	list-style:none;
	padding:5px 0px;
}

.return_top{
	margin-top:20px;
	width:100%;
	text-align:center;
}
.return_top a{
	text-decoration:underline;
}


/* 汎用エラーメッセージ */
.no_list_msg{
	padding:20px;
	color:#BB130C;
	border:1px double #BB130C;
	text-align:left;
	background:#FFEBEB;
	margin-top:10px;
}
.no_list_msg2{
	padding:20px;
	color:#000000;
	border:1px double #C0C0C0;
	text-align:left;
	background:#F5F5F5;
	margin-top:10px;
}

/*買い物ステップメッセージ*/
.shop_step_msg{
	width:900px;
	margin:auto;
	margin-top:20px;
	border:solid 1px #838382;
}
.shop_step_msg th{
	background:#636363;
	color:#FFF;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0px 10px;
	text-align:left;
}
.shop_step_msg td{
	padding:10px 15px;
	text-align:left;
}

.shop_step_msg .step4_th{
	background:#E84B00;
}

/*thickbox*/
/*thickbox*/

#TB_title{
	height:27px;
}
#TB_title2{
	height:27px;
}


#comp_msg{
	margin:0px 0px 10px 0px;
	color:#3F68AB;
	border:1px double  #3F68AB;
	text-align:left;
	width:100%;
}

#comp_msg h2{
	font-size:11pt;
	font-weight:bold;
	background-color:#3F68AB;
	color:white;
	margin: 0px;
	padding:3px 3px 3px 6px;
	border:	solid 1px #3F68AB;
}
#comp_msg ul{
	font-size:10pt;
	background:#FFF;
	margin:0px;
	padding:10px 20px;
}

#comp_msg li{
	padding:5px 0px;
	list-style:none;
}

.dot_line{
	background-image: url("./image/side_menu_border.gif");
	height:2px;
}
