/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: "Osaka", "ＭＳ ゴシック";
	font-size: 12px;
}

body{
background:url(images/bg.gif) repeat;
_text-align: center;
}

.clear{
clear:both;
}



/*文字間連*/
.font-14pt{
font-size:14pt;
}

.font-10px{
font-size:10pt;
	line-height:13px;
}

.font-8px{
font-size:8pt;
	line-height:12px;
}

.font-bold{
	font-weight: 800;
}

.font-center{
text-align: center;
}

#container{
	margin:0px auto;
	width:750px;
	background:#000;
	border:solid 1px #999;
	border-top:0px;
_text-align: left;
}

/*  ヘッダー */
#head{
width:750px;
border-bottom:solid #999 1px;
background:#210707;
}

#head-title{
float:left;
width:445px;
}

#head-menu{
color: #fff;
float:left;
width:305px;
}

#head-menu-tex{
	text-align: center;
margin-top:5px;
}

#head-menu-tex a{
color: #fff;
}
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここから） */
#head:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#head { display:inline-table; }

/* Mac IE には適用させない \*/
* html #head { height:1px; }
#head { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここまで） */

/* メイン */
#main{
width:750px;
padding:15px;
_padding:15px 15px 0px 15px;
}

/*　フッター　*/
#foot{

width:750px;
background: #333333;
color: #fff;
border-top:solid #999 1px;
_margin-top:15px;
}

#foot a{
color: #fff;
}

#foot-main{
float:left;
width:694px;
_width:684px;
padding:10px 0px;
}
#foot-shop{
float:left;
width:340px;
}

#foot #foot-shop img{
float:left;
margin-left:10px;
width:116px;
}

#shop-tex{
	margin-left:5px;
	float:left;
	width:209px;
}

#foot-map{
float:left;
width:90px;
}


#foot-bosyuu{
margin-left:4px;
padding:5px 0px 5px 7px;
float:left;
width:250px;
_width:246px;
border-left:solid 1px #fff;
}

#foot-mark{
float:left;
width:56px;
}
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここから） */
#foot:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#foot { display:inline-table; }

/* Mac IE には適用させない \*/
#foot #foot { height:1px; }
#foot {
	display:block;
	
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここまで） */

.copyright{
	width:750px;
	margin:0px auto;
	color:#fff;
	padding: 5px 0px 20px 0px;
	text-align: center;
}