/*　トップページ　*/


/*　Flash～お店紹介分まで　*/
#pr_flash{
	width:850px;
	height:312px;
	border-top:3px #e4007f solid;
	border-bottom:3px #e4007f solid;
}

#top_text{
	width:850px;
	margin-top:15px;
	
}


#top_text h3{
	padding-top:15px;
	font-family:"MS ゴシック";
	font-size:17pt;
}

#top_text p{
	padding-top:13px;
	font-size:9pt;
	font-weight:bolder;	
}

#top_text span{
	color:#e4007f;
}


/*インフォメーション*/

#info{
	width:572px;
	background-image:url(../img/top_img02.jpg);
	background-repeat:no-repeat;
	font-family:"MS ゴシック";
	border: 1px #a9a9a9 solid;
	
}

.info_l{
	width:250px;
	float:left;
}

.info_r{
	width:250px;
	float:right;
}

h4{
	padding-left:10px;
	padding-top:7px;
	color:#424242;
	font-size:14px
}

h5{
	padding-right:10px;
	padding-top:7px;
	color:#424242;
	font-size:14px;
	text-align:right;
}


.infotable{
	width:572px;
	font-family:"MS ゴシック";
	
	
}

.infotable tr{
	height:40px;
	border-bottom:1px #dcdcdc solid;
	
}

.infotable th{
	width:88px;
	padding-left:10px;
	
	color:#e4007f;
	font-size:11pt;
}

.infotable td{
	width:485px;
	color:#333333;
	font-size:11pt;
	
}

