/************************************************************
*	全体
 ************************************************************/
html{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,fff9f9+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 0%, #fff9f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#fff9f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaea 0%,#fff9f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaea 0%,#fff9f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaea 0%,#fff9f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eaeaea 0%,#fff9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fff9f9',GradientType=0 ); /* IE6-9 */

}
#container{
	width:942px;
	padding:0px 20px;
	background:#fff;
	/* border */
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	

	
	/* box-shadow */
	box-shadow:rgba(199, 199, 199, 0.498039) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(199, 199, 199, 0.498039) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(199, 199, 199, 0.498039) 0px 0px 4px 2px;
}

h1{
	background:#000;
	color:#FFF;
	font-size:14px;
	padding:3px 10px 2px 10px;
	border-bottom:#FFF 1px solid;
	margin:0;
	}

#header{
	background:#fff;
	margin-bottom:20px;
	}

#side{
	width:200px;
	background-color:#9faab9;
	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 #afd5ee;
	border-bottom:1px solid #003e66;
	overflow:hidden;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b3e2+0,3d78cc+100 */
background: #76b3e2; /* Old browsers */
background: -moz-linear-gradient(top,  #76b3e2 0%, #3d78cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b3e2), color-stop(100%,#3d78cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #76b3e2 0%,#3d78cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #76b3e2 0%,#3d78cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #76b3e2 0%,#3d78cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #76b3e2 0%,#3d78cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b3e2', endColorstr='#3d78cc',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:#366ab4;
	}
	



#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:#002e4b;
	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 #999999;
	margin-bottom:15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dee6ea+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #dee6ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dee6ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dee6ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#dee6ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#dee6ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#dee6ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dee6ea',GradientType=0 ); /* IE6-9 */


	border-left:2px solid #0084d7;


	-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:#2e4655 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: #f5f8fa;
}

.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;
}

