@charset "utf-8";

/*-----------------------------------------------------
  Author   :  Daisuke Inoue
  URL      :  http://www.webgraphy.net/
  Date     :  09/12/08
  Copyright(C) WebGraphy.Co rights reserved.
-----------------------------------------------------*/

@import "default.css";
@import "layout.css";

/* 店舗リスト */

.mainBlock div.store_menu {
	margin: 0;
	padding-bottom: 6px;
	background: url(../images/dots.gif) repeat-x left bottom; 
}

#storesList {
	margin: 6px 0 0 7px;
	position: relative;
	zoom: 1;
}

#storesList ul {
	margin: 0;
	padding: 0;
}


#storesList li {
	float: left;
	height: 138px;
	margin: 2px;
	padding: 0;
	width: 132px;
	overflow: hidden;
	background-position:left top;
}

#storesList li img {
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 0;
	vertical-align: bottom;
}

#storesList li p {
	height: 44px;
	display: block;
	margin: 0px 4px 6px 4px;
	overflow: hidden;
	padding: 0;
	font-size: 93%;
	line-height: 1.2em;
}

#storesList li p a:link{text-decoration: none; color: #FFFFFF;}
#storesList li p a:visited{text-decoration: none; color: #FFFFFF;}
#storesList li p a:hover{text-decoration: underline; color: #FFFFFF;}

.readmore {
	clear: all;
	display: block;
	position: relative;
	padding: 0 12px;
}
.readmore p{
	text-align:right;
}

.blogInfo {
	font-size:93%;
	line-height:1em;
	text-align:right;
}

.blogContent .blogImage{
	float: left; 
	margin-right: 12px;  
	text-align: center;
}

.blogContent .blogImage img{
	margin: 4px 0;
}

.pagenation {
	margin-top: 8px;
}

h3.adv {
	margin-bottom: 8px;
	color: red;
}

th {
	width: 110px;
}

.mainImage img{
	border: 3px solid #DDDDDD;
}

.subImage {
	background-color: #999;
	margin: 6px 0 8px 0;
	padding: 0 10px;
	line-height: 0;
}

.subImage img{
	border: 2px solid #DDDDDD;
	margin: 6px 6px 6px 0;
	line-height: 0;
}

.subImage a{
	line-height: 0;
}

table.storeInfo {
	width:534px;
}

table.storeInfo th {
}

.commentArea {
	margin-left: 20px;
	border: 3px solid #DEDEDE;
}

.commentArea  h3{
	margin-left: 12px;
	padding-left: 10px;
	border-left: 5px solid #00DEDE;
	border-bottom: 1px dashed gray;
}

.commentBlock {
	margin: 0 12px;
	border-bottom: 1px dashed gray;
}

.commentBlock .comment {
	padding-bottom: 0;
}

.commentBlock .name {
	padding-top: 0;
	text-align: right;
}

.commentForm {
	text-align: center;
}

.commentForm h3 {
	border: none;
	padding: 4px 0;
}

.commentForm table {
	margin: 0 auto;
	width: 480px;
	margin-bottom: 12px;
}

.commentForm table th {
	width: 90px;
}

.commentForm table input {
	width: 140px;
}

.commentForm table textarea {
	width: 340px;
	height: 4.4em;
	line-height: 1.1em;
}

