/************************************************************
*	全体
 ************************************************************/
html{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d1607+1,005111+100 */
background: #0d1607; /* Old browsers */
background: -moz-linear-gradient(top,  #0d1607 1%, #005111 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0d1607), color-stop(100%,#005111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0d1607 1%,#005111 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0d1607 1%,#005111 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0d1607 1%,#005111 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0d1607 1%,#005111 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1607', endColorstr='#005111',GradientType=0 ); /* IE6-9 */

}
#container{
	width:940px;
	padding:0px 20px;
	background:#000;
		
	/* 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:#184f00;
	color:#FFF;
	font-size:14px;
	padding:3px 10px 2px 10px;
	border-bottom:#FFF 1px solid;
	margin:0;
	}
a {
	color: #efd8d8;
}

#header{
	background:#000;
	margin-bottom:20px;
	}

#side{
	width:200px;
	background-color:#2f412d;
	margin-right:20px;
	padding-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#main{
	width:680px;
	color:#ffffff;
}

#footer{
	width:100%;
	height:90px;
	padding-top:10px;
	border-top:#898989 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 #b8d0b6;
	border-bottom:1px solid #116600;
	overflow:hidden;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c843b+0,315b32+100 */
background: #3c843b; /* Old browsers */
background: -moz-linear-gradient(top,  #3c843b 0%, #315b32 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c843b), color-stop(100%,#315b32)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3c843b 0%,#315b32 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3c843b 0%,#315b32 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3c843b 0%,#315b32 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3c843b 0%,#315b32 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c843b', endColorstr='#315b32',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:#003c80;
	}
	



#sideInfo{
	width:180px;
	margin-left:10px;
	background:#686f5e;
	color:#fff;
	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:#fff;
	padding:5px;
	margin-bottom:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: #31492c;

}

.mini_title{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:4px;
	margin:10px 0 5px 0;
	
	background: #0d3161;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: #31492c;
	}

.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 #135b00;
	margin-bottom:15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#397233+1,213a1f+100 */
background: #397233; /* Old browsers */
background: -moz-linear-gradient(top,  #397233 1%, #213a1f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#397233), color-stop(100%,#213a1f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #397233 1%,#213a1f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #397233 1%,#213a1f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #397233 1%,#213a1f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #397233 1%,#213a1f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397233', endColorstr='#213a1f',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.4);
	-webkit-box-shadow:
	0px 0px 5px rgba(000,000,000,0.3),
	inset 0px 0px 2px rgba(255,255,255,0.4);
	box-shadow:
	0px 0px 5px rgba(000,000,000,0.3),
	inset 0px 0px 2px rgba(255,255,255,0.4);

}

.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  #484848;
	border-left:1px solid #484848;
}
.pattern5 tr td{
	border-right:1px solid #484848;
	border-bottom:1px solid #484848;
	padding:5px 7px;
}
.pattern5 tr th{
	border-right:1px solid #484848;
	border-bottom:1px solid #484848; 
	background-color: #243e22;	
	padding:5px 7px;
	width:150px;
}
.pattern5 tr th.sub{
	border-right:#cccccc 1px solid; 
}
.pattern5 tr:nth-child(even) td{
	background-color: #000;
}
.pattern5 tr:nth-child(odd) td{
	background-color: #002a01;
}

.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;
}

