/* CSS Document */
body{
	background-color:#eee;
}
/*共通設定*/
body,h1,.navi li,.copyright,h2,.map{
	margin:0;
}
body,.top,h1,ul.navi,.navi li,.copyright,.c_right,h2,.map{
	padding:0;
}
body,.center{
	text-align:center;
}
.top,form th,form td{
	text-align:left;
}
.kakaku,.copyright,.g_table th,form{
	text-align:right;
}
.g_table th,.g_table td,#product .c_content caption,#product .c_right td,
#product .c_right th,form th,form td{
	font-size:14px;
	line-height:18px;
}
.navi,.c_right,#top h2,#product .c_right div{
	float:left;
}
h1,.copyright,h2{
	border-bottom:1px solid #000;
}
#product th,#product td{
	vertical-align:top;
}
/*全体を囲うブロック*/
.top{
	width:900px;
	margin:20px auto;
	background-color:#fff;
}
/*ナビ*/
ul.navi{
	border-top:1px solid #000;
	list-style-type:none;
	margin:15px 5px 15px 0;
}
.navi a{
	display:block;
	overflow:hidden;
	background-position:left;
	background-repeat:no-repeat;
	height:50px;
	width:200px;
	text-indent:-9999px;
}
.b_top{
	background-image:url(../images/bt_top.gif);
}
.b_top:hover,#top .b_top{
	background-image:url(../images/bt_top_f2.gif);
}
.b_product{
	background-image:url(../images/bt_product.gif);
}
.b_product:hover,#product .b_product{
	background-image:url(../images/bt_product_f2.gif);
}
.b_inquiry{
	background-image:url(../images/bt_inquiry.gif);
}
.b_inquiry:hover,#inquiry .b_inquiry{
	background-image:url(../images/bt_inquiry_f2.gif);
}
/*コンテンツ右側*/
.c_right{
	width:675px;
	margin:15px 10px;
}
/*トップページ設定*/
#top h2{
	width:400px;
}
.map{
	float:right;
}
.g_table{
	clear:left;
	margin:20px 0 0 0;
}
.g_table th,form th{
	width:1%;
	white-space:nowrap;
	vertical-align:top;
	font-weight:lighter;
}
.g_table td{
	vertical-align:top;
}
/*商品説明*/
#product .c_right div{
	width:310px;
	padding:10px;
}
.kakaku{
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
#product hr{
	height:1px;
	background-color:#000;
	clear:left;
}
/*お問い合わせページ*/
form input[type="text"]{
	max-width:98%;
	border:1px solid #000;
}
form textarea{
	width:98%;
}
/*最下部著作権*/
.copyright{
	background-color:#dfdfdf;
	padding:6px 20px;
	clear:both;
	font-size:12px;
	line-height:12px;
}