@charset "shift_jis";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
body {
	/*color: #999999;*/
	color:#666666;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	background: #b4e2ec url(images/bg.gif) repeat-x top;
	font: 15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* html body{
	font: 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}


/*ヘッダー
■h1タグの文字色を変えたい場合、#header-container h1項目内にある「#58362D」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
	/*width: 917px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;*/
	
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 20px;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: url(images/container_bg3.gif) repeat-y left;
	clear: left;
}


/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1{
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 12px;
	margin-right: 12px;
	width: 374px;
	background: url(images/item_bg.gif) repeat-x bottom;	
}
.t1_2{
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 12px;
	margin-right: 12px;
	width: 374px;
	background: url(images/item_bg.gif) repeat-x bottom;	
}

.t1 td p, .t1_2 td p{
line-height:1.5em;
width:auto;
height:6.5em;
overflow:hidden;
}

.t1 td, .t1_2 td {
	vertical-align: top;
}

.t1 strong, .t1_2 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img, .t1_2 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}

/***********************************************/
.new_release{
	margin-top:10px;
	border:solid #999999 1px;
}
.new_release th {
	text-align: center;
	background-position: -300px;
	color: #666666;
	background-color: #D9FFFF;
	border-bottom:solid #999999 1px;
}
.yoko1, .yoko2{
	border-right:solid #999999 1px;
}

.t2 {
	border: 0px double #CCCCCC;
	padding: 6px;
	margin-top: 6px;
	margin-right: 5px;
	width: 246px;
}
.t2 td {
	vertical-align: top;
}
.t2 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.t2 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}
.t2 p {
font-size:13px;
line-height:1.2em;
width:auto;
height:110px;
overflow:hidden;
}

/**********************************************/

#container #main .navi {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}



.t3 {
	border: 0px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 215px;
}



.t3 td {
	vertical-align: top;
}

.t3 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t3 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFFFFFFFF;
}


/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main, #mainA {
	float: right;
	width: 780px;
	text-align: left;
	/*padding: 9px 9px 40px 9px;*/
	line-height: 1.4em;
	border-top: 1px solid #CCCCCC;
	overflow-x:hidden;
}
#main{position:relative;}

/*
* html #mainA {
	float: right;
	width: 715px;
	text-align: left;
	padding: 9px 0px 40px 9px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}
*/
.main2{
	padding: 10px 10px 40px 10px;
}
.main3{
	padding: 0px 10px 40px 10px;
}

#main .shohin_title{
	font-size:18px;
	font-weight:bold;
	color:#333333;
}


/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line, .u-line-top{
	margin-top:10px;
}
.u-line li, .u-line-top li{
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}
.u-line-top li {
	font-size:25px;
	line-height:normal;
	margin-bottom:5px;
}


/*
* html .u-line{
	margin-top:10px;
}
* html .first{
	margin-top:10px;
}
*/
.u-li-line{
	border-bottom: 1px dotted #CCCCCC;
}

/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}
.side2{
	padding:9px 9px 40px 9px;
}
/*
* html #side {
	float: left;
	width: 245px;
	text-align: left;
	padding: 9px 0px 50px 9px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}
*/

/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 1000px;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer.gif) no-repeat left top;
	text-align:center;
}


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

/*******************************************************************************/
.shohinid_table{
	margin-top:15px;
}
.next_page{
	float:right;
}
.next_page a{
	text-decoration:none;
}
.access_td{
	width:50%;
	text-align:center;
	height:80px;
}
.access_td2{
	text-align:right;
	vertical-align:top;
	padding:10px 20px 30px 0px;
	width:45%;
}
.access_td3{
	text-align:left;
	vertical-align:top;
	padding:10px 0px 30px 0px;
	width:55%;
}
.access_td2-1{
	text-align:left;
	vertical-align:top;
	padding:0px 0px 0px 20px;
	width:25%;
}
.access_td3-1{
	text-align:left;
	vertical-align:top;
	padding:0px 20px 30px 5px;
	width:25%;
}
.inputform_table {
	margin-top:15px;
	text-align:center;
}
.inputform_table td{
	padding-bottom:20px;
	text-align:left;
}
.inputform_table th{
	padding-bottom:20px;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
* html .inputform_table th{
	font-size:16px;
}


.sale_table {
	margin-top:15px;
	width:650px;
}
.sale_table p{
	font-weight:bold;
	color:#333333;
}
.sale_table_td{
	text-align:left;
	padding-bottom:15px;
}
.company_table{
	margin-top:15px;
}
.company_table td{
	text-align:left;
	padding-bottom:10px;
	padding-left:30px;
}
.toi_table{
	margin-top:15px;
	width:500px;
}
.toi_td1{
	text-align:right;
	padding-right:10px;
	vertical-align:top;
	width:50%;
}
.toi_td2{
	text-align:left;
	padding-left:10px;
	vertical-align:top;
	width:50%;
}

.access_T{
	width:600px;
	border-collapse:collapse;
}
.access_T td{
	text-align:left;
	border:#666666 1px solid;
}

/*****************************************/
.box10{
	margin-top:20px;
	margin-bottom:20px;
	width: 500px;
	border: solid 4px #969696;
}
.box10 .b1{
	border: solid 4px #C8C8C8;
}
.box10 .b2{
	border: solid 4px #E7E7E7;
}
.box10 .b2{
	background-color: #F6F6F6;
	padding: 0.7em;
}
/****************************************/
.shohin_name{
	font-size:22px;
	font-weight:bold;
	color:#666666;
	margin-top:20px;
	margin-bottom:15px;
}

.detail{
	font-color:#666666;
	border: 3px double #CCCCCC;
	width: 480px;
	background: url(images/item_bg.gif) repeat-x bottom;
	line-height: 1.4em
}
.detail td{
	padding-top:3px;
	padding-bottom:3px;
}

* html .ieonly{
	margin-top:-15px;
	margin-bottom:-25px;
}
*:first-child+html .ieonly{
	margin-top:-15px;
	margin-bottom:-25px;
}
/*
.ffonly, x:-moz-any-link {
	margin-top:5px;
}
*:first-child+html .ffonly{
	margin-top:-15px;
}
*/
/**********************************************/
.search{
	margin-left:20px;
	width:650px;
}
.search_result{
	margin:10px auto 25px 40px;
	padding:0px;
}
.search_result li{
	list-style:none;
	margin-bottom:20px;
}

.number{
	font-weight:bold;
}
/*********************************************/
.sell_detail {
BORDER-TOP:solid 1px #999999;
BORDER-LEFT:solid 1px #999999;
BORDER-RIGHT:solid 1px #999999;
WIDTH:100%;
}
.sell_td1 {
width:25%;
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
text-align:center;
vertical-align:middle;
padding:5px;
}
.sell_td1a {
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
text-align:center;
vertical-align:middle;
padding:5px;
}
.sell_td1B {
width:75%;
border-bottom: solid 1px #999999;
text-align:left;
vertical-align:top;
padding:5px;
}
.sell_td1c {
	text-align:center;
	vertical-align:middle;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.left_menu_Li{
	margin:0px;
	padding:0px;
	list-style-image:url(images/arrow3.gif) ;
	list-style-position:inside;
}
/*********************************************/
.shohin_biko{
	font-size:25px;
	line-height:normal;
	width:550px;
	text-align:center;
	margin:0px auto 10px auto;
}
/*********************************************/
.top_name, .top_mail{
	width:173px;
	margin-top:-5px;
}
.top_naiyo{
	margin-top:-5px;
	width:173px;
	height:60px;
}
.search_txt{
	width:173px;
}
.info_biko_size{
	font-size:18px;
}
.info_money_size{
	font-size:12px;
}

a.friend_mail{
    display:block;
	width:111px;
	height:27px;
    text-indent:-9999px;
	background-image:url(images/friend_buttom.jpg);
	margin-top:15px;
	margin-bottom:10px;
}
a:hover.friend_mail{background-image:url(images/friend_buttom_over.jpg);}

#fim-bnr{background-image: url(images/fim_bnr_bg.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 750px;
	margin-top: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;}
#fim-bnr img{border:none;}
#fim-bnr-l{float: left;
	font-size: 26px;
	text-align: left;
	margin-top: 20px;
	width: 343px;
	padding-left: 26px;}
p.fim-img{margin: 30px 0 45px 0;}
#fim-bnr ul{margin: 0px;padding: 0px;}
#fim-bnr li{list-style-position: inside;
	list-style-image: url(images/fim_bnr_arrow.gif);
	list-style-type: none;
	font-size: 18px;}
#fim-bnr-r{margin-top: 31px;width: 348px;float: left;}
