@charset "utf-8";

/* base
------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #ffffff;
	color: #373737;
	font-size: 75%;
	line-height: 1.5;
	font-family:
	verdana,
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"Osaka",
	"ＭＳ Ｐゴシック",
	sans-serif;
	}
	
img {
	border: 0px;
	}
	
ul,li,dl,dt,dd {
	list-style: none;
	}

table {
	border-collapse: collapse;
	}

h1,h2,h3,h4 {
	font-size: 110%;
	color: #1e1e1e;
	}


#container {
	width: 900px;
	margin-left: 10px;
	}

/* link
------------------------------*/
a:link { color: #0a1c9c; }
a:visited { color: #1e1e1e; }
a:hover { color: #1e1e1e; text-decoration: none; }
a:active { color: #1e1e1e; }

/* header
------------------------------*/
#header {
	position: relative;
	width: 900px;
	background: url(../images/header_line.gif) no-repeat left top;
	}

.alumi {
	padding: 20px 0;
	height: 37px;
	}

.dunlop {
	position: absolute;
	top: 18px;
	right: 0;
	}

.con-map {
	position: absolute;
	top: 55px;
	right: 0;
	margin-right: 10px;
	}

.con-map li {
	display: inline;
	margin-left: 5px;
	}
.navi{
	height: 40px;
	}

.navi li {
	float: left;
	}

.navi img {
	vertical-align: top;
	}
	
/* footer
------------------------------*/
#footer {
	font-size: 90%;
	width: 900px;
	}

#footer p {
	text-align: right;
	font-size: 90%;
	}

#f-navi li,
.local-navi3 li {
	float: left;
	}

.local-banner li {
	float: left;
	}

#t-foot {
	width: 880px;
	padding: 3px 10px;
	border-top: 1px solid #d2d2d2;
	}

#f-navi {
	float: left;
	width: 675px;
	}

.local-navi1 {
	margin: 2px 0 8px;
	width: 675px;
	}

.local-navi2 {
	margin: 0 0 3px;
	width: 675px;
	}

#f-banner {
	float: right;
	width: 185px;
	}

.local-banner {
	width: 185px;
	}

.local-banner li {
	margin-top: 8px;
	}

.b-mar {
	margin-right: 5px;
	}

.local-navi3 {
	background-color: #e6e6e6;
	border-bottom: 4px solid #d2d2d2;
	padding: 3px 10px;
	width: 880px;
	}

/* page
------------------------------*/
.pan {
	margin-bottom: 10px;
	font-size: 90%;
	}

.gototop {
	text-align: right;
	margin-top: 15px;
	}

.gototop2 {
	text-align: right;
	}

.gototop3 {
	float: right;
	display: inline;
	}

.gototop a,
.gototop3 a,
.gototop2 a {
	padding-left: 12px;
	background: url(../images/yajirushi_sentou.gif) no-repeat left center;
	}

.red_b {
	color: red;
	font-weight: bold;
	}

/* clearfix
----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* hides  from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from IE-mac */

/* 商品バナー
----------------------------------------*/
.bnImg{
	width: 180px;
	margin: 15px 0px 0px 5px;
	display:inline;
	float:left;
	}
