html,body{
	color: #000000;
	scrollbar-face-color:#ff9000;
	scrollbar-shadow-color:#ffecd5;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#999999;
	scrollbar-darkshadow-color:#bbbbbb;
	scrollbar-track-color: #ffecd5;
	scrollbar-arrow-color: #444444;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	font-size: small;
	font-family: "MS UI Gothic";
	width: auto;
	height: auto;
	text-align: center;
}
.hide {
	display: none; 
}
h4 {
	font-size: small;
	line-height:14px;
	font-weight:normal;
	text-align:right;
	margin:0;
	padding:0;
	left:0;
	width: 950px;
}
.main_shadow{
	width: 980px;
	height: auto;
	display: block;
	background: url(../images/page/page_body.gif) repeat-y;
	margin: 0 auto;
	padding: 0;
}
.main{
	width: 960px;
	height: auto;
	background: url(../images/page/page_back.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
}
.left{
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 18px;
	float: left;
	
}
ul.menu {
	text-align: left;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
.select_menu {
	height: 40px;
	width: 140px;
	margin: 0px 2px 2px 0px;
	padding: 0px;
	text-align: left;
}
a.menu_btn {
	height: 40px;
	width: 140px;
	text-align: left;
	font-size: small;
	color: #333333;
	background: url(../images/btn/btn_off.gif) no-repeat;
	padding: 0px;
	margin: 1px 0;
	display: block;
}
a.menu_btn:hover {
	height: 40px;
	width: 140px;
	text-align: left;
	font-size: small;
	color: #000000;
	background: url(../images/btn/btn_on.gif) no-repeat;
	padding: 0px;
	margin: 1px 0;
	display: block;
}
.tel{
	margin: 20px 5px 5px 5px;
	padding: 0;
}
.counter{
	margin: 0px 45px 10px 45px;
	padding: 0;
	text-align: left;
	vertical-align:middle;
}
.link{
	margin: 0px 3px 0px 3px;
	padding: 0;
	text-align: center;	
}
.blog{
	margin: 0;
	padding: 0 10px 0 0;
}
.right{
	width: 798px;
	height: auto;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 0;
	float: left;
}
h3{
	clear: left;
	background-color: #FFBC6C;
	width: 798px;
	height: 15px;
	font-size: small;
	margin: 0;
	padding: 3px 0;
}
.text_01{
		width: 790px;
		height: auto;
		line-height: 25px;
		margin: 3px 10px;
		padding: 0;
}
.text_02{
		width: 385px;
		height: auto;
		line-height: 25px;
		margin: 5px 10px;
		padding: 0;
		float: left;
		
}
.text_03{
		width: 385px;
		height: auto;
		line-height: 25px;
		margin: 5px 0px 5px 10px;
		padding: 0;
		float: left;
		
}
.text_04{
		width: 264px;
		height: auto;
		line-height: 25px;
		margin: 5px 0 5px 2px;
		padding: 0;
		float: left;
}
.image_01{
	width: 250px;
	height: auto;
	margin: 8px 5px;
	float: left;
}
.block{
	width: 640px;
	height: auto;
	margin: 15px 5px 10px 5px;
	
}
.b_left{
	width: 230px;
	height: 40px;
	background: url(../images/page/td_left02.gif) no-repeat;
	font-size: small;
	font-weight: bold;
	text-align: center;
	font-size: small;
	margin: 0;
	padding: 4px 0 2px 0;
	float: left;
}
.b_right{
	width: 360px;
	height: auto;
	background: url(../images/line/line_tbl_green1.gif) repeat-y;
	margin: 0 0 5px 10px;
	padding: 3px;
	float: left;
}


	

.map_list{
	list-style-image: url(../images/dot_red.png);
	padding-top: 5px;
	margin: 0px;
	width: auto;
	height: 20px;
	/*line-height: 20px;*/
}
.b_link{
	text-align: center;
	margin: 0;
	padding: 30px 15px 0 15px;
	line-height: 16px;
}
.copy{
	width: 960px;
	height: 25px;
	background-color: #F60;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 0 0;
}

/* ��------------- �����N�ݒ� -------------�� */ 
a:link { text-decoration: underline; color:#333;}
a:visited { text-decoration: underline; color:#333;}
a:active { text-decoration: underline; color:#333;}
a:hover {text-decoration: underline; color:#CC0000;}


.tbl {
	width: 100%;
  }
  .tbl th,
  .tbl td {
	padding: 5px 10px;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  .tbl th {
	background: #dedede;
  }
  .tbl td.vcenter {
	vertical-align: middle;
  }
  .tbl td.bg-gray {
	background: #eee;
  }
  
  .tbl-wrap { /*----- スクロールバー非表示-----*/
	overflow-x: scroll;
	width: 100%;
  }
  a.link_default {
	color: #000;
	text-decoration: underline;
  }
  a.link_default:hover {
	color: rgba(0,0,0,0.3);
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }