@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/themes/concept/css/yui-font.css";
@import "/themes/concept/css/default.css"; /* initial setting */
@import "/themes/concept/css/layout.css";/* layout style */
@import "/themes/concept/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

.entryBg {
	background: url(images/entryBg.jpg) no-repeat right bottom;
	width: 665px;
	height: 100%;
}
.blogEntryBody {
	padding-left: 19px;
}
dl.shiagari {
	margin-top: 28px;
	margin-bottom: 2em;
}
dl.shiagari dt {
	margin-bottom: 1em;
}
dl.shiagari dd {
	background: url(images/star.gif) no-repeat 0 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
dl.shop {
	margin-bottom: 1em;
}
dl.shop dt {
	background: url(images/shopPoint02.gif) no-repeat 0 5px;
	padding-left: 14px;
}
dl.shop dt.shopName {
	background: url(images/shopPoint.gif) no-repeat 0 5px;
	padding-left: 14px;
}
dl.shop dd.lastChild {
	padding-left: 14px;
}
#map {
	width: 340px;
	height: 200px;
	border:#989898 1px solid;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
p.ss {
	padding: 15px 20px;
	border: #105332 1px solid;
	width: 430px;
	
}
