@charset "utf-8";
/* CSS Document */
/*============================================================
TITLE IMAGES
============================================================*/
#title_digest {
	background-image: url(../digest/images/title_digest.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 600px;
	margin: 0px 0px 20px 0px;
}
#title_gourmet {
	background-image: url(../digest/images/title_gourmet.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 600px;
	margin:0px 0px 20px 0px;
}

#title_souvenirs {
	background-image: url(../digest/images/title_souvenirs.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 600px;
	margin:0px 0px 20px 0px;
}
#title_town {
	background-image: url(../digest/images/title_town.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 600px;
	margin:0px 0px 20px 0px;
}
/*========== hiding all texts from title ==========*/
#title_gourmet *,#title_souvenirs *,#title_town *{
	text-indent: -9999px;
}

/*============================================================
TEXT
============================================================*/
#main h2 span, #main h3 span{
font-family:Arial, Helvetica, sans-serif;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/common/title_h2_common.gif);
	background-repeat:no-repeat;
	padding: 4px 4px 4px 10px;
	line-height: 27px;
	margin:15px 0px 5px 0px;
}
#main h2.h2_wakuwaku_01 {
	background-image: url(../images/common/title_h2_wakuwaku_01.gif);
}

#main h3{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/common/title_h3_common.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding: 4px 4px 0px 15px;
		margin:5px 0px 0px;
		line-height: 28px;
}
#main dl{
	margin:0px 0px 10px;
	clear:both;
	zoom:1;
}
#main dl:after{/*for modern browser*/
	content        : ".";
	display        : block;
	height         : 0px;
	clear          : both;
	visibility     : hidden;
}


#main dt{
width:180px;
float:left;
margin:0px 0px 0px 0px;
}
#main dd{
width: 410px;
float:right;
margin:0px 0px 0px 0px;
}
.wakuwaku_01{
padding:10px;
background-color:#FFF4CA;
border          :double 4px #FFaa00;
}
#main p.photo_caption{
	font-size:10px;
	line-height:110%;
	text-indent:-1.5em;
	margin: 0px 0px 0px 1.5em;
		color :#444;
}
