@charset "shift_jis";

* {
	margin: 0px;
	padding: 0px;
}


/*共通設定
----------------------------------------------------------------------------------*/
body {
	color: #808080;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F2E27F 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;
}
strong {
	color: ;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}



/*ヘッダー
----------------------------------------------------------------------------------*/
#header-container {
	width: 917px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #ffffff;
	background-color:#794606;
	padding-top: 1px;
	padding-left: 10px;
}


/*メインメニュー
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom:
}

/* メイン画像
--------------------------------------------------------------------*/
#mainimg {
	clear: left;
}

/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}


/*商品の各テーブル
----------------------------------------------------------------------------------*/
.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;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #5b710e;
	display: block;
	margin-bottom: 10px;
}

.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;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*情報欄とアンダーライン
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	text-align:left;
	padding:3px 15px 3px 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;
}


#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 */
