
a{color:#dc143c;text-decoration:none;}
a:link{color:#dc143c;text-decoration:none;}
a:visited{color:#dc143c;text-decoration:none;}
a:active{color:#dc143c;text-decoration:underline;}
a:hover{color:#dc143c;text-decoration:underline;}



address{
	font-style:normal;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	background:#ecf0f1;
	line-height:150%;
	background : #fff url(../img/body_bg.png) left top repeat;

}

#wrapper{
	background:#fff;
	width:900px;
	margin:0 auto;
	padding:0 15px 0 15px;
	background : #fff url(../img/outer_bg.png) center top repeat-y;
}

#outer{
background: -moz-linear-gradient(top, rgba(196,182,162,0.5), rgba(238 ,219 ,219 ,0.5));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(196,182,162,0.5)), to(rgba(238 ,219 ,219 ,0.5)));
background: -o-linear-gradient(top, rgba(196,182,162,0.5), rgba(238 ,219 ,219 ,0.5));
background: linear-gradient(top, rgba(196,182,162,0.5), rgba(238 ,219 ,219 ,0.5));

}



#header{
	width:900px;
	margin: 0 auto;

}

#gmenu{
	clear:both;
}

#gmenu nav{
	height:70px;
}

#gmenu ul{
	background :  url(../img/menu_bg.png) left top no-repeat;
	height:50px;
	padding:1px 0 2px 0;	
}

#gmenu ul li{
	width:180px;
	float:left;
}

.main{
	width:680px;
	float:right;
	padding:0 5px 0 10px;
	border-left:1px solid #ccc;
}

.side{
	width:190px;
	float:left;
	padding:0 0 0 5px;
}



#footer{
	color:#fff;
	clear:both;
	background:#212121;
}

#footer a{
	color:#fff;
}

#footer footer{
	width:900px;
	margin:0 auto;
}

#footer footer .footer_menu{
	padding:20px;
}

#footer footer .footer_menu li{
	float:left;
	padding:3px 10px 3px 0;
}

#footer #copyright{
	padding:20px;
	text-align:center;
}

#footer .address{
	clear:both;
	text-align:right;
	padding:10px;
	line-height:150%;

}


.top_msg{
	background :  url(../img/index_image.jpg) left top no-repeat;
	width:680px;
	height:280px;
}

.top_msg h2{
	padding:20px;
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-shadow: 2px 2px 1px #121212;
}

.top_msg p{
	color:#fff;
	padding:60px 20px 20px 20px;
	text-shadow: 2px 2px 1px #121212;
}




.midashi{
	background :  url(../img/midashi_bg.png) left bottom no-repeat;
	padding:8px 3px 8px 100px;
	clear:both;

	font-size:15px;
}

dl.news{
	padding:10px 0;
}

.news dt{
	width:100px;
	text-align:center;
	background:#B6B6B6;
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0;
}

.news dd{
	margin:-30px 0 10px 110px;
}

.shop_info p{
	margin:10px 0;
}

#top_image{
	width: 900px;
	height: 300px;
	z-index: 99999;
	overflow: hidden;
	margin:0 auto;
}

#pankuzu{
	padding:0 0 10px 0;
}



#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	color: #FFF;
	background-image: url(../img/foot.png);
	background-repeat: repeat;
}
#page-top a:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/foot.png);
	background-repeat: repeat;
}

.saiyo_table{
	width:90%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	margin: 0 auto 20px auto;
}

.saiyo_table th{
	width:30%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	vertical-align:middle;
	padding:5px;
	background:#f5f5f5;
}

.saiyo_table td{
	width:70%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px;
}

.form .form-contents {
	padding: 0 0 10px;
}

.form input {
	vertical-align: text-top;
}

.form .form-contents form dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

.form .form-contents form dl dt:not(.pattern-exclusion) {
	width: 30%;
	padding: 10px 10px 13px;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.form .form-contents form dl dd:not(.pattern-exclusion) {
	width: 70%;
	padding: 10px 10px 13px;
	border: 1px solid #ccc;
	border-top: none;
	box-sizing: border-box;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
	border-color: rgb(118, 118, 118);
}

.form .form-pattern-1 .submit-btn {
	padding: 8px 0;
	font-size: 14px;
}
