* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
/*	background:url(images/pattern.gif) 50% 0 #6b6f4c;	*/
	background-color: #fff5ee;
/*	font-family:"MS PGothic","Osaka",Arial,sans-serif;	*/
	font-family: "Meiryo UI", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Arial, Helvetica, sans-serif;
/*	font-family:Tahoma, Geneva, sans-serif;	*/
	font-size:100%; 
	line-height:.8125em;
	color:#2f2c1d;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2 {
	margin-top:6px;			/*	*/
	float:left;
	width: 380px;
}

.col-3 { 
	margin-top:6px;			/*	*/
	float:left;
	width: 760px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

.guide {
    padding-left: 6px;
    font-size: 12px;
    color: #009933;
}

table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
table, th {
	padding: 4px;
	background-color: #c0c0c0;
	color: #000000;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
table, td {
	background-color: #ffffff;
	padding: 4px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
table, input {
	height: 20px;
	background-color: #f0f8ff;
}



/*==== GLOBAL =====*/
#main {
/*	width:736px; 	*/
	width:980px; 
	margin:0 auto;
	position:relative;
/*	padding:25px 0 45px 0;	*/
	font-size:.69em;
}

#header {
/*	border:1px solid #2f2c1d;	*/
/*	background:#bdb38c !important;	*/
	background:#000000 !important;
	padding:33px 16px 28px 12px;
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
	position:relative;
}
#content {
	
}
#content .aside {
	float:left;
/*	width:207px;	*/
	width:257px;
	margin-right:9px;
/*	margin-top:-122px;	*/
	margin-top:6px;
	position:relative;
}
#content .aside_dmy {
	float:left;
/*	width:207px;	*/
	width:227px;
	margin-right:9px;
	margin-top:6px;
	position:relative;
}
#content .content {
	float:right;
/*	width:458px;	*/
/*	width:730px;	*/
	width:680px;
}
#content .content1 {
/*	float:right;	*/
/*	width:458px;	*/
/*	width:730px;	*/
	width:680px;
}
#content .content .indent {
	padding:0 0 0 0;
}

#content .col-1 {
/*	width:170px !important;	*/
/*	width:360px !important;	*/
	width:335px !important;
	margin-right:10 !important;
}

#content .col-2 {
/*	width:170px !important;	*/
	width:335px !important;
	margin-right:10 !important;
}

#content .col-3 {
/*	width:170px !important;	*/
	font-size: 140%;
	width:673px !important;
	margin-right:10 !important;
}

#footer {
/*	border:1px solid #2f2c1d;	*/
/*	background:#bdb38c !important;	*/
	padding:12px 39px 12px 0;
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
	position:relative;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
/*	font-family:Tahoma, Geneva, sans-serif;	*/
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 12px 0 0; 
/*	float:left;	*/
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box img { 
		float:left; 
		margin:0 12px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


h5 {
	line-height:1.5em;
	color: #0000cd;
}
p {
	margin-bottom:16px;
	line-height:1.5em;
}

.p1 { 
	margin-bottom:8px;
	line-height:1.2em;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#2f2c1d; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:14px;
	color:#d2cebe;
	text-transform:uppercase;
	border:1px solid #2f2c1d;
	padding:1px;
	background:#9e946e;
}
	h2 span {
		background:url(images/title-tail.gif) 0 0 repeat-x;
		height:26px;
		line-height:26px;
		padding-left:28px;
		display:block;
		}
h3 {
	border-bottom:1px solid #807d6d;
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:12px;
}
h4 {
	
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
	margin-bottom:5px;
}

.jump {
	float: right;
	margin: 4px;
	padding-right: 10px;
	color: #ff8c00;
	font-size: 100%;
	font-weight:bold;
}
.price {
	display:block;
	color:#ec0600;
	font-size:18px;
	line-height:1.2em;
	}

.txt1 {
	padding-left: 10px;
	font-size: 16px;
	line-height: 130%;
}
.txt2 {
	padding-left: 50px;
	font-size: 14px;
	line-height: 130%;
}

.txt3 {
	padding-left: 10px;
	font-size: 12px;
	line-height: 110%;
}
.txt4 {
	padding-left: 20px;
	font-size: 14px;
	line-height: 120%;
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.line-hor { 
	background:#6e6e6e;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
/*	background:#d2cebe;	*/
	background: #ffffff;
/*	border:8px solid #2f2c1d;	*/
	border: none;
/*	padding:11px 6px 6px 6px;	*/
	padding: 0px;
}

.box1 {
	background:#d2cebe;
	border:1px solid #2f2c1d;
	padding:8px 14px 7px 16px;
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
	position:relative;
}

.box2 {
	background:#d2cebe;
	border:1px solid #2f2c1d;
	border-top:0;
	padding:11px 20px 16px 29px;
	margin-bottom:-1px;
	position:relative;
}

.box3 {
/*	background:#bdb38c !important;	*/
/*	border:0px solid #2f2c1d;	*/
	border-top:0;
	padding:14px 20px 13px 20px;
	margin-bottom:-1px;
}

.box4 {
	border:1px solid #2f2c1d;
	background:#ffffff;
	position:relative;
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
	padding:10px;
	margin-bottom:4px;
}

.box4.last {
	margin-bottom:0;
	}

.head_title {
	padding:8px;
	font-size: 16px;
	line-height: 120%;
}

.top_txt {
	padding:14px 20px 13px 20px;
	font-size: 14px;
	line-height: 140%;
}

.sche_txt {
/*	padding:14px 20px 13px 20px;	*/
	font-size: 14px;
	line-height: 140%;
}

.banner-box {
	position:relative;
/*	background:url(images/banner-bg.gif) #bdb38c !important;	*/
	height:120px;
/*	border:1px solid #2f2c1d;	*/
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
}
.banner-box .banner {
	position:absolute;
	right:13px;
	top:0;
}

.content-box {
/*	border:1px solid #a19d8d;	*/
	padding:8px 16px 9px 16px;
	margin:10px 0 10px 0;
/*	background:url(images/content-box-bg.gif);	*/
}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:13px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:35px;
		}


/*===== header =====*/
.top-links {
	position:absolute;
	right:-1px;
/*	top:-22px;	*/
	top:-1px;
/*	background:url(images/top-bg.gif) 0 0 repeat-x;	*/
}
.top-links li {
	float:left;
	padding:10px 0 8px 0;
}
.top-links li.first {
/*	background:url(images/top-left.gif) no-repeat 0 0;	*/
/*	padding-left:28px;	*/
}
.top-links li.first a {
	border-left:none;
}
.top-links li.last {
/*	background:url(images/top-right.gif) no-repeat 100% 0;	*/
/*	padding-right:12px;	*/
}
.top-links li a {
/*	color:#211f13;	*/
	color:#ffffff;
	font-size:120%; 
	font-weight: bold;
	text-decoration:none;
	border-left:1px solid #211f13;
	padding:0 18px 0 8px;
}
.top-links li a:first-letter {
	text-decoration:underline;
}
.top-links li a:hover {
	text-decoration:underline;
}

#header .logo {
/*	background:url(images/header.jpg) 0 0 no-repeat #ffffff;	*/
	float:right;
}
.wrapper {


}

/*===== navigation =====*/
ul.nav {
	position:relative;
	margin:5px 0;
	padding:5px 0 5px 0;
/*	border:1px solid #2f2c1d;	*/
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
	background:url(images/nav-bg.gif) 0 0 repeat-x #4a4e31;
	font-size:18px;
	line-height:1.6em;
	text-transform:uppercase;
	text-align:center;
}
ul.nav li {
	display:inline;
}
ul.nav li a {
/*	font-family:"MS PGothic","Osaka",Arial,sans-serif;	*/
/*	font-family:Arial Narrow, Arial, Helvetica, sans-serif;	*/
	color:#d2cebe;
	text-decoration:none;
	border-left:1px solid #91947d;
	padding:0 23px 0 27px;
	font-weight:bold;
}
ul.nav li.first a {
	border:none;
}
ul.nav li a:hover, ul.nav li a.current {
	color:#fff;
}

/*===== content =====*/
#content .section {
	padding-bottom:30px;
}
	
.list1 li {
	font-size: 120%;
	border-bottom:1px dotted #000;
	background:url(images/marker3.gif) no-repeat 0 5px;
	padding:0 0 4px 10px;
	margin-bottom:2px;
}
.list1 li.last {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
.list1 li a {
	font-weight:bold;
	color:#2f2c1d;
	text-decoration:none;
}
.list1 li a:hover {
	color:#a5600e;
}

.list2 li {
	font-size: 140%;
/*	border-bottom:1px dotted #000;	*/
/*	background:url(images/marker3.gif) no-repeat 0 5px;	*/
	padding:0 0 4px 10px;
	margin-bottom:6px;
}
.list2 .list_ttl{
	border-bottom:1px dotted #000;
	font-size: 120%;
	padding:0 0 4px 0px;
	margin-bottom:6px;
}
.list2 li.last {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
.list2 li a {
	font-weight:bold;
	color:#2f2c1d;
	text-decoration:none;
}
.list2 li a:hover {
	color:#a5600e;
}

.list3 li {
	font-size: 100%;
/*	border-bottom:1px dotted #000;	*/
	background:url(images/marker3.gif) no-repeat 0 5px;
	padding:0 0 4px 10px;
	margin-bottom:6px;
}
.list3 .list_ttl{
	border-bottom:1px dotted #000;
	font-size: 120%;
	padding:0 0 4px 0px;
	margin-bottom:6px;
}
.list3 li.last {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
.list3 li a {
	font-weight:bold;
	color:#2f2c1d;
	text-decoration:none;
}
.list3 li a:hover {
	color:#a5600e;
}

.pagination {
	padding:5px 0 15px 0;
	width:100%;
	overflow:hidden;
	color:#6e6e6e;
	}
	.pagination a {
		color:#041b33;
		}

/*===== footer =====*/
#footer ul {
	position:relative;
	margin:5px 0;
	padding:5px 0 5px 0;
/*	border:1px solid #2f2c1d;	*/
/*	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	*/
	behavior:url(js/PIE.htc);
/*	background:url(images/nav-bg.gif) 0 0 repeat-x #4a4e31;	*/
	font-size:12px;
	line-height:1.2em;
	text-transform:uppercase;
	text-align:center;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
/*	font-family:"MS PGothic","Osaka",Arial,sans-serif;	*/
/*	font-family:Arial Narrow, Arial, Helvetica, sans-serif;	*/
/*	color:#d2cebe;	*/
	text-decoration:none;
	border-left:1px solid #91947d;
	padding:0 9px 0 12px;
	font-weight:none;
}
#footer ul li.first a {
	border:none;
}
#footer ul li a:hover, #footer ul li a.current {
	color:#fff;
}

#footer .copy {
/*	float:left;	*/
/*	background:url(images/copy-bg.gif) no-repeat 0 100%;	*/
/*	padding:0 0 25px 0;	*/
/*	position:absolute;	*/
/*	left:-1px;	*/
/*	bottom:-22px;	*/
/*	width:807px;	*/
}
#footer .copy .indent {
/*	padding:0 0 0 46px;	*/
}
#footer .copy strong {
	display:block;
	padding-bottom:4px;
}
#footer .copy a {
	text-decoration:none;
	color:#2f2c1d;
}
#footer .copy a:hover {
	text-decoration:underline;
}
#footer .copy b a {
	text-decoration:underline;
	color:#a5600e;
}
#footer .copy b a:hover {
	text-decoration:none;
}
	

/*----- forms -----*/
#search-form fieldset {
	border:none;
	}
	#search-form .field {
		height:18px;
		}
		#search-form input.text {
			border:1px solid #666467;
			background:#fff;
			width:110px;
			padding:0 0 1px 3px;
			margin-right:6px;
			}
		#search-form input.submit {
			background:url(images/submit.gif) 0 0 repeat-x #999e74;
			border:1px solid #000;
			font-weight:bold;
			text-shadow:1px 1px 0 #c6c8b1;
			color:#2f2c1d;
			width:23px;
			cursor:pointer;
			}
		#search-form a {
			color:#2f2c1d;
			background:url(images/marker2.gif) no-repeat 0 4px;
			padding-left:11px;
			}

#manufactures-form fieldset {
	border:none;
	padding:6px 0 5px 0;
	}
	#manufactures-form select {
		width:146px;
		border:1px solid #bababa;
		background:#fff;
		border-left:1px solid #3b3b3b;
		border-top:1px solid #3b3b3b;
		}


/*==========================================
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	padding-bottom:22px;
}

#contacts-form .col-1 {
/*	width:170px !important;	*/
	width:360px !important;
	margin-right:0 !important;
}
#contacts-form .col-2 {
/*	width:213px !important;	*/
	width:360px !important;
	margin-right:0 !important;
}
#contacts-form label {
	display:block;
	height:25px;
	overflow:hidden;
}
#contacts-form input {
	color:#2f2c1d;
	border:1px solid #a4a4a4;
	background:none;
	padding:2px 0 2px 5px;
/*	width:160px;	*/
}
#contacts-form textarea {
	color:#2f2c1d;
	border:1px solid #a4a4a4;
	background:none;
	padding:2px 0 2px 5px;
/*	width:205px;	*/
	overflow:auto;
	height:63px;
	margin-bottom:9px;
}
#contacts-form a {
	color:#a5600e;
}
==========================================*/

/*==========================================*/
