/* shoplist common */
/* -------------------------------------------------------- */

/* layout */

#contents {
	width:810px;
	margin-left:15px;
}
.bg-side {
	background:url(../img/bg_contents.gif) repeat-y left top;
}

#main {
	width:620px;
	float:right;
}

#side {
	width:165px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/bg_side.gif) no-repeat left top;
	float:left;
}


#page-title {
	margin-bottom:35px;
}


/* side-navi */

#side-navi {
	margin-bottom:20px;
}
#side-navi li {
	margin-bottom:5px;
	padding:0 10px 5px 10px;
	border-bottom:solid 1px #d0d0d0;
	float:left;
}
#side-navi li.last {
	margin-bottom:0;
	padding:0 10px ;
	border-bottom:0;
	float:left;
}
#side-navi li ul {
	width:145px;
	padding-top:3px;
	background:url(../img/bg_side_navi.gif) no-repeat left bottom;
}
#side-navi li li {
	width:145px;
	margin:0;
	padding:0;
	border-bottom:0;
	float:left;
}
#side-navi li li.last {
	margin-bottom:0;
	padding:0 0 3px 0;
}
#side-navi li li img {
	margin-left:1px;
}




/* list-box1 */

.list-box1  {
	width:620px;
}
.list-box1 .rbox {
	width:295px;
	float:right;
}
.list-box1 .lbox {
	width:295px;
	float:left;
}
.list-box1 .img-box  {
	width:50px;
	float:left;
}
.list-box1 .text-box  {
	width:245px;
	border-bottom:solid 1px #d7d7d7;
	float:right;
}

.list-box1 h3 {
	font-size:12px;
	font-weight:normal;
	color:#444444;
	margin-bottom:10px;
	padding:4px 6px;
	background:#f0eef0;
}
.list-box1 h3 a {
	color:#444444;
	text-decoration:underline;
}
.list-box1 h3 a:hover {
	color:#444444;
	text-decoration:none;
}

.list-box1 ul {
	line-height:130%;
	margin-left:10px;
	margin-bottom:15px;
}
.list-box1 li {
	padding:0 0 5px 10px;
	background:url(../img/icon_01.gif) no-repeat 0 7px;
}
.list-box1 ul a {
	color:#444444;
	text-decoration:underline;
}
.list-box1 ul a:hover {
	color:#444444;
	text-decoration:none;
}




/* list-box2 */

.list-box2  {
	width:620px;
}
.list-box2 .lbox {
	width:310px;
	height:80px;
	margin-bottom:20px;
	background:url(../img/line_01.gif) no-repeat left bottom;
	float:left;
}
.list-box2 h4 {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin-left:10px;
	margin-bottom:10px;
}
.list-box2 h4 a {
	color:#000000;
	text-decoration:underline;
}
.list-box2 h4 a:hover {
	color:#000000;
	text-decoration:none;
}
.list-box2 .data {
	margin-left:10px;
	color:#999999;
}
.list-box2 .tel {
	margin-left:10px;
	color:#999999;
}
.list-box2 .clear {
	height:1px;
	clear:both;
}




/* entry-box */

.entry-box  {
	width:810px;
}
.entry-box .lbox  {
	width:490px;
	float:left;
}
.entry-box .rbox  {
	width:290px;
	float:right;
}

.entry-box .img-box {
	width:290px;
	padding:5px 0;
	background:url(../img/bg_01.gif) no-repeat left top;
	border-bottom:solid 1px #d7d7d7;
}
.entry-box .img-box img {
	margin-left:5px;
}

.entry-box .date {
	color:#03694e;
	margin-bottom:15px;
}
.entry-box .date span {
	color:#ffffff;
	margin-right:10px;
	padding:3px 6px 2px 7px;
	background:#03694e;
}
.entry-box h3 {
	font-size:24px;
	color:#03694e;
	margin-bottom:5px;
}
.entry-box h4 {
	font-size:14px;
	margin-bottom:5px;
}
.entry-box .kana {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #d7d7d7;
}
.entry-box .text {
	padding-bottom:15px;
	border-bottom:solid 1px #d7d7d7;
}
.entry-box .detail {
	margin-bottom:20px;
}
.entry-box .detail dt {
	width:6em;
	padding-top:10px;
	position:absolute;
}
.entry-box .detail dd {
	padding:10px 0 10px 6em;
	border-bottom:solid 1px #d7d7d7;
}
.entry-box .detail a {
	color:#444444;
	text-decoration:underline;
}
.entry-box .detail a:hover {
	color:#444444;
	text-decoration:none;
}

.entry-box .text-box {
	padding-top:10px;
}
.entry-box .text-box img {
	margin:20px 0;


/* clear */

#side-navi:after, .entry-box:after, .list-box1:after, .list-box1 .lbox:after, .list-box1 .rbox:after, .list-box2:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#side-navi, .entry-box, .list-box1, .list-box1 .lbox, .list-box1 .rbox, .list-box2 { display: inline-block; }
/* no ie mac \*/
* html #side-navi, * html .entry-box, * html .list-box1, * html .list-box1 .lbox, * html .list-box1 .rbox, * html .list-box2 { height: 1%; }
#side-navi, .entry-box, .list-box1, .list-box1 .lbox, .list-box1 .rbox, .list-box2 { display: block; }
/* */

