/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5em;
	background-color: #333333;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

ul{
	list-style: none;
}

/*リンクの設定*/
a:link{
	color: #333;
	text-decoration: underline;
}

a:visited{
	color: #333;
	text-decoration: underline;
}

a:hover{
	color: #f00;
	text-decoration: none;
}

.pict{
	float: right;
	width: auto;
	margin-left: 10px;
}

#sub_head a:link{
	color: #fff;
	text-decoration: underline;
}

#sub_head a:visited{
	color: #fff;
	text-decoration: underline;
}

#sub_head a:hover{
	color: #fff;
	text-decoration: none;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*100%のヘッダー部分*/
#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(http://www.tokyo-boots.com/images/shop/daytonofficialdealer.jpg) no-repeat left;
	text-indent: -5000px;
}

#sub_head{
	width: 450px;
	/*height: 23px;*/
	font-size: 80%;
	font-weight: bold;
	list-style: none;
	position: absolute;
	top: 2px;
	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(http://www.tokyo-boots.com/images/tokyoboots_bl.jpg) no-repeat;
	
}

h2{
	width: 370px;
	height: 47px;
}

h2 a{
	display:block;
    width: 370px;
    height: 47px;
    text-indent:-5000px;
    overflow:hidden;
}

.boots_bg{
	height: 20px;
	background: url(http://www.tokyo-boots.com/images/topic_bg.jpg) no-repeat;
	padding-left: 20px;
	border-bottom: 3px #000 solid;
	font-size: 14px;
}


/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	background: #fff url(http://www.tokyo-boots.com/images/blog/blog_bg.gif) repeat-y;
	padding-top: 10px;
	/*padding: 0 10px 0 20px;*/
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　右側メニューの幅　*/
.side {
	float: right;
	width:160px;
	background: #efefef;
	font-size: 11px;
	padding: 0 20px 10px 0;
}

/*カレンダー*/
/*#calender_wrap{
	width: 160px;
	margin: 0 10px;
}*/

/*　左側の幅　*/
.main {
	float: left;
	width: 545px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.box_blog{
	width: auto;
	margin-bottom: 10px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:760px;
 padding: 20px;
 margin: 0 auto;
 clear:both;
 background: #000;
 color: #fff;
 font-size: 10px;
}


