/* IE6 のロールオーバー時の読み込みをなくすCSS*/

html { 

    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 

}

/* IE6 のロールオーバー時の読み込みをなくすCSS*/

a {

	outline-style: none;

}

/*コンテンツ*/
#contener {
	background: #000000;
	width: 940px;
	padding-bottom: 5px;
}

#contener p {
	margin-right: 22px;
}

/*メインイメージ*/
#top_img {
	height: 658px;
	width: 940px;
	padding-bottom: 15px;
}

/*店舗へのアクセス*/
#access {
	width: 896px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/tenpo_back.jpg) no-repeat;
	padding: 3px;
}

#access_box_l {
	height: 120px;
	width: 445px;
	float: left;
}

#access_box_r {
	height: 120px;
	width: 445px;
	float: right;
}

#access .hirakata {
	background: url(../img/hirakata_img.jpg);
}

#access .saitama {
	background: url(../img/saitama_img.jpg);
}

#access table {
	color: #FFFFFF;
	margin-top: 10px;
}

#access table tr{
	line-height: 210%;
}

#access .hover {
	height: 120px;
	width: 200px;
	float: left;
	margin-right: 15px;
}

#access .hover a {
	height: 120px;
	width: 200px;
	display: block;
	text-indent: -9999px;
}

#access .hover a:hover{
	background-position: bottom;
}

#access table .font20 {
	font-size: 20px;
	font-weight: bold;
}

#access table .font16 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}

#access table img {
	margin-right: 5px;
}

#access .ie_pT5 {
	_padding-top: 7px;
}


