/*トップ用カスタマイズ部分*/
#header { background-image: url(../index_img/title.jpg); }
#call { background-image: url(../index_img/telnumber.jpg); margin: 0; padding: 0; }
/*サブ／インフォブログ書出し部分*/
#sub_inner .infoblog_box {
	background-image: url(../index_img/info_back_center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 205px;
	margin: 0;
	padding: 0 0 7px 0;
}

#sub_inner .infoblog_box:after {
	display: block;
	content: url(../index_img/info_back_bottom.jpg);
	margin-bottom: -7px;
}



#sub_inner .infoblog_box h3 {
	background-image: url(../index_img/info_back_top.jpg);
	text-indent: -9999px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
#sub_inner .infoblog_box h4 {
	font-size: 11px;
	font-weight: bold;
	color: #B57441;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sub .qr {
	padding-top: 10px;
}

#sub .qr img {
	float: left;
	padding-right: 5px;
	text-align: left;
}

#sub .qr p {
	font-size: 11px;
	line-height: 1.3em;
	padding-top: 15px;
}


/*メイン／見出し*/
#main h3.menu_blog {
	background-image: url(../index_img/title_breadnew.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	text-indent: -9999px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#main h3.menu { color: #ffe8a8; font-size: 14px; line-height: 1; background-image: url(../index_img/redribon_back.gif); background-repeat: repeat-x; margin-top: 30px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }
#preview { background-color: #ffffed; overflow: auto; padding: 21px; border: solid 1px #dfcdb1; }
#preview p.topgazou {
	text-align: center;
}
/*メイン／メニュー案内*/
#menu_box { width: 560px; overflow: auto; clear: both; }
.set_l { width: 272px; float: left; display: inline; }
.set_r { width: 272px; float: right; display: inline; }
.set_box { background-color: #ffffed; width: 270px !important; width/**/: 272px; overflow: auto; clear: both; margin-bottom: 10px; border: solid 1px #dfcdb1; }
.left_in { width: 121px; overflow: hidden; float: left; margin: 1px; display: inline; }
.right_in { width: 140px; float: right; margin: 1px; display: inline; }
.right_in p { font-size: 12px; line-height: 1.3; padding-top: 5px; }
.right_in p strong { font-size: 13px; font-weight: bold; }

/*インフォ書出しデザイン*/

#sub_inner dt {
	line-height: 1.2;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 12px;
}

#sub_inner dt a {
	text-decoration: underline;
}

#sub_inner dd {
	color: #ac8e6c;
	font-size: 10px;
	line-height: 1.2;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-bottom: 4px
	border-bottom: 1px dotted #af957c;
}

/*ブログ書出しデザイン*/

#sub .blog dt {
	line-height: 1.2;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#sub .blog dt a {
	text-decoration: underline;
}

#sub .blog dd {
	color: #ac8e6c;
	font-size: 10px;
	line-height: 1.2;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

