/* ----------------------------------------
 * ページ全体
 * ---------------------------------------- */


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	background: url(../imegs/c_bg.gif) no-repeat center 132px;
}


/* H */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
	float: right;
	visibility: hidden;
}
h2 {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0px 0px 10px;
	margin: 0px;
	font-weight: normal;
	float: left;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	background: url(../imegs/link_01.gif);
	margin: 0px;
	padding: 12px 0px 0px 20px;
	height: 29px;
	width: 520px;
}



/* 見出し h4 */
.midashi01 {
	background: url(../imegs/midashi_01.gif);
	margin: 0px 10px 20px;
	padding: 4px 0px 0px 25px;
	height: 21px;
	width: 535px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.midashi02 {
	background: url(../imegs/midashi_02.gif);
	margin: 0px 0px 20px;
	padding: 4px 0px 0px 25px;
	height: 21px;
	width: 355px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.cr {
	font-size: 12px;
	line-height: 18px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}


/* 文字装飾 */
em {
	font-size: 8px;
	visibility: hidden;
	line-height: 10px;
}
.type01 {
	color: #CC0000;
}
.center {
	text-align: center;
}
.arBox{
	text-align: center;	
}

/* 画像の回り込み */
.r {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
}
.l {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}
.clear { clear: both; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

a img{
	border: none;
}



/* テーブル01
------------------------------------------- */

.hyo01 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 540px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.hyo01 th {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #E6E6E6;
	vertical-align: top;
}
.hyo01 td {
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.hyo01 .c01 {
	background: #E6E6E6;
}

.hyo01 a {
	color: #000000;
	text-decoration: none;
}
.hyo01 a:hover,.hyo01 a:active {
	color: #CC0000;
	text-decoration: none;
	color: #FF0000;
}


/* テーブル02
------------------------------------------- */

.hyo02 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 540px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
}
.hyo02 td {
	padding: 5px 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
}



/* テーブル03
------------------------------------------- */

.hyo03 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 174px;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	float: left;
}
.hyo03 th {
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #E6E6E6;
	vertical-align: top;
}
.hyo03 td {
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}



/* テーブル04
------------------------------------------- */

.hyo04 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 174px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.hyo04 th {
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #E6E6E6;
	vertical-align: top;
}
.hyo04 td {
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}




/* ----------------------------------------
 * HEADER
 * ---------------------------------------- */
 
 
#header {
	margin: 0px;
	padding: 0px;
	height: 132px;
	background: url(../imegs/h_bg.gif);
}
#header #title {
	margin: 17px 0px 0px 20px;
	padding: 0px;
}


/* ブロック01
------------------------------------------- */

#header .brock01 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
}

/* ブロック02
------------------------------------------- */

#header .brock02 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 88px;
	width: 600px;
}


/* ブロック03
------------------------------------------- */

#header .brock03 {
	margin: 0px;
	padding: 0px;
	height: 88px;
	float: right;
	width: 200px;
}
#header .brock03 ul {
	margin: 0px;
	padding: 20px 0px 0px;
}
#header .brock03 li {
	list-style: none;
	display: inline;
}

/* T01 */
#header .brock03 .t01 a {
	text-decoration: none;
	background: url(../imegs/h_01.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
	display: block;
	float: left;
}
#header .brock03 .t01 a:hover,#header .brock03 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/h_02.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
	display: block;
	float: left;
}


/* ブロック04
------------------------------------------- */

#header .brock04 {
	margin: 0px;
	padding: 0px;
	height: 23px;
	clear: both;
}
#header .brock04 ul {
	margin: 0px;
	padding: 7px 0px 0px 525px;
	font-size: 12px;
	line-height: 14px;
}
#header .brock04 li {
	list-style: none;
	display: inline;
}
#header .brock04 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#header .brock04 a:hover,#header .brock04 a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}





/* ----------------------------------------
 * コンテンツ
 * ---------------------------------------- */
 
 
#contents {
	margin: 0px;
	padding: 0px;
	background: url(../imegs/n_bg.gif) repeat-y 10px;
}





/* ----------------------------------------
 * ナビゲーション
 * ---------------------------------------- */


#navi {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:auto;
}


/* ボックス01
------------------------------------------- */

#navi .box01 {
	padding: 0px;
	margin: 0px 8px 0px 17px;
	width: 175px;
}
#navi .box01 ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#navi .box01 li {
	list-style: none;
}


/* T01 */
#navi .box01 .t01 a {
	text-decoration: none;
	background: url(../imegs/navi_01.gif);
	padding: 9px 0px 0px 30px;
	width: 145px;
	display: block;
	height: 23px;
	margin: 0px 0px 8px;
	font-weight: bold;
	color: #FFFFFF;
}
#navi .box01 .t01 a:hover,#navi .box01 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/navi_01.gif);
	padding: 9px 0px 0px 30px;
	width: 145px;
	display: block;
	height: 23px;
	margin: 0px 0px 8px;
	font-weight: bold;
	color: #CC0000;
}


/* T03 */
#navi .box01 .t03 a {
	text-decoration: none;
	width: 145px;
	display: block;
	height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imegs/navi_02.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#navi .box01 .t03 a:hover,#navi .box01 .t03 a:active {
	text-decoration: none;
	width: 145px;
	display: block;
	height: 35px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../imegs/navi_02.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/* ボックス02
------------------------------------------- */

#navi .box02 {
	padding: 0px;
	margin: 0px 10px 8px 19px;
	width: 169px;
	border: 1px solid #F20000;
	background: #E80000;
}
#navi .box02 p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 8px 0px;
	text-align: center;
}
#navi .box02 ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#navi .box02 li {
	list-style: none;
}


/* T01 */
#navi .box02 .t01 a {
	text-decoration: none;
	background: url(../imegs/navi_03a.gif);
	padding: 8px 0px 0px 20px;
	width: 149px;
	display: block;
	height: 21px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}
#navi .box02 .t01 a:hover,#navi .box02 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/navi_03b.gif);
	padding: 8px 0px 0px 20px;
	width: 149px;
	display: block;
	height: 21px;
	margin: 0px;
	font-weight: bold;
	color: #CC0000;
}


/* T02 */
#navi .box02 .t02 a {
	text-decoration: none;
	background: url(../imegs/navi_04a.gif);
	padding: 7px 0px 0px 20px;
	width: 149px;
	display: block;
	height: 33px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}
#navi .box02 .t02 a:hover,#navi .box01 .t02 a:active {
	text-decoration: none;
	background: url(../imegs/navi_04b.gif);
	padding: 7px 0px 0px 20px;
	width: 149px;
	display: block;
	height: 33px;
	margin: 0px;
	font-weight: bold;
	color: #CC0000;
}


/* ボックス03
------------------------------------------- */

#navi .box03 {
	padding: 0px;
	margin: 0px 5px 0px 15px;
	width: 185px;
}
#navi .box03 ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#navi .box03 li {
	list-style: none;
}


/* T01 */
#navi .box03 .t01 a {
	text-decoration: none;
	background: url(../imegs/h_01.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}
#navi .box03 .t01 a:hover,#navi .box03 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/h_02.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}


/* T02 */
#navi .box03 .t02 a {
	text-decoration: none;
	background: url(../imegs/navi_05a.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}
#navi .box03 .t02 a:hover,#navi .box03 .t02 a:active {
	text-decoration: none;
	background: url(../imegs/navi_05b.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}


/* T03 */
#navi .box03 .t03 a {
	text-decoration: none;
	background: url(../imegs/navi_06a.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}
#navi .box03 .t03 a:hover,#navi .box03 .t03 a:active {
	text-decoration: none;
	background: url(../imegs/navi_06b.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}


/* T04 */
#navi .box03 .t04 a {
	text-decoration: none;
	background: url(../imegs/navi_07a.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}
#navi .box03 .t04 a:hover,#navi .box03 .t04 a:active {
	text-decoration: none;
	background: url(../imegs/navi_07b.gif);
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	margin: 0px 0px 8px;
}





/* ----------------------------------------
 * メイン
 * ---------------------------------------- */


#main {
	width: 580px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* パンくずリスト
------------------------------------------- */

#main .list {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 580px;
}
#main .list ul {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
}
#main .list li {
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 4px 15px;
	background: url(../imegs/pt.gif) no-repeat left center;
}
#main .list a {
	color: #000000;
	text-decoration: none;
}
#main .list a:hover,#main .list a:active {
	text-decoration: none;
	color: #CC0000;
}


/* ページトップへ戻る
------------------------------------------- */

#main .pt {
	width: 580px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#main .sr_mgT20 {
	margin-top:20px;
}

#main .pt ul {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}
#main .pt li {
	list-style: none;
}
#main .pt a {
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #000000;
}
#main .pt a:hover,#main .pt a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../imegs/pt.gif) no-repeat left center;
	color: #CC0000;
}


/* ボックス01
------------------------------------------- */
 
#main .box01 {
	width: 540px;
	padding: 0px 10px 20px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#main .box01 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#main .box01 a {
	color: #CC0000;
	text-decoration: underline;
}
#main .box01 a:hover,#main .box01 a:active {
	color: #666666;
	text-decoration: none;
}





/* ----------------------------------------
 * TOPページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#mainimg {
	background: url(../imegs/mainimg.jpg);
	margin: 0px 0px 20px;
	padding: 0px;
	height: 250px;
	width: 580px;
}


/* PICK UP
------------------------------------------- */
 
.pickup {
	width: 580px;
	padding: 0px 0px 20px;
	margin: 0px 0px 20px;
	border-bottom: 1px dotted #CCCCCC;
	height: 300px;
}


/* ブロック01
------------------------------------------- */

.pickup .brock01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.pickup .brock01 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 10px;
}


/* ブロック02
------------------------------------------- */

.pickup .brock02 {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: right;
}
.pickup .brock02 p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.pickup .brock02 ul {
	margin: 0px;
	padding: 0px;
}
.pickup .brock02 li {
	list-style: none;
}
.pickup .brock02 a {
	color: #CC0000;
}
.pickup .brock02 a:hover,.pickup .brock02 a:active {
	color: #666666;
	text-decoration: none;
}


/* T01 */
.pickup .brock02 .t01 a {
	text-decoration: none;
	background: url(../imegs/pickup01a.jpg);
	display: block;
	margin: 0px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
.pickup .brock02 .t01 a:hover,.pickup .brock02 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/pickup01b.jpg);
	display: block;
	margin: 0px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}


/* T02 */
.pickup .brock02 .t02 a {
	text-decoration: none;
	background: url(../imegs/pickup02a.jpg);
	display: block;
	margin: 10px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
.pickup .brock02 .t02 a:hover,.pickup .brock02 .t02 a:active {
	text-decoration: none;
	background: url(../imegs/pickup02b.jpg);
	display: block;
	margin: 10px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}


/* T03 */
.pickup .brock02 .t03 a {
	text-decoration: none;
	background: url(../imegs/pickup03a.jpg);
	display: block;
	margin: 10px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
.pickup .brock02 .t03 a:hover,.pickup .brock02 .t03 a:active {
	text-decoration: none;
	background: url(../imegs/pickup03b.jpg);
	display: block;
	margin: 10px 0px 4px;
	padding: 0px;
	height: 60px;
	width: 180px;
}

p.txt01{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FF0000;
	font-weight: bold;
}

/* MAP
------------------------------------------- */
 
.map {
	width: 560px;
	padding: 10px;
	margin: 0px 0px 20px;
	height: 295px;
	background: #E6E6E6;
}


/* ブロック01
------------------------------------------- */

.map .brock01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.map .brock01 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 10px;
}

/* -------------------- add ----------------*/
.map .brock01 p a{background:url(../imegs/index_banner01.jpg) 0 0 no-repeat;
	display:block;
	width:360px;
	height:90px;
	text-indent:-9999px;
}
.map .brock01 p a:hover {background-position:bottom;}	
/* -------------------- add ----------------*/

/* ブロック02
------------------------------------------- */

.map .brock02 {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: right;
}
.map .brock02 p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.map .brock02 ul {
	margin: 0px;
	padding: 0px;
}
.map .brock02 li {
	list-style: none;
}
.map .brock02 a {
	color: #CC0000;
}
.map .brock02 a:hover,.map .brock02 a:active {
	color: #666666;
	text-decoration: none;
}





/* ----------------------------------------
 * タイヤの寿命・スリップサインページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#longevity {
	background: url(../imegs/longevity_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}






/* ----------------------------------------
 * 新商品最新情報ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#whatsnew {
	background: url(../imegs/whatsnew_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}






/* ----------------------------------------
 * アライメント情報ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#info {
	background: url(../imegs/info_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}


/* ボックス02
------------------------------------------- */
 
#main .box02 {
	width: 540px;
	padding: 0px 10px 20px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	height: 95px;
}
#main .box02 .brock01 {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 180px;
	float: left;
}
#main .box02 p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#main .box02 .brock01 ul {
	margin: 0px;
	padding: 0px;
}
#main .box02 .brock01 li {
	list-style: none;
}
#main .box02 a {
	color: #CC0000;
	text-decoration: underline;
}
#main .box02 a:hover,#main .box02 a:active {
	color: #666666;
	text-decoration: none;
}


/* T01 */
#main .box02 .t01 a {
	text-decoration: none;
	background: url(../imegs/info_02a.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
#main .box02 .t01 a:hover,#main .box02 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/info_02b.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}


/* T02 */
#main .box02 .t02 a {
	text-decoration: none;
	background: url(../imegs/info_03a.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
#main .box02 .t02 a:hover,#main .box02 .t02 a:active {
	text-decoration: none;
	background: url(../imegs/info_03b.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}


/* T03 */
#main .box02 .t03 a {
	text-decoration: none;
	background: url(../imegs/info_04a.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}
#main .box02 .t03 a:hover,#main .box02 .t03 a:active {
	text-decoration: none;
	background: url(../imegs/info_04b.jpg);
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 60px;
	width: 180px;
}







/* ----------------------------------------
 * アライメント調整料金ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#charge {
	background: url(../imegs/charge_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}







/* ----------------------------------------
 * 依頼から調整完了までの流れページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#flow {
	background: url(../imegs/flow_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}


/* FLOW
------------------------------------------- */
 
#main .flow {
	width: 540px;
	padding: 0px 10px 20px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#main .flow p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#main .flow .brock01 {
	background: url(../imegs/flow_01.gif);
	height: 59px;
	width: 520px;
	margin: 0px;
	padding: 10px;
}
#main .flow .brock02 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}







/* ----------------------------------------
 * タイヤ交換・ホイール組み換え料金ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#exchange {
	background: url(../imegs/exchange_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}







/* ----------------------------------------
 * タイヤ交換・ホイール組み換え料金ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#link {
	background: url(../imegs/link_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}







/* ----------------------------------------
 * アライメント・タイヤQ＆Aページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#qa {
	background: url(../imegs/qa_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}







/* ----------------------------------------
 * お問い合わせページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#inquiry {
	background: url(../imegs/inquiry_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}







/* ----------------------------------------
 * 会社概要ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#company {
	background: url(../imegs/company_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}








/* ----------------------------------------
 * 販売実績・企業理念ページ
 * ---------------------------------------- */


/* ページタイトル h3
------------------------------------------- */
 
#results {
	background: url(../imegs/results_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}


/* results
------------------------------------------- */
 
#main .results {
	width: 540px;
	padding: 0px 10px 20px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#main .results p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#main .results .brock {
	background: url(../imegs/results_01.gif);
	margin: 0px;
	padding: 10px;
	height: 95px;
}
#main .results .brock ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}



/* ボックス01
------------------------------------------- */
 
#main .results02 {
	padding: 0px;
	margin: 0px;
	height: 380px;
}









/* ----------------------------------------
 * サイトマップ
 * ---------------------------------------- */




/* ページタイトル h3
------------------------------------------- */
 
#sitemap {
	background: url(../imegs/sitemap_top.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 580px;
}

 
.site {
	margin: 0px 10px 20px;
	padding: 0px 10px 20px;
	width: 540px;
	border-bottom: 1px dotted #CCCCCC;
}

.site ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	line-height: 18px;
}
.site li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px;
}
.site a {
	text-decoration: none;
	color: #666666;
}
.site a:hover,.site a:active {
	text-decoration: none;
	color: #CC0000;
}
.site .t01 a {
	color: #666666;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px;
	padding: 5px 0px 4px 15px;
}
.site .t01 a:hover,.site .t01 a:active {
	color: #CC0000;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px;
	padding: 5px 0px 4px 15px;
}





/* ----------------------------------------
 * フッター
 * ---------------------------------------- */
 
 
#footer {
	clear: both;
	margin: 0px 10px 0px 210px;
	padding: 0px 0px 20px;
	background: url(../imegs/f_bg.gif) no-repeat;
	width: 580px;
}
#footer ul {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 15px 10px 10px;
	text-align: center;
	color: #666666;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover,#footer a:active {
	color: #CC0000;
	text-decoration: none;
}


/* コピーライト
------------------------------------------- */

#copyright {
	text-align: center;
	margin: 0px;
	padding: 3px 0px 0px;
	height: 17px;
	background: #CC0000;
}
#copyright address {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#copyright a:hover,#copyright a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#main .results03 {

	padding: 0px;
	margin: 0px;
	height: 325px;
}




#main .imgbox {
	margin: 10px 0;
	text-align: center;
}
#main .imgbox p img {
	margin: 0 10px;
}

#main div.spec {
	font-size: 12px;
	margin-bottom: 10px;
}
#main div.spec dt {
	float: left;
	clear: both;
	width: 100px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
}
#main div.spec dd {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
}

.sr_bn01 a {
	background:url(../imegs/banner01.jpg) 0 0;
	width:580px;
	height:130px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn01 a:hover {
	background:url(../imegs/banner01_o.jpg) 0 0;
}

.sr_bn02 a {
	background:url(../imegs/banner02.jpg) 0 0;
	width:580px;
	height:130px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn02 a:hover {
	background:url(../imegs/banner02_o.jpg) 0 0;
}

.sr_bn03 a {
	background:url(../imegs/banner03.jpg) 0 0;
	width:580px;
	height:130px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn03 a:hover {
	background:url(../imegs/banner03_o.jpg) 0 0;
}

.sr_bn04 {
	background:url(../imegs/banner04.jpg) 0 0;
	width:580px;
	height:130px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn05 {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 0 10px;
	width:560px;
	height:251px;
	padding: 0 0 20px 0;

}

.sr_bn05 a {
	background:url(../imegs/banner05.jpg) 0 0;
	width:560px;
	height:251px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn05 a:hover {
	background:url(../imegs/banner05_o.jpg) 0 0;
}

.sr_bn06 a {
	background:url(../imegs/banner06.jpg) 0 0;
	width:580px;
	height:130px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}

.sr_bn06 a:hover {
	background:url(../imegs/banner06_o.jpg) 0 0;
}

.sr_bn07 a{ 
	background:url(../imegs/banner07.jpg) 0 0;
	width:580px;
	height:118px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn07 a:hover {
	background:url(../imegs/banner07_o.jpg) 0 0;
}
.sr_bn08 a{ 
	background:url(../imegs/banner08.jpg) 0 0;
	width:580px;
	height:329px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn08 a:hover {
	background:url(../imegs/banner08_o.jpg) 0 0;
}
.sr_bn09 a{ 
	background:url(../imegs/banner11.jpg) 0 0;
	width:580px;
	height:289px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.sr_bn09 a:hover {
	background:url(../imegs/banner11_o.jpg) 0 0;
}
.ttl{ text-align:center; margin:0 0 -15px 0; }

.sidebar_banner_01 a{
	background:url(../imegs/h_03.gif) no-repeat;
	width:180px;
	height:94px;
	display:block;	
	text-indent:-9999px;
	margin-top:8px;
	overflow:hidden;
}

.sidebar_banner_01 a:hover{
	background:url(../imegs/h_03_ov.gif) no-repeat;
	display:block;	
	margin-top:8px;
}