/************************************************************
*	全体
 ************************************************************/
html{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa3600+0,ce6700+100 */
background: #aa3600; /* Old browsers */
background: -moz-linear-gradient(top,  #aa3600 0%, #ce6700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa3600), color-stop(100%,#ce6700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aa3600 0%,#ce6700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aa3600 0%,#ce6700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aa3600 0%,#ce6700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aa3600 0%,#ce6700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3600', endColorstr='#ce6700',GradientType=0 ); /* IE6-9 */

}
#container{
	width:942px;
	padding:0px 20px;
	background:#fff;
	/* border */
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
		
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.498039) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.498039) 0px 0px 6px 3px;
}

h1{
	background:#000;
	color:#FFF;
	font-size:14px;
	padding:3px 10px 2px 10px;
	border-bottom:#FFF 1px solid;
	margin:0;
	}

#header{
	background:#000;
	margin-bottom:20px;
	}

#side{
	width:200px;
	background-color:#90603a;
	margin-right:20px;
	padding-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#main{
	width:680px;
}

#footer{
	width:100%;
	height:90px;
	padding-top:10px;
	border-top:#FFF 1px solid;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
#footerMenu{
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
#footerMenu a{
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
}
	
#footerCopy{
	width:100%;
	margin:20px 0 10px 0;
	text-align:center;
	color:#FFF;
}



/************************************************************
*	サイドメニュー
 ************************************************************/
#sideMenu{
	width:180px;
	margin:10px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
}
	
#sideMenu li{
	width:180px;
	height:35px;
	line-height:30px;
	border-top:1px solid #ffb67a;
	border-bottom:1px solid #594326;
	overflow:hidden;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8623+1,cc4700+100 */
background: #ff8623; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8623 1%, #cc4700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff8623), color-stop(100%,#cc4700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8623 1%,#cc4700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8623 1%,#cc4700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8623 1%,#cc4700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8623 1%,#cc4700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8623', endColorstr='#cc4700',GradientType=0 ); /* IE6-9 */

}
	
#sideMenu li a{
	width:180px;
	height:35px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	line-height:35px;
}
	
#sideMenu li a:hover{
		background:#b80101;
	}
	



#sideInfo{
	width:180px;
	margin-left:10px;
	background:#fff;
	color:#000;
	line-height:17px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 5px 1px;
}
#sideInfoInner{
	padding:5px;
}
	
.name{
	font-size:16px;
	font-weight:bold;
	color:#000;
	background:#dddddd;
	padding:5px;
	margin-bottom:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mini_title{
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:4px;
	margin:10px 0 5px 0;
	border: 1px solid #dddddd;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}

.adrs_icon{
	float:left;
	display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 2px;
  background: url(../img/template/sample2_icon.png) 0 -1px no-repeat;
  }

.open_icon{
	float:left;
	display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 2px;
  background: url(../img/template/sample2_icon.png) -20px -1px no-repeat}

.holidays_icon{
	float:left;
	display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 2px;
  background: url(../img/template/sample2_icon.png) -40px -1px no-repeat}
  
.tel_icon{
	float:left;
	display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 2px;
  background: url(../img/template/sample2_icon.png) -60px -1px no-repeat}



/************************************************************
*	メインコンテンツ
 ************************************************************/
.title{
	color:#FFFFFF;
	font-size:18px;
	font-size:1.8rem;
	padding:0px 0 0px 15px;
	line-height:36px;
	width:100%;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #750202;
	margin-bottom:15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f48200+0,af3d00+100 */
background: #f48200; /* Old browsers */
background: -moz-linear-gradient(top,  #f48200 0%, #af3d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48200), color-stop(100%,#af3d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f48200 0%,#af3d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f48200 0%,#af3d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f48200 0%,#af3d00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f48200 0%,#af3d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48200', endColorstr='#af3d00',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow:
	0px 0px 5px rgba(000,000,000,0.3),
	inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
	0px 0px 5px rgba(000,000,000,0.3),
	inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
	0px 0px 5px rgba(000,000,000,0.3),
	inset 0px 0px 2px rgba(255,255,255,0.7);

}

.text_area{
	margin:0 10px 30px 10px;
	}

.pattern1{
		margin:0 10px 30px 10px;
}

.pattern2{
		margin-bottom:30px;
		text-align:center;
}

.pattern3{
	max-width:660px;
	margin:0 10px 30px 10px;
}
.pattern3 .img{
	text-align:right;
}

.pattern3 img,.pattern4 img{
	border:5px solid #ffffff;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.5);
}

.pattern3 td{
	vertical-align:top;
}

.pattern3 td.text{
	padding-right:20px;
}

.pattern4{
	max-width:660px;
	margin:0 10px 30px 10px;
}

.pattern4 td{
	vertical-align:top;
}
.pattern4 td.text{
	padding-left:20px;
}


.pattern5{
	width:660px;
	margin:0 10px 30px 10px;
	border-top:1px solid  #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.pattern5 tr td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 7px;
}
.pattern5 tr th{
	border-right:#552e2e 1px solid; 
	border-bottom:#cccccc 1px solid; 
	background-color: #f0f0f0;	
	padding:5px 7px;
	width:150px;
}
.pattern5 tr th.sub{
	border-right:#cccccc 1px solid; 
}
.pattern5 tr:nth-child(even) td{
	background-color: #ffffff;	
}
.pattern5 tr:nth-child(odd) td{
	background-color: #faf5f5;
}

.pattern6{
	position:relative;
	margin:0 10px 30px 10px;
	padding-left:10px;
	padding-top:15px;
	background:#999999;	
	float:left;
	clear:both;
}

.pattern6_image{
	margin:0px 15px 15px 0px;
	background:#ffffff;
	float:left;
	width:200px;
	min-height:200px;
	position:relative;
}
.pattern6_image img{
	max-width:180px;
	max-height:180px;
	margin:10px 10px 5px;
}
.pattern6_image_text{
	color:#000000;
	font-size:12px;
	display:block;
	margin:0px 10px 10px;
	line-height:18px;
}

