/*--商店街食べ歩きMAP用　（2010.02.19）--*/

/*--共通--------------------------------------*/
body,div,ul,li,h1,h2,h3,blockquote,th,td{
	margin:0;
	padding:0;
}

body{
	background-image:url(images/back.gif);
	font-size:medium;
	line-height:170%;
	color: #003333;
}

img {
	border:0px;
}

#footer{
	margin-top:20px;
	text-align: right;	
}

a {	color: #9F0018; TEXT-DECORATION: underline}
a:hover {	color: #FF6600; TEXT-DECORATION: underline}


/*--地図ページ--------------------------------------*/

#container0{
	width:935px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}

h1{
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	width:935px;
	height:120px;
	text-indent:-9999px;
}

/*--店舗ページ--------------------------------------*/

#container{
	width:935px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #643C00;
}

#shop1_name{
	background-image:url(images/shop1/shop1_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop2_name{
	background-image:url(images/shop2/shop2_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop3_name{
	background-image:url(images/shop3/shop3_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop4_name{
	background-image:url(images/shop4/shop4_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop5_name{
	background-image:url(images/shop5/shop5_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop6_name{
	background-image:url(images/shop6/shop6_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop7_name{
	background-image:url(images/shop7/shop7_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}
#shop8_name{
	background-image:url(images/shop8/shop8_name.jpg);
	width:935px;
	height:105px;
	text-indent:-9999px;
}

#photo1{
	width:500px;
	float:left;
}

#data1{
	width:400px;
	float:right;
	margin-top:20px;
}

#data2{
	width:570px;
	float:left;
	margin:20px 0 0 20px;
}
/*----------*/
#photo2{
	float: right;
	width:326px;
	height:256px;
	background-image:url(images/phot2_back.gif);
	position:relative;	
}
p.img-center{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-140px;
	margin-top:-105px;
}
/*----------*/

table.info {
	width:400px;
	margin:20px 0 0 0;
	border:2px dotted #006048;
	color:#003333;
	font-size: 90%;
	line-height: 150%;
}
table.info td {
	padding:1px 0 1px 5px;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
/*----------*/
.clear{
	clear: both;	
}

.text-red{
	color:#9F0018;
	font-size:medium;
	font-weight: bolder;
}

/*--クーポンページ--------------------------------------*/
#coupon{
	width:580px;
	text-align: center;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
/*----------------------------------------*/
