@charset "shift_jis";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
body{
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #dfdda5 url(images/bg.gif) repeat-x top;
	font: 12px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img{
	border: none;
	vertical-align: bottom;
	text-align: center;
}
strong{
	color: #993300;
	font-weight: normal;
}
p{
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666;
	text-align: left;
}



/*ヘッダー
■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;
}
#header-container h1{
	font-size: 11px;
	color: #58362D;
	background : url(top.jpg) 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
	height: 190px;
	padding-top: 11px;
	padding-left: 20px;
	font-weight: normal;
}


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


/*コンテナー
----------------------------------------------------------------------------------*/
#container{
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container_bg.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: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td{
	vertical-align: top;
	font-size: 9px;
}

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

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



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main{
	float: left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


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


/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side{
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


/*フッター
----------------------------------------------------------------------------------*/
#footer{
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}


/*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 */
CC{
	font-size: 9px;
}
cc{
	font-size: 12px;
}
.oo{
	font-size: 9px;
}
.01 {
	font-size: 10px;
}
#footer a cc{
	font-size: 12mm;
}
#copi{
	font-size: 3pt;
}
#setumei{
	font-size: 9px;
}
#container #main table tr td table{
	text-align: center;
}
#container #main table tr td table tr td table tr td ppp{
	text-align: left;
}
#container #main table tr td .t1 tr td .oo{
	text-align: left;
}
#container #main table{
	text-align: center;
}
#container #main table tr td .t1{
	text-align: left;
}
.価格{
	font-size: 12px;
	color: #900;
}
#container #main table tr td{
	color: #999;
	text-align: left;
	font-size: 12px;
}
#container #main table tr td .t1 tr td{
	font-size: 12px;
}
#container #main table tr td mail{
	color: #66F;
}
#container #main table{
	color: #00C;
}
#container #main table tr td pppp{
	font-size: 18px;
}
.oo{
	font-size: 11px;
}
#container #main table tr td p #setumei{
	font-size: 9px;
}
#container #main .t1 tr td table{
	font-size: 10px;
}
