/************************************************************
*	全体
 ************************************************************/
html{
	background:#e0e0e0;
}
#container{
	width:940px;
	padding:0px 20px;
	background:#ffffff;
}

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:#CCC;
	margin-right:20px;
	padding-bottom:10px;
}
#main{
	width:680px;
}

#footer{
	width:100%;
	height:90px;
	padding-top:10px;
	background:url(../img/template/sample2_footer_bg.png);
}
#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;
}



#sideMenu li{
	width:180px;
	height:35px;
	line-height:30px;
	background:url(../img/template/sample2_menu_bt.png)  -360px 0px ;
	overflow:hidden;
}

#sideMenu li a{
	width:180px;
	height:35px;
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding-left:10px;
	line-height:35px;
}


#sideMenu li a:hover{
	background:url(../img/template/sample2_menu_bt.png)  -180px -0px ;
	}

#sideMenu{
	border-bottom:solid 1px #666;
	}

#sideInfo{
	width:180px;
	margin-left:10px;
	background-color:#FFF;
	color:#333;
	line-height:17px;
}
#sideInfoInner{
	padding:5px;
}

.name{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background:#333;
	padding:5px;
	margin-bottom:20px;
}

.mini_title{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	margin:10px 0 5px 0;
	background:#666;
	}

.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{
	font-size:18px;
	font-size:1.8rem;
	padding:7px 0 4px 10px;
	width:100%;
	-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);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #666;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #dedede 0%, #C5CBD6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dedede), color-stop(100%,#C5CBD6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #dedede 0%,#C5CBD6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #dedede 0%,#C5CBD6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #dedede 0%,#C5CBD6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #dedede 0%,#C5CBD6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#C5CBD6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#333;
	margin-bottom:15px;
}

.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:#cccccc;
	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;
}

