*{
	margin: 0;
	padding: 0;
}

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

/*リンクの設定*/

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


/*リンクの設定*/
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;
}


#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: 400px;
	/*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{
	width: 100%;
	height: 47px;
	background: #000;
}

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

h2{
	height: 47px;
	background: url(../images/tokyoboots.jpg) no-repeat;
}

#container{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../images/main_bg.jpg) repeat-y;
}

/*メインのボックスを包む*/
#wrapper{
	width: 685px;
	/*padding-top: 10px;*/
	margin: 0 0 0 51px;
	background: url(../images/wrapper_bg.jpg) no-repeat;
}

/*左のボックス*/
#left{
	width: 515px;
	background: url(../images/left_bg.jpg) repeat-y #666;
	float: left;
}

#flashcontent{
	width: 515px;
	height: 492px;
}

#left dl{
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/*NEWS日付部分*/
#left dt{
	color: #66CC33;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

#left dd{
	font-size: 12px;
	line-height: 1.5;
}

/*NEWS以下を右にインデントする*/
#left02{
	padding: 10px 0 0 55px;
	width: 460px;
}

/*NEWSのロゴ部分*/
h3{
	background: url(../images/news.jpg) no-repeat;
	height: 18px;
	text-indent: -5000px;
	margin-bottom: 10px;
}

.news{
	width: 450px;
	padding: 0 5px 15px 5px;
}

/*右のナビボックス*/
#right{
	width: 170px;
	background: url(../images/right_bg.jpg) no-repeat #666;
	float: right;
	}

/*グローバルナビの設定*/
ul#navi{
    list-style:none;
    width:170px;
	margin: 80px 0 0 0;
}

ul#navi li{
	width:170px;
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

a:hover#about{
    background-position: 0px -35px;
}

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

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


/*SHOPPINGボタン用の設定*/
ul#navi2{
    list-style:none;
    width:153px;
	float: right;
}

ul#navi2 li{
	width:153px;
	margin-bottom: 10px;
	padding-right: 3px;
}

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

ul#navi2 li a#shopping{
    background-image: url(../images/shopping_btn01.jpg);
}

ul#navi2 li a:hover#shopping{
    background-position: 0px -40px;
}

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

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

/*代理店ボタン用の設定*/
ul#navi3{
    list-style:none;
    width:153px;
	float: right;
	margin-top: 20px;
}

ul#navi3 li{
	width:153px;
	padding-right: 3px;
}

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_btn.jpg);
}

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

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

#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;
}

/*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は非適用 */

