/********************
1. Reset css
2. Common Setting
3. Basic layout
4. header settng
5. Navigation Setting
6. Top Large Bnner Setting
7.side Setting
8. Contents Setting
9. Banners
10. Footer Setting
11. Item List
********************/


/********************
1. reset css
********************/


/********************
Yui font css
********************/

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	/* for IE */
	*font: x-small;
	/* for IE in quirks mode */
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/********************
reset browsers default css
********************/


/********************
Universal selecter
********************/

* {
	margin: 0;
	padding: 0;
}


/********************
html, body
********************/

html {
	height: 100%;
}

html>
/**/

body {
	overflow: -moz-scrollbars-vertical;
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}


/********************
table
********************/

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th,
td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}


/********************
list
********************/

ul,
ol,
dl {
	list-style: none;
}

li {
	display: list-item;
}


/********************
img, object
********************/

img,
a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}

object,
embed {
	vertical-align: top;
}


/********************
form
********************/

fieldset {
	border: none;
}


/********************
text style
********************/

em,
address,
dfn {
	font-style: normal;
}

ul ul,
ul dl,
dl ul,
table p,
table ul,
table table {
	font-size: 100%;
}


/********************
hr, other
********************/

hr {
	height: 0px;
	margin: 7px 0;
	border: none;
	border-top: 1px solid #000;
}

* html hr {
	/* for -IE6 */
	margin: 0;
}

*:first-child+html hr {
	/* for IE7 */
	margin: 0;
}


/********************
float fix
********************/

.clearfix:after {
	/*--for modorn brouser--*/
	content: ".";
	display: block;
	line-height: 0;
	clear: both;
	height: 0;
	color: transparent;
	visibility: hidden;
}

.clearfix {
	/*--IE 5.5-7--*/
	zoom: 1;
}


/********************
hide outline
********************/

a,
a img {
	outline: 0;
	overflow: hidden;
}


/********************
end of reset css
********************/


/********************
2. Common Setting
********************/

body {
	width: 100%;
	background: #f2e9d6 url('https://img05.shop-pro.jp/PA01161/456/etc/bg_body3.jpg') repeat top center;
	color: #700d0d;
}

.float_l {
	display: inline;
	float: left;
}

.float_r {
	display: inline;
	float: right;
}

.clr {
	clear: both;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.hdn {
	visibility: hidden;
}

.none {
	display: none;
}

.accent1 {
	color: #900;
}

.accent2 {
	color: #004;
}

.accent3 {
	color: #21663b;
	font-family: Arial;
	font-size: 153.9%;
}

.clr1 {
	color: #482f17;
}

.clr2 {
	color: #6b6a46;
}

.clr3 {
	color: #745122;
}

.alt {
	display: none;
}


/********************
3. Basic layout
********************/

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 210px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_header2.jpg?20120123234954') repeat-x top center;
}

#header .inner {
	width: 960px;
	height: 210px;
	margin: 0 auto;
	overflow: hidden;
}

#top_banner {
	width: 940px;
	height: 305px;
	margin: auto;
	overflow: hidden;
}

#main {
	width: 960px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_footr.jpg?20120124015138') repeat-x bottom center;
}

#footer .inner {
	width: 960px;
	height: 390px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#side {
	width: 220px;
	padding: 0 0 0 10px;
}

#contents {
	width: 720px;
}


/********************
4. header settng
********************/

#header .float_l {
	width: 390px;
	height: 120px;
}

h1 {
	width: 390px;
	height: 120px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_h1.jpg?20120123235121') no-repeat;
}

h1 a:link,
h1 a:visited {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

h1 a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

h1 a:active {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#header h2 {
	display: none;
}

#header .float_r {
	width: 480px;
	height: 110px;
}

#phone_num {
	width: 480px;
	height: 65px;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/phone_number.png?20120123235458') no-repeat;
}


/********************
5. Navigation Setting
********************/

#nav1 {
	width: 480px;
	height: 25px;
}

#nav1 li {
	display: inline;
	float: left;
	width: 160px;
	height: 25px;
}

#nav1 li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/nav1.png?20120123235841') no-repeat;
}

#nav11 a:link,
#nav11 a:visited {
	background-position: 0 0;
}

#nav11 a:hover {
	background-position: 0 -25px;
}

#nav11 a:active {
	background-position: 0 -50px;
}

#nav12 a:link,
#nav12 a:visited {
	background-position: -160px 0;
}

#nav12 a:hover {
	background-position: -160px -25px;
}

#nav12 a:active {
	background-position: -160px -50px;
}

#nav13 a:link,
#nav13 a:visited {
	background-position: -320px 0;
}

#nav13 a:hover {
	background-position: -320px -25px;
}

#nav13 a:active {
	background-position: -320px -50px;
}

#nav2 {
	width: 960px;
	height: 70px;
}

#nav2 li {
	display: inline;
	float: left;
	width: 150px;
	height: 70px;
	padding: 0 10px 0 0;
}


/*#nav2 #nav22,
#nav2 #nav24{
	width: 200px;
}
#nav2 #nav23{
	width: 180px;
}
*/

#nav2 li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #5ff;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/nav2c.jpg') no-repeat;
}

#nav21 a:link,
#nav21 a:visited {
	background-position: 0 0;
}

#nav21 a:hover {
	background-position: 0 -70px;
}

#nav21 a:active {
	background-position: 0 -140px;
}

#nav22 a:link,
#nav22 a:visited {
	background-position: -160px 0;
}

#nav22 a:hover {
	background-position: -160px -70px;
}

#nav22 a:active {
	background-position: -160px -140px;
}

#nav23 a:link,
#nav23 a:visited {
	background-position: -320px 0;
}

#nav23 a:hover {
	background-position: -320px -70px;
}

#nav23 a:active {
	background-position: -320px -140px;
}

#nav24 a:link,
#nav24 a:visited {
	background-position: -480px 0;
}

#nav24 a:hover {
	background-position: -480px -70px;
}

#nav24 a:active {
	background-position: -480px -140px;
}

#nav25 a:link,
#nav25 a:visited {
	background-position: -640px 0;
}

#nav25 a:hover {
	background-position: -640px -70px;
}

#nav25 a:active {
	background-position: -640px -140px;
}

#nav26 a:link,
#nav26 a:visited {
	background-position: -800px 0;
}

#nav26 a:hover {
	background-position: -800px -70px;
}

#nav26 a:active {
	background-position: -800px -140px;
}


/********************
6. Top Large Bnner Setting
********************/

#top_banner img {}


/********************
7.side Setting
********************/

#side h3 {
	font-weight: normal;
	font-size: 93%;
	text-align: center;
	clear: both;
	margin: 0 0 10px 0;
}

#member_login {
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_member.png?20120127005410') no-repeat bottom left;
	text-align: center;
}

#member_login h3 {
	width: 220px;
	height: 45px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/h3_member.png?20120127004701') no-repeat;
}

#category_list {
	width: 220px;
	margin: 0 0 30px 0;
}

#category_list h3 {
	width: 220px;
	height: 25px;
	text-indent: -9999px;
	background: #55f;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/side_h3_cat.jpg?20120124001525') no-repeat;
}

#category_list ul {
	width: 220px;
	padding: 0 0 20px 0;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/side_cat_bottom.jpg?20120124001718') no-repeat bottom center;
}

#category_list ul li {
	width: 220px;
	height: 20px;
	margin: 0 0 10px 0;
}

#category_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#category_list ul li a:link,
#category_list ul li a:visited {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#category_list ul li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#category_list ul li a:active {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#side_banners {
	width: 220px;
	overflow: hidden;
}

#radioactivity {
	width: 210px;
	/*	height: 190px;*/
	margin: 0 0 30px 0;
	border: 5px solid orange;
}

#radioactivity div.wrapper {
	width: 210px;
	height: 145px;
}

#radioactivity div.wrapper div.float_l {
	width: 102px;
	height: 145px;
}

#radioactivity div.wrapper div.float_r {
	width: 102px;
	height: 145px;
}

#annai {
	width: 220px;
	margin: 0 0 30px 0;
}

#annai p {
	width: 220px;
	height: 220px;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_annai.jpg?20120124004019') no-repeat;
}

#annai p a {
	display: block;
	width: 100%;
	height: 100%;
}

#blog {
	width: 220px;
	margin: 0 0 30px 0;
}

#blog p {
	width: 220px;
	height: 220px;
}

#blog p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_blog.jpg?20120124004116') no-repeat;
}

#shipping {
	width: 220px;
	height: 162px;
	margin: 0 0 20px 0;
}

#shipping p {
	width: 100%;
	height: 100%;
}

#shipping p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_shipping.jpg?20120124004235') no-repeat;
}

#peyment {
	width: 220px;
	height: 111px;
	margin: 0 0 30px 0;
}

#peyment p {
	width: 100%;
	height: 100%;
}

#peyment p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_payment.jpg?20120124004250') no-repeat;
}

#movie {
	width: 220px;
	margin: 0 0 30px 0;
}

#movie h3 {
	width: 220px;
	height: 56px;
}

#mobile {
	width: 220px;
	height: 220px;
	margin: 0 0 30px 0;
}

#mobile p {
	width: 100%;
	height: 100%;
}

#mobile p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_mobile.jpg?20120124004455') no-repeat;
}

#tel_fax {
	width: 220px;
	height: 220px;
	margin: 0 0 30px 0;
}

#tel_fax p {
	width: 100%;
	height: 100%;
}

#tel_fax p a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/banner_contact2.jpg?20120207100903') no-repeat;
}

#afasseq {
	width: 220px;
	margin: 0 0 30px 0;
}


/********************
8. Contents Setting
********************/


/*news*/

#news {
	width: 710px;
	/* height: 205px; */
	margin: 0 0 30px 10px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_news2_b.png?cmsp_timestamp=20170117180425') no-repeat;
}

#news h3 {
	width: 710px;
	height: 48px;
	visibility: hidden;
}

#news div.inner {
	width: 700px;
	height: 305px;
	padding: 0 0px;
	overflow: hidden;
	font-size: 93%;
}

#news div.inner p {
	line-height: 2em;
}


/*recommended itrms*/

#item_list {
	width: 700px;
	height: 505px;
	margin: 0 0 30px 10px;
}

#reccomended1 {
	width: 332px;
	height: 500px;
	padding: 10px 10px 0 0;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_rec1.jpg?20120124011802') no-repeat;
}

#reccomended1.float_l h3 {
	width: 50px;
	height: 505px;
	visibility: hidden;
}

#reccomended1 .float_r {
	width: 270px;
  overflow:auto;
	height: 480px;
}

#reccomended1 .item {
	width: 266px;
	height: 148px;
	padding: 2px;
	margin: 0 0 8px 0;
	background: #fff;
}

#reccomended1 .item_name {
	height: 19px;
	background: #326109;
	padding: 0 0 2px 0;
	margin: 2px;
	font-size: 85%;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
}

#reccomended1 .item_name a {
	color: #fff;
}

#reccomended1 .item .float_l {
	width: 165px;
	height: 123px;
	overflow: hidden;
}

#reccomended1 .item_desc {
	height: 82px;
	border-bottom: 1px solid #ccc;
}

#reccomended1 .item_price p {
	text-align: right;
}

#reccomended1 .item_thumb {
	width: 95px;
	height: 123px;
	text-align: center;
}

#reccomended1 .item_thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#reccomended1 .item_thumb img {
	width: 100%;
	height: auto;
}

#reccomended2 {
	width: 332px;
	height: 500px;
	padding: 10px 10px 0 0;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_rec2.jpg?20120124011835') no-repeat;
}

#reccomended2.float_r.clearfix h3 {
	width: 50px;
	height: 505px;
	visibility: hidden;
}

#reccomended2 .float_r {
	width: 270px;
}

#reccomended2 .item {
	width: 266px;
	height: 148px;
	padding: 2px;
	margin: 0 0 8px 0;
	background: #fff;
}

#reccomended2 .item_name a {
	color: #fff;
}

#reccomended2 .item .float_l {
	width: 165px;
	height: 123px;
	overflow: hidden;
}

#reccomended2 .item_name {
	width: 262px;
	height: 19px;
	background: #919d2f;
	padding: 2px;
	margin: 0 0 2px 0;
	font-size: 108%;
	font-weight: bold;
}

#reccomended2 .item_desc {
	height: 102px;
	border-bottom: 1px solid #ccc;
}

#reccomended2 .item_price p {
	text-align: right;
}

#reccomended2 .item_thumb {
	width: 93px;
	height: 123px;
	text-align: center;
}

#reccomended2 .item_thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#reccomended2 .item_thumb img {
	width: 100%;
	height: auto;
}


/********************
9. Banners
********************/

#banners1 {
	width: 700px;
	height: 182px;
	margin: 0 0 30px 10px;
}

#banners1.clearfix div {
	width: 342px;
	height: 182px;
}

#ranking {
	width: 700px;
	height: 240px;
	margin: 0 10px 20px 10px;
}

#ranking h3 {
	width: 700px;
	height: 30px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/h3_ranking.jpg?20120124013157') no-repeat;
	text-indent: -9999px;
}

#ranking ul {
	width: 690px;
	height: 200px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_ranking.jpg?20120124013550') no-repeat;
	padding: 10px 0 0 10px;
}

#ranking ul li {
	display: inline;
	float: left;
	width: 220px;
	height: 190px;
	margin: 0 5px;
}

#ranking ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ff5;
}

#banners2 {
	width: 720px;
}

#banners2 h3 {
	width: 700px;
	height: 105px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/title_rice.png?20120124013832') no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

#banners3 {
	clear: both;
	width: 720px;
	margin: 0 0 30px 0
}

#banners3 h3 {
	width: 700px;
	height: 30px;
	margin: 0 0 10px 10px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/title_nosanbutsu.jpg?20120124014531') no-repeat;
	text-indent: -9999px;
}

.banner_full {
	width: 700px;
	height: 180px;
	margin: 0 10px 20px;
}

.banner_full a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_half {
	display: inline;
	float: left;
	width: 340px;
	height: 180px;
	margin: 0 10px 20px;
}

.banner_half a {
	display: block;
	width: 100%;
	height: 100%;
}

.gotop {
	clear: both;
	width: 100px;
	height: 30px;
	margin: 10px 0px 10px 820px;
}

.gotop a {
	display: block;
	width: 100px;
	height: 30px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/gotop.png?20120124014820') no-repeat;
	text-indent: -9999px;
}


/********************
10. Footer Setting
********************/

#shipping_and_payment {
	width: 940px;
	height: 215px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_shipping_and_payment.jpg?20120124015523') no-repeat;
}

#shipping.float_l {
	width: 460px;
	height: 180px;
	text-align: center;
}

#shipping.float_l h3 {
	width: 460px;
	height: 40px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
}

#footer #shipping.float_l p {
	height: auto;
}

#payment.float_r {
	width: 460px;
	height: 180px;
	text-align: center;
}

#payment.float_r h3 {
	width: 460px;
	height: 40px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
}

#footer #payment.float_r p {
	height: auto;
}

#wrapper2 {
	width: 970px;
	height: 155px;
}

#wrapper2 .float_l {
	width: 380px;
	height: 155px;
	overflow: hidden;
}

#shipping_and_payment #shipping p {
	width: auto;
	background: none;
	line-height: 1.6em;
}

#shipping_and_payment #shipping p a {
	display: inline;
	background: none;
}

#fnav {
	width: 570px;
	height: 155px;
}

#fnav.float_r li {
	display: inline;
	float: left;
	width: 190px;
}

#fnav.float_r li ul {
	width: 190px;
}

#fnav.float_r li ul li {
	display: block;
	float: none;
	width: 190px;
	height: 25px;
}

#fnav.float_r li ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #6A1C1B;
	padding: 0 0 0 20px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/fnav_mark.png?20120124021303') no-repeat center left;
	line-height: 25px;
}

#copyright {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 93%;
	color: #fff;
}

#banners1 a:link,
#banners2 a:link,
#banners3 a:link,
#ranking a:link,
#banners1 a:visited,
#banners2 a:visited,
#banners3 a:visited,
#ranking a:visited {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#banners1 a:hover,
#banners2 a:hover,
#banners3 a:hover,
#ranking a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#banners1 a:active,
#banners2 a:active,
#banners3 a:active,
#ranking a:active {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


/********************
11. Item List
********************/

#contents_top {
	width: 700px;
	height: 100px;
	padding: 0 0 10px 0;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_contents.jpg?20120125171122') no-repeat top center;
}

#sorter {
	margin: 10px 0 10px 300px;
	width: 400px;
}

#sorter li {
	display: inline;
	float: left;
	width: 100px;
	height: 20px;
	font-size: 93%;
}

.pagenavi {
	width: 450px;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 85%;
}

#item_list2 {
	width: 690px;
	margin: 0 0 30px 0px;
	padding: 0 0 0 10px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_contents.jpg?20120125173337') no-repeat bottom center;
}

#item_list2 .item {
	display: inline;
	float: left;
	width: 320px;
	height: 148px;
	padding: 2px;
	margin: 10px 10px 20px 10px;
	background: #fff;
}

#item_list2 .item .item_name {
	height: 19px;
	background: #326109;
	padding: 0 0 2px 0;
	margin: 2px;
	font-size: 85%;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
}

#item_list2 .item .item_name a {
	color: #fff;
}

#item_list2 .item .float_l {
	width: 165px;
	height: 123px;
	overflow: hidden;
}

#item_list2 .item .item_desc {
	height: 82px;
	border-bottom: 1px solid #ccc;
	font-size: 93%;
}

#item_list2 .item .item_price p {
	text-align: right;
}

#item_list2 .item .item_thumb {
	width: 95px;
	height: 123px;
	text-align: center;
}

#item_list2 .item .item_thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#item_list2 .item .item_thumb img {
	width: 100%;
	height: auto;
}


/********************
Gallery setting
********************/

.free_page .section,
#gallery {
	width: 670px;
	padding: 110px 20px 10px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_contents2.jpg') no-repeat top left;
	line-height: 1.7;
}

.free_page ul li {
	width: 620px;
	clear: both;
	margin: 20px 0 20px 20px;
}

#gallery ul li {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}


/*.movies ul li{
	width:  300px;
	clear: both;
	margin:  20px 10px 20px 10px;
}
*/

.section_btm {
	width: 710px;
	height: 20px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_contents2.jpg') no-repeat bottom left;
}

#gallery .thumb {
	display: inline;
	float: left;
	width: 300px;
	height: 210px;
	overflow: hidden;
	margin: 10px 0;
}

#gallery .thumb a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#gallery .thumb a img {
	width: 100%;
	height: auto;
}

#gallery .desc {
	display: inline;
	float: right;
	width: 320px;
	line-height: 1.7;
}


/********************
Annai Page Setting
********************/

.section h3 {
	width: 650px;
	height: 30px;
	margin: -50px 0 30px 0;
}

.section h4 {
	width: 650px;
	height: 30px;
	margin: 20px 0;
	background: #700d0d;
	color: #f4e4cb;
	line-height: 30px;
	padding: 0 0 0 10px
}

.section ul {
	margin: 10px 20px;
}

.section img.float_r {
	margin: 0 0 10px 20px;
}

.section img.float_l {
	margin: 0 20px 10px 0;
}

#section1 ul li {
	border-bottom: 1px dotted #700d0d;
}

#section2 table {
	margin: 30px 0 0 0;
	border-top: 1px solid #700d0d;
}

#section2 table tr {
	border-bottom: 1px solid #700d0d;
}

#section2 table th,
#section2 table td {
	padding: 5px;
}

#section2 #gmap h4 {
	width: 310px;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
}

#nojo_annai h4 {
	font-size: 153.9%;
}

#himitsu p,
#nojo_annai p {
	margin: 0 0 0.8em 0;
}


/********************
Í½Ìó¥Ú¡¼¥¸
********************/

#yoyaku1,
#yoyaku2,
#yoyaku3 {
	width: 670px;
	background: url('https://img05.shop-pro.jp/PA01161/456/etc/bg_section3.jpg?20120129024050') no-repeat top left;
	padding: 0 20px;
	margin: 0 0 0 8px;
}

#yoyaku2,
#yoyaku3 {
	margin: 20px 0 0 8px;
}

#yoyaku1 h3,
#yoyaku2 h3,
#yoyaku3 h3 {
	margin: 0px 0 30px 0;
	padding: 20px 0 0 0;
}

#yoyaku1 .float_l,
#yoyaku2 .float_l,
#yoyaku3 .float_l {
	width: 440px;
}

#yoyaku1 .float_r,
#yoyaku2 .float_r,
#yoyaku3 .float_r {
	width: 220px;
}


/********************
Top Slide Setting
********************/

#top_banner {
	position: relative;
}

#snav {
	position: absolute;
	top: 285px;
	right: 0px;
	z-index: 1000;
}

#snav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	background: #ccc;
	text-decoration: none;
	text-indent: -9999px;
	color: #666;
}

#section1 ul li {
	width: 620px;
}
.teiki_link{
  padding:0 0 20px 10px;
}
.teiki_link a{
  color:#710d0f;
  font-weight:bold;
  font-size:15px;
}