@charset "shift_jis";


/*共通設定
----------------------------------------------------------------------------------*/
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{padding:10px;
}

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: #794606 url();
	height: 1px;
	padding-top: 1px;
	padding-left: 10px;
}


/*メインメニュー
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom:
}

/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------*/
#pankuzu {
	text-align: left;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float:right;
}

/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(images/container_bg2.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: right;
	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;
}

/*メインメニュー（ＨＰ左側の縦にならんだメニュー）
------------------------------------------------------------------*/
#menu2 {
	float: left;
	width: 192px;
	text-align: center;
	background: url(images/menu_bg.gif) repeat-y center;
}
#menu2 img {
	margin-bottom: 5px;
}

/*情報欄とアンダーライン
----------------------------------------------------------------------------------*/
.u-line li {

	padding-left: 15px;
	padding-bottom: 5px;
	b
}


/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
	float: left;
	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_bg2.gif) no-repeat left top;
	padding-bottom: 20px;
}

/*指定リンク
----------------------------------------------------------------------------------*/
.point  a:link { text-decoration: underline }
.point  a:visited { text-decoration: underline}
.point  a:hover { color: #808080 } 


#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 */


