@charset "utf-8";

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

body {
	background-color: #ffffff;
	color: #232323;
	font-size: 75%;
	line-height: 1.4;
	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: #0f0f0f;
	}

/* link
------------------------------*/
a:link { color: #232323; }
a:visited { color: #0137c4; }
a:hover { color: #0137c4; text-decoration: none; }
a:active { color: #0137c4; }

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

.direzza {
	padding: 29px 0 21px 10px;
	height: 25px;
	}

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

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

.con-map li {
	display: inline;
	margin-left: 7px;
	}

.visial {
	height: 280px;
	}

.visial img {
	vertical-align: top;
	}

.navi{
	height: 31px;
	background: url(../images/navi_back.gif) repeat-x left top;
	padding-left: 10px;
	}

.navi li {
	float: left;
	}

.navi img {
	vertical-align: top;
	}

/* wrap
------------------------------*/
#wrap {
	width: 920px;
	background-color: #ffffff;
	}
	
/* footer
------------------------------*/
#footer {
	font-size: 90%;
	margin: 0 10px;
	width: 900px;
	}

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

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

#f-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,
.gototop2 {
	text-align: right;
	}

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

.gototop2 {
	margin-top: 15px;
	}

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


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

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

.mar10{
	margin:10px 0px 0px 0px;
}

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

