/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 120%;
	font-size: 80%;
	background-image: url(image/back2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*
a {
	color: #000000;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration:none; color:#0033FF;
}
*/
/*----------------------------------------------------------*/
#wrapper {
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 700px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding: 0px 0px 2px;
	position: relative;
	height: 60px;
	background-color: #BEFFB1;
	margin: 0px 0px 10px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	margin: 0px;
	z-index: 2;
}

#top {
	width: 700px;
	margin: 0 auto;
}

#wrapper2 {
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#primary {
	float: left;
	width: 690px;
}
.column {
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 80px;
	display: block;
}
.column_img_l {
	float: left;
	margin: 0px 20px 0px 0px;
}
.column_img_r {
	float: right;
	margin: 10px 0px 0px 20px;
}
.column_img_func {
	float: left;
	margin: 0px 20px 30px 0px;
}

.qaq{
	display: block;
	margin-left: 30px;
}

.img1 {
	background-image: url(image/grey.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	}

#present {
	border: 1px dashed #CC0000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px 10px;
}
#pretext1 {
	text-align: center;
	color: #FFFFFF;
	background-color: #993300;
	display: block;
	padding: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 120%;
}
#pretext2 {
	background-color: #FFF37B;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 0px 0px;
	line-height: 125%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-decoration: none;
	display: block;
}

#secondary {
	float: right;
	width: 200px;
	margin: 0px 4px 0px 0px;
	text-align: center;
}

.seco_text{
	text-align: left;	
}
.seco_img {
	margin-top: 8px;
}

.seco_cont {
	border: 1px dotted #33FF00;
	padding: 4px;
	margin-bottom: 20px;
	font-size: 90%;
}
.seco_cont2 {
	border: 1px dotted #33FF00;
	padding: 4px;
	margin-bottom: 20px;
	font-size: 80%;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #BEFFB1;
	border-bottom: 1px solid #CCCCCC;
}

/*----------------------------------------------------------*/
#navigation {
	width: 700px;
	background-image: url(image/navi_bk2.jpg);
	position: absolute;
	left: 0px;
	top: 28px;
	margin: 0px;
	z-index: 1;
}
#navigation ul {
	margin: 0px 0px 0px 80px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	overflow: hidden;
}
#navigation a {
	height: 32px;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(image/navi_bt_bk2.jpg);
	background-position: left top;
}
#navigation a:hover {
	background-color: #297E27;
	background-position: right top;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
}

/*----------------------------------------------------------*/
.list {
	margin: 0px 0px 10px 30px;
}
.list ul {
	list-style: none;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
.list li {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #B1F6FF;
	background-image: url(image/list_marker_white.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.list a {
	margin: 0px;
	padding: 4px 0px 2px 14px;
	display: block;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(image/list_marker_red.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	height: 1.5em;
}
.list a:hover {
	color: #000000; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}

/*----------------------------------------------------------*/
.list-n {
	margin: 0px 0px 10px -20px;
	width: 160px;
	
}
.list-n ul {
	list-style: none;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
.list-n li {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	background-color: #B1F6FF;
	background-image: url(image/list_marker_white.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

/*---------------------------------------------*/
.comment {
	background-color: #FFFFFF;
	color: #339900;
	font-size: 90%;
	padding-left: 12px;
}
.comment2 {
	background-color: #beffb1;
	color: #339900;
	font-size: 90%;
	margin-left: 0px;
	padding-left: 12px;
}
.comment3 {
	background-color: #FFFFFF;
	color: #339900;
	font-size: 90%;
	margin-left: 0px;
	padding-left: 0px;
}

/*----------------------------------------------------------*/
.columnlist {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.columnlist2 {
	margin: 20px 0px 10px 10px;
	list-style-type: none;
}

/*----------------------------------------------------------*/
h1 {
	font-size: 90%;
	margin: 0px 0px 0px 80px;
	padding: 8px 0px 0px 0px;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height:140%;
	margin-left: 40px;
	letter-spacing: 0.4em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "ＭＳ Ｐ明朝", "Georgia";
	color: #666666;
}
h2.img {
	border: 1px solid #66FFFF;
	margin: 0px 10px 10px 20px;
	float: left;
}

h2.column {
	font-size: 150%;
	text-align: center;
	display: block;
	padding: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	border: 3px dotted #336600;
	color: #000000;
}

h2.qa {
	font-size: 150%;
	text-align: center;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #000000;
}

h3 {
	font-size: 130%;
	color: #336600;
	background-color: #CFFFC4;
	margin: 0px 0px 0px 6px;
	padding: 8px 0px 2px 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #336600;
	clear: both
}

h4.seco {
	font-size: 110%;
	background-color: #FFF37B;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	line-height: 125%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	display: block;
}
h4.column {
	font-size: 130%;
	display: block;
	padding: 2px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336600;
}
h5.column {
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6.column {
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*----------------------------------------------------------*/
.t-small {
	font-size: 75%;
}
.t-small-white {
	font-size: 75%;
	color: #FFFFFF;
}
.t-small-red {
	font-size:50%;
	color: #ff0000;
}

.t-normal {
	font-size: 80%;
}
.t-normal-Bold {
	font-size: 80%;
	font-weight: bold;
}
.t-normal-white {
	font-size: 80%;
	color: #FFFFFF;
}
.t-normal-red {
	font-size: 80%;
	color: red;
}
.t-normal-red1 {
	font-size: 80%;
	color: red;
	margin-left: 10px;
}
.t-normal-green {
	font-size: 80%;
	color: green;
}


.t-large {
	font-size: 90%;
}
.t-large-Bold {
	font-size: 90%;
	font-weight: bold;
}
.t-large-white {
	font-size: 90%;
	color: #FFFFFF;
}
.t-large-red-Bold {
	font-size: 90%;
	color: red;
	font-weight: bold;
}

.t-xlarge {
	font-size: 110%;
}
.t-xlarge-white {
	font-size: 110%;
	color: #FFFFFF;
}
.t-xlarge-red-Bold {
	font-size: 110%;
	color: red;
	font-weight: bold;
}
#container {
	background-color: #ddffbb;
	border: 3px double #777777;
	padding: 10px;
}
img {
	border: none;
}
.photo {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
}
.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.photo a.popup,
.photo a.popup:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}
.photo a.popup:hover {
	background-color: #fff;
}
.photo a.popup:hover .large {
	display: block;
	position: absolute;
	width: 357px;
	height: 268px;
	top: -74px;
	left: -360px;
}
.photo a.popup2:hover .large {
	display: block;
	position: absolute;
	width: 410px;
	height: 300px;
	top: -300px;
	left: -200px;
}
.photo a.popup3:hover .large {
	display: block;
	position: absolute;
	width: 213px;
	height: 160px;
	top: 0px;
	left: 0px;
}
/**-- 店舗商品紹介 --**/
table.goods{
	margin:0px 0px 10px 9px;
	background-image:url(./shop/image/goods_detail_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:512px;
	height:191px;
	color:#666;
}
table.goods td{
	vertical-align:top;
	padding:15px 21px 0px 0px;
	
}
table.goods td.image {
	padding:15px 0px 0px 0px;
}
table.goods td.image img{
	margin:0px 0px 16px 30px;
}
table.goods h2{
	background-image:url(./shop/image/h2_goods.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:3px 0px 6px 0px;
	font-size:14px;
	color:#933;
}
table.goods p{
	margin:0px 0px 18px 1px;
	color:#666;
}

