@charset "utf-8";

/* ---------- reset ---------- */
*{
	margin:0px;
	padding:0px;
}
/* ---------- #reset ---------- */


/* ---------- defualt ---------- */
body, th, td{
	font-family:'trebuchet ms', Verdana, Helvetica, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:18px;
}

a{
	color:#0000ff;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#663399;
}

p{
	margin:0px 0px 10px 0px;
}

img{
	border:0px;
}

ul,ol{
	margin:0px 0px 10px 35px;
}

dl{
	margin-bottom:10px;
}

dt{
	font-weight:bold;
}

dd{
	margin-left:20px;
	margin-bottom:10px;
}
/* ---------- #defualt ---------- */


/* ---------- common ---------- */
.hidden{
	display:none;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.must{
	color:#ff0000;
}

.small{
	font-size:10px;
}

.clear{
	clear:both;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.indent{
	margin-left:10px;
}

.block{
	margin-bottom:10px;
}

ul.inline{
	list-style-type:none;
	margin:0px 0px 10px 0px;
}

ul.inline li{
	display:inline;
}
/* ---------- #common ---------- */


/* ---------- body ---------- */
body{
	background:url(./images/bg.gif);
}
/* ---------- #body ---------- */


/* ---------- frame_main ---------- */
#frame_main{
	background:url(./images/frame.jpg) no-repeat scroll left bottom;
	width:910px;
	height:575px;
	margin:15px auto 15px auto;
	text-align:left;
}

h1{
	font-size:12px;
	padding-left:5px;
}
/* ---------- #frame_main ---------- */


/* ---------- left_contents ---------- */
#left_contents{
	float:left;
	margin:40px 0px 0px 45px;
	width:260px;
}
/* ---------- #left_contents ---------- */


/* ---------- right_contents ---------- */
#right_contents{
	float:right;
	margin:40px 45px 0px 0px;
	width:550px;
	height:477px;
}
/* ---------- #right_contents ---------- */


/* ---------- footer ---------- */
#footer{
	clear:both;
	font-size:12px;
	text-align:right;
	padding:12px 23px 0px 0px;
	color:#451c00;
}

#footer a{
	color:#451c00;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:none;
}

#footer a:visited{
	color:#451c00;
}
/* ---------- #footer ---------- */


/* ---------- logo ---------- */
#logo{
	margin-bottom:5px;
	width:260px;
	height:90px;
}
/* ---------- #logo ---------- */


/* ---------- information ---------- */
#information{
	text-align:center;
	margin-bottom:15px;
}
/* ---------- #information ---------- */


/* ---------- menu ---------- */
#menu{
	margin:0px 0px 0px 25px;
}

#menu ul{
	list-style-type:none;
	margin:0px 0px 10px 0px;
}

#menu ul li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
/* ---------- #menu ---------- */


/* ---------- top ---------- */
#top{
	list-style-type:none;
	margin:0px 0px 10px 0px;
}

#top li{
	width:137px;
	height:166px;
	float:left;
}

#news{
	clear:both;
	background:url(./images/top/news.jpg) no-repeat scroll left top;
	width:550px;
	height:145px;
}

#news_title{
	width:300px;
	height:63px;
	float:left;
}

#news h2{
	font-size:17px;
	margin:18px 0px 0px 100px;
}

#information_title{
	width:250px;
	height:63px;
	text-align:right;
	float:right;
}

#news h3{
	margin:13px 95px 0px 0px;
}

#news h3 a{
	text-decoration:none;
}

#news ul{
	clear:both;
	list-style-type:none;
	margin:0px 0px 10px 100px;
}

#news ul span{
	margin-right:15px;
}

#news ul li{
	margin-bottom:2px;
}
/* ---------- #top_contents ---------- */


/* ---------- page ---------- */
#page{
	background:url(./images/page.jpg) no-repeat scroll left top;
	width:550px;
	height:475px;
}

#page .container{
	padding:50px 60px 20px 110px;
}

#page h2{
	font-size:17px;
}

#page #contents{
	margin-top:15px;
}
/* ---------- #page ---------- */


/* ---------- company ---------- */
#company th{
	background:url(./images/marker/company.jpg) no-repeat scroll center bottom;
	width:78px;
	line-height:24px;
	text-align:center;
}

#company td{
	padding-left:15px;
}
/* ---------- #company ---------- */


/* ---------- contact ---------- */
#contact{
	margin-bottom:20px;
}

#contact th{
	background:url(./images/marker/contact.jpg) no-repeat scroll center bottom;
	width:120px;
	font-size:20px;
	line-height:35px;
	text-align:center;
}

#contact td{
	font-size:20px;
	padding-left:10px;
}

#contact td span{
	font-size:12px;
}
/* ---------- #contact ---------- */


/* ---------- accessmap ---------- */
#gmap{
	width:370px;
	height:290px;
	border:1px solid #000000;
	margin-bottom:5px;
}

#printmap{
	background:#ffffff;
	text-align:center;
}

#printmap_outline_bg{
	width:640px;
	text-align:left;
	margin:20px auto;
}

#printmap_outline{
	padding:20px;
}

#printmap_header h1{
	float:left;
	width:270px;
	height:100px;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#printmap_header p{
	float:right;
	height:47px;
	text-align:right;
	color:#333333;
	font-size:30px;
	line-height:60px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#printmap_image{
	clear:both;
	text-align:center;
	margin-bottom:25px;
}

#printmap_detail{
	text-align:left;
}

#printmap_detail h3{
	font-size:20px;
	line-height:25px;
}

#printmap_detail p{
	font-size:18px;
	line-height:25px;
	margin-bottom:25px;
}
/* ---------- #accessmap ---------- */


/* ---------- repair ---------- */
#repair1,
#repair2
{
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:10px;
	float:left;
}

#repair1{
	margin-right:10px;
}

#repair2{
}

#repair1 th,
#repair2 th
{
	width:125px;
	text-align:center;
	background:url(./images/marker/repair.jpg) no-repeat scroll center center;
}

#repair1 td,
#repair2 td
{
	width:60px;
	height:45px;
	text-align:center;
	background:url(./images/repair/seal.jpg) no-repeat scroll center center;
}
/* ---------- #repair ---------- */


/* ---------- news ---------- */
#news_list{
	list-style-type:none;
	margin:0px 0px 0px 0px;
}

#news_list span{
	margin-right:15px;
}

#news_list li{
	margin-bottom:2px;
}
/* ---------- #news ---------- */


/* ---------- itemlist ---------- */
.itemlist{
	clear:both;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	height:390px;
}

.itemlist li{
	width:177px;
	height:195px;
	background:url(./images/itemlist.jpg) no-repeat scroll center center;
	float:left;
	text-align:center;
}

.itemlist li a{
	display:block;
	width:120px;
	margin:25px auto 0px auto;
	text-decoration:none;
}

.itemlist li img{
	margin-bottom:2px;
	border:1px solid #acacac;
}

.modelnumber{
	display:block;
	font-size:12px;
	line-height:12px;
	margin-bottom:1px;
	padding-top:2px;
}

.price{
	display:block;
	font-size:18px;
	font-weight:bold;	
}

.itemlist li a{
	color:#333333;
}

.itemlist li a:hover{
	text-decoration:none;
}

.itemlist li a:visited{
	color:#333333;
}

.prevpage{
	float:left;
	width:250px;
	text-align:left;
	margin-left:15px;
	padding-top:5px;
}

.nextpage{
	float:right;
	width:250px;
	text-align:right;
	margin-right:35px;
	padding-top:5px;
}
/* ---------- #itemlist ---------- */


/* ---------- category_information ---------- */
#category_information{
	background:url(./images/category_information.jpg) no-repeat scroll center top;
	height:39px;
	text-align:center;
	color:#ffffff;
}

#nocategory_information{
	height:39px;
}

#category_information p{
	padding-top:8px;
}
/* ---------- #category_information ---------- */


/* ---------- itemdetail ---------- */
#detail_pic{
	float:left;
	width:170px;
}

#picbig{
	width:165px;
	height:200px;
	background:url(./images/detailb.jpg) no-repeat scroll right top;
	margin-bottom:10px;
	text-align:center;
	font-size:0px;
}

#picbig img{
	margin-top:17px;
	border:1px solid #acacac;
}

#picbig span{
	display:block;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	padding-top:7px;
}

#picsml ul{
	list-style-type:none;
	margin:0px;
}

#picsml ul li{
	float:left;
	width:80px;
	height:62px;
	text-align:right;
}

#picsml p{
	clear:both;
	font-size:10px;
	padding-left:7px;
}

#detail_table{
	float:right;
	width:210px;
}

#detail_table th{
	vertical-align:top;
	text-align:center;
	background:url(./images/marker/detail.jpg) no-repeat scroll left top;
	width:65px;
}

#detail_table td{
	padding-bottom:5px;
}

/* ---------- #itemdetail ---------- */


/* ---------- trader ---------- */
.trader_spec{
	margin-bottom:10px;
	width:95%;
	border-collapse:collapse;
	border-spacing:0px;
}

.trader_spec th{
	border:1px solid #777777;
	padding:2px;
}

.trader_spec td{
	border:1px solid #777777;
	padding:2px;
}
/* ---------- #trader ---------- */

