@charset "utf-8";

#local_navi {
	font-size: 70%;
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-indent: 1em;
	margin: 0 0 10px 0;
	background-color: #F2E2AA;
}

#right_side ol, #right_side ul,#right_side dl {
	margin-top: 1em;
	margin-left: 2em;
	font-size: 80%;
	color: #333333;
}
#right_side li {
	line-height: 1.2em;
	margin-bottom:0.5em;
}
/*　ページトップに戻るリンク　*/
.to_pagetop {
	font-size: 10px;
	line-height: 35px;
	height: 35px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 15px;
	background-image: url(../img/to_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/*　本文・画像が右に回り込む設定　*/
.ly01right {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.ly01right p {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;
}
.ly01right img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
}

/*　本文・画像が左に回り込む設定　*/
.ly01left {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.ly01left p {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;
}
.ly01left img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
}

/*　本文・画像が中央に配置される設定　*/
.ly01center {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.ly01center p {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;
}
.ly01center_img {
	width:550px;
	margin-top: 2px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.ly01center_img p {
	font-size: 12px;
	margin-bottom: 10px;
}

.ly01center_img img {
	margin-bottom: 10px;
}

.ly01center ul {
	width: 400px;
	margin-bottom: 20px;
}

.ly01center li {
	color: #663300;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	height: 15px;
	background-position: 0px;
	list-style-type: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
}
.txt_brown_bold {
	font-weight: bold;
	color: #996600;
}
.txt_green_bold {
	font-weight: bold;
	color: #669900;
}




.price {
	font-size: 80%;
	width: 180px;
	margin-top: 2px;
}

/* 商品リストの設定　*/
.box {
	width: 560px;
	margin:0 auto 20px auto;
}
.box img {

}

.product {
	padding:5px 0 0 12px;
	background: url(../img/arrow01.gif) no-repeat 0px 7px;
	font-size: 80%;
}
.box_a {
	float: left;
	width: 170px;
	height: 240px;
	border: 5px solid #F7F7F7;
	text-align: center;
	padding-top: 5px;
}
.box_b {
	float: left;
	margin-left: 10px;
	height: 200px;
	width: 170px;
	height: 240px;
	border: 5px solid #F7F7F7;
	text-align: center;
	padding-top: 5px;
}
.box_c {
	float: right;
	width: 180px;
	margin-left: 10px;
	width: 170px;
	height: 240px;
	border: 5px solid #F7F7F7;
	text-align: center;
	padding-top: 5px;
}
.box_clear {
	clear: both;
}
.product_title {
	height: 4em;
	width: 160px;
	font-size: 12px;
	text-align: left;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.product_title a:link {
	color: #666666;
	text-decoration: underline;
}
.product_title a:visited {
	color: #999999;
	text-decoration: underline;
}
.product_title a:hover {
	color: #CC6666;
	text-decoration: underline;
}
.price {
	height: 2em;
	width: 160px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
.buy {
	width: 160px;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


/*商品詳細ページの設定*/
#ibox_left {
	float: left;
	width: 370px;
}
#ibox_right {
	float:right;
	width: 240px;
	}
#item_ph {
	width: 350px;
	margin:0 auto;
}
#item_ph_sl {
	width: 160px;
	margin: 10px;
	float: left;
}
/*商品詳細ページ設定の終わり*/
#item_ph_sr {
	width: 160px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#item_txt {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #400000;
}
p#product_name {
	background-color: #F8EFEF;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	color: #400000;
}
p#product_catch {
	font-size: 75%;
	padding: 5px;
	border-bottom: 2px solid #400000;
	color: #996666;
}

p#product_spec {
	font-size: 75%;
	padding: 5px;
	border-bottom: 2px solid #400000;
	color: #666666;
}
p#product_txt {
	font-size: 75%;
	padding: 5px;
	border-bottom: 2px solid #400000;
	line-height: 1.5em;
}
p#product_price {
	padding: 5px;
	font-size: 80%;
	line-height: 2em;
}
#shopping {
	width: 210px;
	background-color: #F5F5F5;
	margin: 0 auto 10px auto;
	vertical-align: middle;
	padding: 20px 0 20px 10px;
	font-size: 12px;
}
#shopping img {
	vertical-align: middle;
	margin-left: 1em;
}
table#price_list {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
#price_list th {
	width: 70px;
	padding: 5px;
	background-color: #DED0A7;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAB471;
	border-bottom-color: #CAB471;
}
#price_list td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FDF9E8;
}
#price_list td.td_price {
	text-align: center;
	width: 50px;
}
table.lesson {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.lesson td {
	padding: 10px;
	border: 1px dotted #663300;
	font-size: 12px;
	color: #663300;
	line-height: 130%;
	background-color: #FDF9E8;
}
.abs_add {
	float: left;
	width: 300px;
}
.abs_googlemap {
	float: right;
	width: 200px;
	font-size: 10px;
}
table.tb_tell {
	width: 550px;
	margin-bottom: 20px;
}
table.tb_tell img {
	margin-bottom: 10px;
}
table.tb_tell td {
	width: 50%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

table.oishinbo {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
.oishinbo th {
	width: 120px;
	padding: 5px;
	background-color: #DED0A7;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CAB471;
	border-bottom-color: #CAB471;
}
.oishinbo td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FDF9E8;
}

.tell_izumi {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/tell_izumi.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-bottom: 15px;
}
.tell_izumi_txt {
	width: 440px;
	background-repeat: no-repeat;
	background-color: #EADEB9;
}

.tell_izumi p {
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 75%;
	line-height: 150%;
	color: #660000;
}
.tell_renu {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/tell_renu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 15px;
}
.tell_renu_txt {
	width: 440px;
	background-repeat: no-repeat;
	background-color: #E7E4C9;
	margin-left: 110px;
}
.tell_renu p {
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 75%;
	line-height: 150%;
	color: #333333;
}

