@charset "UTF-8";

/*全般*/
body{
	font-size: 12px;
	width: 590px;
	line-height:150%;
	text-align: center;
	color: #908B8A;
	padding-top: 10px;
	background: #FFFFFF;
	margin: 0px auto;
	padding-bottom: 0px;
	font-family: Verdana, sans-serif;
}
#Blogdescription {
	display: none;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}


/*フォント hタグ*/
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #B30F74;
}
a:hover, a:active {
	text-decoration: underline;
}
a:visited {
	color: #908B8A;
	text-decoration: none;
}


/*コンテンツ共通*/
#container{
	width: 590px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}
#shoplogo {
	text-align: center;
}
h1 {
	margin: 0px auto 3px;
}
#content {
	background: url(/common/images/blog/entrybox_bg.gif) left top no-repeat;
	padding-top: 15px;
	border-bottom: 1px solid #908B8A;
	margin-bottom: 10px;
	clear: both;
}
#shop-photo {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-bottom: 15px;
}
h2 {
	margin: 0px 0px 10px;
	font-size: 14px;
	color: #3C3C3C;
	background-color: #E5E5E5;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 #floortext {
	color: #FFFFFF;
	background-color: #B30F74;
	padding: 3px 5px;
	margin-right: 5px;
	font-weight: normal;
	height: 14px;
}
#shopdetail {
	float: left;
	width: 350px;
}
#tel {
	background-image: url(/fguide/images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #B30F74;
}
#url {
	background-image: url(/fguide/images/icon_url.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #B30F74;
}
.close {
	border-top: 1px solid #DCDBDA;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	height: 10px;
	clear: left;
}

