@charset "Shift_JIS";

/*
	グルメ
-------------------*/
#mainGourmet{
	padding-left: 10px;
	float: left;
	width: 400px;
}
#mainGourmet h2{
	width: 398px;
	height: 28px;
	background : url(../../../wakatake10/images/list/title.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
	font-size: 14px;
	color: #FF6699;
	text-indent: 10px;
	border: 1px solid #BEBEBE;
	line-height: 28px;
	/*<・・・CSSHack・・・>*/
	/*\*//*/
	background-position: 1px 1px;
	/**/
}
.shoplist{
	clear: both;
	width: 461px;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}	

.shopname{
	padding-left: 8px;
	height:25px;
	background-color: #F1F1F1;
}
.shopname h3{
	float:left;
	line-height:25px;	
}
.shopname h4{
	float:left;
	font-weight:normal;
	line-height:25px;
	margin:0 0 0 3px;
}
.shoplist .shopname a{
	float:left;
	font-weight:bold;
	color:#000000;
	margin-left: 5px;
	line-height:25px;
}
.shopname a:hover{
	text-decoration: underline;
}
.shopinfo{
	padding: 10px 0;
	width: 450px;
	float:left; /* floatを入れないと高さが認識されない */
	font-size: 12px;
}		
.shoplist .shopPhoto{
	clear: both;
	float: left;
	margin:0 0 0 5px;
}
.shoplist .shopComment{
	float: right;
	width: 300px;
}
.shoplist p{
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.shoplist table{
	font-size: 12px;
}

.shoplist th{
	font-size: 10px;
	text-align:left;
	color: #006699;
	width: 50px;
}	

#archive{
	width: 400px;
	/*　Mac IEでは幅を指定すると表示が崩れてしまう。floatを入れないと崩れる　*/
}	

#backnum a,
#prev a,
#next a,
#top a{
	color:#0060CC;
}

#prev{
	clear: both;
	float: left;
	width: 80px;
}
#prev a{
	padding-left: 13px;
	display: block;
	background-image : url(../../../wakatake10/common/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}	
#next{
	float: right;
	width: 80px;
}
#next a{
	padding-right: 13px;
	display: block;
	background-image : url(../../../wakatake10/common/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
	text-align: right;
}
	
#top{
	margin-top: 5px;
	clear:both;
	float:right;
}
#top a{
	padding-left: 15px;
	background-image : url(../../../wakatake10/common/images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	display: block;
	/*<・・・CSSHack・・・>*/
	/*\*//*/
	display: inline;
	/**/
}	
	
/*
	▼右ナビ
-------------------*/
#lNavi{
	float: right;
	width: 178px;
	border: 1px solid #BEBEBE;
}
#gourmet h5,
#shopping h5,
#landmark h5,
#leisure h5{
	padding-left: 5px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	line-height: 20px;
}
#gourmet h5{
	background-color: #FDEDF4;
	color: #E44878;
}
#shopping h5{
	background-color: #ECF3CE;
	color: #58A94E;
}
#landmark h5{
	background-color:#FFE2A5;
	color: #FF562B;
}
#leisure h5{
	background-color:#D8EFF8;
	color: #0099CC;
}
#lNavi ul{
	margin: 5px 0 5px 8px;
	line-height: 135%;
	list-style:none;
}
#gourmet li{
	padding-left: 10px;
	
	background : url(../../../wakatake10/images/list/icon_g.gif) left 0.2em / auto auto no-repeat scroll padding-box border-box transparent;
}
#shopping li{
	padding-left: 10px;
	list-style:none;
	background : url(../../../wakatake10/images/list/icon_s.gif) left 0.2em / auto auto no-repeat scroll padding-box border-box transparent;
}
#landmark li{
	padding-left: 10px;
	list-style:none;
	background : url(../../../wakatake10/images/list/icon_land.gif) left 0.2em / auto auto no-repeat scroll padding-box border-box transparent;
}
#leisure li{
	padding-left: 10px;
	list-style:none;
	background : url(../../../wakatake10/images/list/icon_le.gif) left 0.2em / auto auto no-repeat scroll padding-box border-box transparent;
}

#news{
	position:relative;
	display: block;
	width: 461px;
	height: 33px;
}

#news_detail{
	position:absolute;
	padding: 10px 12px 0 0;
	left: 363px;
	top: 0px;
}

#news_detail a{
	float: right;
	width: 86px;
	height: 15px;
}

#news_detail a:hover{
	text-decoration:none;
}
	