@charset "utf-8";
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット*/
	padding: 0px;
}
body {
	font-size: 12px; /* 基本のフォントサイズ */
	line-height: 16px; /* 基本の行間 */
	margin: 0px;
	padding: 0px;
	background-color:#e2d8ca;
	text-align: center;
	background-image: url(../images/common/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
#shadow {
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#wrapper {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: thin;
}
p {
	padding-bottom:5px;
	padding-top:5px;
	line-height: 16px;
}
img {
	border:none;
	}

/* リンク設定
---------------------------------------------------- */
a:link {
	color: #666666; /* 文字色・*/
	background: transparent; /* 背景透明 */
	text-decoration: none;
}
a:visited {
	color: #666666; /* 訪問済み・文字色・*/
	background: transparent; /* 背景透明 */
	text-decoration: none;
}
a:hover, a:active {
	color: #999999; /* マウスオーバー、アクティブ・文字色・*/
	background: transparent; /* 背景透明 */
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
/* 汎用CSS
---------------------------------------------------- */
.clear {clear:both;}
.back {text-align:right;padding-top:20px;margin-bottom: 10px;}
.red{ color:#FF0000;}
.orange{ color:#FF9900;}
.pink{
	color:#FF6699
}
.blue{color:blue;}
.img-right{float:right; margin-left:10px;}
.img-left{float:left; padding-right:10px;}
.img-center{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.img-mb{margin-bottom:10px;}
.text-box{padding:0px 10px; margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mlr10{margin-left:10px;margin-right:10px;}
.px9{font-size:9px;}
.px10{font-size:10px;}
.px12{font-size:12px;}
.px14{font-size:14px;}
.line {
	width: 520px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* 見出しタグ設定
---------------------------------------------------- */
h1 {
	font-size: 12px;
	color: #999999;
	padding-left: 30px;
	height: 17px;
	padding-top: 3px;
}
h2 {
	font-size: 12px;
	padding-bottom: 0px;
}
h2 a {
	display:block;
	height: 100px;
	width: 200px;
	text-indent: -9999px;
}
}
h3 {
	font-size: 12px;
	padding-bottom: 0px;
}

/* ヘッダ
---------------------------------------------------- */
#top_header {
	height: 200px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/top/main_img.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
}
#header {
	height: 94px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/header.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#rogo {
	padding-bottom: 0px;
	float: left;
	padding-left: 25px;
}
#rogo a {
	display:block;
	height: 65px;
	width: 265px;
	background-image: url(../images/logo.jpg);
	text-indent: -9999px;
}
#rogo a:hover {
	background-position:right;
}
#okiniiri {
	width: 110px;
	float: right;
	margin-right: 100px;
	margin-top: 45px;
}

/* ナビゲーショ設定
---------------------------------------------------- */

#g_navi {
	width: 680px;	/* ナビボックス横幅 */
	height:60px;
	overflow:hidden;
	background-image: url(../images/common/g_navi.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: center;
	padding-left: 20px;
}

#g_navi ul {
	list-style: none; /* リスト装飾解除*/
	padding-left: 10px;
}
#g_navi li {
	float:left;
}
#g_navi li a {
	text-decoration: none; /* ■Firefox等で線が表示されるのを解除・*/
	display: block;
	height/**/:60px;
	height:0!important;
	overflow:hidden;
	padding-top:60px;/* ■heightと同じ数値を入れる・*/
	width:100%;
	text-indent:-9999px;
}
#g_navi01{ width:128px;}
#g_navi02{ width:128px;}
#g_navi03{ width:128px;}
#g_navi04{ width:128px;}
#g_navi05{ width:128px;}
#g_navi06{ width:128px;}


#g_navi01 a{ background-image:url(../images/common/g_01.jpg)}
#g_navi02 a{ background-image:url(../images/common/g_02.jpg)}
#g_navi03 a{ background-image:url(../images/common/g_03.jpg)}
#g_navi04 a{ background-image:url(../images/common/g_04.jpg)}
#g_navi05 a{ background-image:url(../images/common/g_05.jpg)}
#g_navi06 a{ background-image:url(../images/common/g_06.jpg)}

#g_navi01 a:hover{ background-position:0 -60px}
#g_navi02 a:hover{ background-position:0 -60px}
#g_navi03 a:hover{ background-position:0 -60px}
#g_navi04 a:hover{ background-position:0 -60px}
#g_navi05 a:hover{ background-position:0 -60px}
#g_navi06 a:hover{ background-position:0 -60px}


#s_navi {
	width: 139px;	/* ナビボックス横幅 */
	height:auto;
	overflow:hidden;
	float: right;
	padding-right: 4px;
	padding-top: 15px;
}
#s_navii ul {
	list-style: none; /* リスト装飾解除*/
}
#s_navi li {
	margin-bottom:7px;
}
#s_navi li a {
	text-decoration: none; /* ■Firefox等で線が表示されるのを解除・*/
	display: block;
	width/**/:139px;
	width:0!important;
	overflow:hidden;
	padding-left:139px;
	height:46px;
	text-indent:-9999px;

}
#s_navi01 a{ background-image:url(../images/common/menu_wheel.jpg)}
#s_navi02 a{ background-image:url(../images/common/menu_tire.jpg)}
#s_navi03 a{ background-image:url(../images/common/menu_navi.jpg)}
#s_navi04 a{ background-image:url(../images/common/menu_parts.jpg)}
#s_navi05 a{ background-image:url(../images/common/s_navi_05.jpg)}
#s_navi06 a{ background-image:url(../images/common/s_navi_06.jpg)}
#s_navi07 a{ background-image:url(../images/common/s_navi_07.jpg)}

#s_navi01 a:hover{ background-position:-139px 0}
#s_navi02 a:hover{ background-position:-139px 0}
#s_navi03 a:hover{ background-position:-139px 0}
#s_navi04 a:hover{ background-position:-139px 0}
#s_navi05 a:hover{ background-position:-139px 0}
#s_navi06 a:hover{ background-position:-139px 0}
#s_navi07 a:hover{ background-position:-139px 0}

#s_navi img {
	padding-bottom: 10px;
}
/* コンテンツレイアウト
---------------------------------------------------- */
#main_img {
	height: auto;
	width: 700px;
}
#contents {
	height: auto;
	width: 660px;
	background-image: url(../images/common/wrapper.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#side {
	float: left;
	width: 210px;/* ナビボックス横幅 */
	background-image: url(../images/common/left_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-left: 20px;
}
#main_contents {
	width: 430px;
	float:left;
	text-align: left;
}
/* フッタ
---------------------------------------------------- */
#footer{
	width:700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 170px;
}
#footer2{
	width:700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footer2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 142px;
}
#link_text {
	height: 40px;
	width: 680px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/common/wrapper.jpg);
	background-repeat: repeat-y;
}
#footer #footer_area {
	width: 600px;
	font-size: 10px;
}
#copy {
	height: 38px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/wrapper.jpg);
	background-repeat: repeat-y;
}
/* インデックスページ
---------------------------------------------------- */
#news_bg {
	background-image: url(../images/top/news_bg.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 430px;
	background-position: right bottom;
	margin-bottom: 20px;
}
#news {
	height: 170px;
	width: 420px;
	overflow: auto;
	padding-top: 10px;
}
.news_day {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80px;
}
.news_title {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.news_comment {
	padding-bottom: 3px;
	padding-top: 3px;
}
