*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #333;
	color: #111;
}

img{
	border: none;
}

/*リンクの設定*/

/*一番上のサブナビ*/


/*リンクの設定*/
a:link{
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

a:visited{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

/*全体が赤い文字の時のリンク*/
.red_link a:link{
	color: #f00;
	text-decoration: underline;
	font-weight: normal;
}

.red_link a:hover{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.red_link a:visited{
	color: #f00;
	text-decoration: underline;
	font-weight: normal;
}

/*その他黒色のリンクの時はこれを使用する*/
.black a:link{
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.black a:visited{
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.black a:hover{
	color: #f00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#copy{
	color: #FFF;
	background: #FF0000;
	width: 100%;
	height: 23px;
}

#copy_in{
	width: 800px;
	height: 23px;
	margin: 0 auto;
	position: relative;
}

h1{
	font-size: 1px;
	width: 235px;
	height: 23px;
	float: left;
	background: url(../images/daytonofficialdealer.jpg) no-repeat left;
	text-indent: -5000px;
}

#sub_head{
	width: 450px;
	/*height: 23px;*/
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 0;
}

#sub{
	width: auto;
	float: right;
	/*height: 23px;*/
	margin-left: 15px;
}

/*HEADERロゴ部分*/
#header{
	width: 100%;
	height: 47px;
	background: #000;
}

#header_in{
	width: 800px;
	height: 47px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*text-indent: -5000px;*/
	background: url(../images/tokyoboots.jpg) no-repeat;
	
}

h2{
	width: 370px;
	height: 47px;
}

h2 a{
	display:block;
    width: 370px;
    height: 47px;
    text-indent:-5000px;
    overflow:hidden;
}

/*SHOPPINGへのリンクボタンの設定*/
#shopping{
	width: 244px;
	position: absolute;
	right: 0;
	top: 7px;
}

#shopping li{
	float: left;
	width: 117px;
	margin-right: 5px;
	list-style: none;
}

/*container*/
#container{
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg_sub.jpg) repeat-y;
}

/*グローバルナビの設定*/
/*#navi_wrapper{
	width: 100%;
	margin-bottom: 20px;
}*/

ul#navi{
    list-style:none;
    width: 758px;
	margin: 0 auto;
}

ul#navi li{
	width: 104px;
	float: left;
	margin: 0 5px 20px 0;
}

ul#navi li#reset_margin{margin-right: 0;}

ul#navi a{
    display:block;
    width: 104px;
    height: 39px;
    text-indent:-5000px;
    overflow:hidden;
}

a#home{
    background-image: url(../images/home_btn02.jpg);
}

a:hover#home{
    background-position: 0px -39px;
}

a#lineup{
    background-image: url(../images/lineup_btn02.jpg);
}

a:hover#lineup{
    background-position: 0px -39px;
}

a#detail{
    background-image: url(../images/detail_btn02.jpg);
}

a:hover#detail{
    background-position: 0px -39px;
}

a#fitting{
    background-image: url(../images/fitting_btn02.jpg);
}

a:hover#fitting{
    background-position: 0px -39px;
}

a#dayton{
    background-image: url(../images/dayton_btn02.jpg);
}

a:hover#dayton{
    background-position: 0px -39px;
}

a#crazy{
    background-image: url(../images/crazy_btn02.jpg);
}

a:hover#crazy{
    background-position: 0px -39px;
}

a#dealers{
    background-image: url(../images/dealers_btn02.jpg);
}

a:hover#dealers{
    background-position: 0px -39px;
}

a:hover#blog{
    background-position: 0px -39px;
}

a#blog{
    background-image: url(../images/blog_btn02.jpg);
}

a:hover#blog{
    background-position: 0px -39px;
}

/*中身*/
#contents{
	text-align: left;
	width: 610px;
	margin: 20px auto 0 auto;
	padding: 10px 20px 10px 20px;
	background: #FFF;
	clear: both;
}

.box01{
	width: 590px;
	margin: 0 auto 30px auto;
}


h3{
	font-size: 20px;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h4{
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 5px;
	/*padding-bottom: 2px;*/
	border-bottom: 4px solid #000;
	height: 20px;
	text-indent: 20px;
	background: url(../images/topic_bg.jpg) no-repeat left;
}

/*ジャスティファイのボックス*/
#just_box{
	width: 550px;
	margin-top: 20px;
	padding: 0 20px;
	text-align: justify;
}

#just_box a:link{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#just_box a:visited{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#just_box a:hover{
	color: #f00;
	text-decoration: none;
	font-weight: normal;
}

/*Fitting*/
#just_box02{
	width: 550px;
	padding: 0 20px;
	text-align: justify;
}

/*h関係などのテキストを制御*/
.seigyo{font-size: 18px;}

/*SiteMapページのインデント用*/
.sitemap{
	border-left: 5px #FF0000 solid;
	padding-left: 5px;
	font-weight: bold;
	color: #333;
}

.sitemap2{
	padding-left: 20px;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	margin-bottom: 20px;
	border-bottom: #333 dashed 1px;
}

.sitemap3{
	display: block;
	height: auto;
	width: 100%;
	font-size: 18px;
	overflow:hidden;
	padding: 5px;
}

/*sitemapページのリンク設定*/
a.sitemap3{
	color: #333;
	font-size: 16px;
}

a:visited.sitemap3{
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

a:hover.sitemap3{
	font-size: 16px;
	background: #efefef;
	color: #333;
	text-decoration: none;
}


/*汎用のP*/
#contents p{
	font-size: 12px;
	margin-bottom: 10px;
	/*padding: 0 10px;*/
	color: #333;
	line-height: 1.5;
}

/*box01の中のPを590pxにする*/
.p590{width: 590px;}

#phbox01{
	width: 570px;
	margin: 0 auto;
}

/*Detailページの定義型リスト設定dl dt dd*/

.detail_dl{
	width: 570px;
	margin: 0 auto;
}

.detail_dt{
	width: 275px;
	float: left;
}

.detail_dd{
	width: 275px;
	float: right;
}

/*Contact用の定義型リスト*/

.contact_dl{
	width: 500px;
	margin: 0px auto;
	font-size: 12px;
}

.contact_dt{
	width: 180px;
	float: left;
	margin-bottom: 15px;
	background: #efefef;
	padding: 5px;
	text-align: right;
}

.contact_dd{
	width: 300px;
	float: right;
	margin-bottom: 15px;
}

.input_dd{
	float: left;
}

/*Line Upページ設定*/
.lineup_box{
	width: 590px;
	margin: 30px auto 0px auto;
	border-bottom: 1px #999 dashed;
	padding-bottom: 10px;
}

.lineup_box dt{
	width: 217px;
	float: left;
}

/*値段のフォント設定*/
.price{
	margin-bottom: 10px!important;
	text-align: right;
	font-weight: bold;
}

/*Line Upのimgをfloat*/
.lineup_img{
	width: 151px;
	float: left;
}

.lineup_margin{
	margin-bottom: 20px;
}

.lineup_box dd{
	float: right;
	width: 353px;
}

.small02{
	font-size: 10px;
	line-height: 120%;
}

/*Detailの写真部分*/

ul#ph{
	width: 570px;
	margin: 15px auto 0 auto;
	list-style: none;
}

.ph_mini{
	float: left;
	width: 130px;
	margin-right: 17px;
}

.ph_mini02{
	float: left;
	width: 130px;
	margin-right: 16px;
}

.ph_mini03{
	float: left;
	width: 130px;
}

.ph_mini04{
	float: right;
	width: 130px;
	margin-left: 10px;
}

.ph_right{
	float: right;
	margin-left: 10px;
	width: 150px;
}

.ph_hd{
	float: right;
	width: auto;
	margin-left: 10px;
}

/*Aboutのtableの設定*/
table {
	font-size: 12px;
	margin: 0 auto;
}

td,th{
	padding: 10px;
	background: #efefef;
	border-bottom: #fff 1px solid;
}

.lefttd{
	background: #ccc;
	text-align: right;
	border-bottom: #fff 1px solid;
}

.righttd{
	background: #FF0000;
	padding: 10px;
	border-bottom: #fff 1px solid;
	width: 50%;
	color: #fff;
}

.lefttd02{
	background:  #333;
	text-align: right;
	border-bottom: #fff 1px solid;
	color: #fff;
}

#fitting .lefttd{
	background: #ccc;
	text-align: right;
	border-bottom: #fff 1px solid;
}


caption{
	background: #000;
	color: #fff;
	margin-bottom: 0px;
	padding: 5px;
	border-bottom: #fff 1px solid;
}

/*dealersのtable*/
##dealers_table{
	border: 1px solid #fff;
	margin: 20px 0;
	width: 100%;
}

#dealers_table th{
	font-weight: normal;
	background: #000;
	color: #fff;
	text-align: center;
}

/*Aboutのh3の設定ID*/
#company{
	background: #000;
	padding: 5px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 100%;
	text-align: left;
}

.totop{
	clear: both;
	width: 590px;
	text-align: right;
}

.totop a:link{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

.totop a:visited{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

.totop a:hover{
	color: #f00;
	text-decoration: none;
	font-weight: normal;
}

/*代理店バナー用の設定*/
ul#navi3{
    list-style:none;
    width:150px;
	float: right;
}

/*ul#navi3 li{
	width:150px;
	float: right
}*/

ul#navi3 li a{
    display:block;
    width:150px;
    height:72px;
    text-indent:-5000px;
    overflow:hidden;
}

ul#navi3 li a#dairi{
    background-image: url(../images/orange_banner_btn02.jpg);
}

ul#navi3 li a:hover#dairi{
    background-position: 0px -72px;
}

/*DAYTON CRAZYページの設定*/
.celeb_box{
	width: 590px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.celeb_left{
	width: 285px;
	float: left;
}

.celeb_right{
	width: 285px;
	float: right;
}

/*footer*/
#footer{
	width: 800px;
	height: 200px;
	clear: both;
	color: #fff;
	background: #000;
	font-size: 10px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#footer ul{
	list-style: none;
	float: right;
	padding: 10px 0 10px 0;
	width: auto;
}

#footer li{
	width: auto;
	float: left;
	margin-right: 5px;
}

address{
	clear: both;
	text-align: right;
	margin: 0 5px 20px 0;
	font-style: normal;
}

.justy{
	text-align: justify;
}

/*CLEARFIX*/
.cl{clear: both;}

/*float対策*/
.clfix:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clfix{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clfix{height: 1%;}
.clfix{display: block;}
/*--ここまでMAC IEは非適用 */

#map {
	width: 500px;
	height: 300px;
	margin:10px auto;
}
