@charset "utf-8";

/*##################### 
	rule reset
#######################*/
h1,h2,h3 {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute; left: 0; top: 32px;
	font-size:100%;
	font-weight:normal;
}

.style1 {

	color: #000;
	
	font-size: 16px;

	font-style: normal;

	font-weight: normal;

}

.style3 {

	color: #F00;

	font-style: normal;

	font-weight: normal;

}

a:link {

	color: #000;
	text-decoration:underline;

}

a:visited {
	
	color: #000;
	text-decoration:underline;
}

a:hover {

	color: #000;
	text-decoration:none;

}

a:active {

	color: #000;
	text-decoration:underline;
}

a img {
	border-style: none;
}

/*##################### 
	layout style
#######################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

	margin:0;
	
	padding:0;
	
	border:0;
	
	outline:0;

}

body {
	
	color: #000000;
	
	background-color:#fff;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* background-attachment:fixed; */
	/* background-repeat: repeat; */
	
	border-top: 20px solid #01b612;	
	
}

body#index {
	
	background: #fff url(../images/bg/indexbg1.gif) repeat-x;

}

body#index div.wrap {

}

/* Wrap */
body div.wrap {
	
	background-position: center 204px;
	
	background-repeat: no-repeat;

}

/* #outergroup */
#outergroup {
	
	text-align: left;
	
	width: 980px;
	
	margin-top: 0px;
	
	margin-right: auto;
	
	margin-bottom: 0px;
	
	margin-left: auto;
	
	padding: 0px;

}

/* contentgroup */ 
#outergroup #contentgroup {
	
	font-size:14px;
	
	text-align: center;
	
	margin-top: 70px;
	
	margin-bottom: 40px;

}

/* left_content*/ 
#outergroup #contentgroup #left_content {
	
	float: left;
	
	width: 270px;
	
	text-align: left;

}

	/* left_logo */ 
	#outergroup #contentgroup #left_content #left_logo {
		
		font-size: 12px;
		
		padding: 1px;
		
		color:#666;
		
		text-align: center;
		
		margin-bottom: 20px;

		border: 5px solid #01b612;
		
		border-radius: 10px;
		
		box-shadow: 0 0 3px #bbb;		
	
		line-height: 170%;

	}	
	
	/* mainnavi */ 
	#outergroup #contentgroup #mainnavi {
		
		font-size: 12px;
		
		text-align: left;
		
		margin-bottom: 20px;
		
		border-top: 1px solid #01b612;		
		

	}	
	
		#mainnavi ul.mnavibtn{
			text-align: left;
			font-size:15px;
			color: #313131;	
				
		}

			ul.mnavibtn li{
			
				text-align: left;
				
				height: 50px;
				
				border-bottom: 1px solid #01b612;
				
				list-style: none;	
				
				background-image: url(../images/bg/mnavibg.png);
				
				background-repeat: no-repeat;
				
				background-position:  right 12px bottom 16px;	
			
			}
			
			ul.mnavibtn a{
				color: #313131;
				text-decoration:none;	
				line-height: 50px;	
				display: block;	
				padding-left: 10px;											
			}				
		
			ul.mnavibtn a:link {
				color: #313131;
				text-decoration:none;				
			}
			
			
			ul.mnavibtn a:visited {
				color: #313131;
				text-decoration:none;						
			}
			
			ul.mnavibtn a:hover {
				color: #fff;
				text-decoration:none;
				background-color: #01b612;
				
				background-image: url(../images/bg/mnavibg2.png);
				
				background-repeat: no-repeat;
				
				background-position:  right 12px bottom 16px;			
			}
			
			ul.snsnavibtn a:active {
				color: #313131;
				text-decoration:none;						
			}	
		
	
/* main_content */ 
#outergroup #contentgroup #main_content {
	
	float: right;
	
	width: 660px;
	
	text-align: left;

	border: 0;
		
	
}
			
	/* content_titletop */ 
	#main_content #content_titletop{
		
		text-align: left;
	
		margin-bottom: 20px;	
		
		font-size: 13px;

		
	}	
	
		/* titletopleft */ 
		#main_content #content_titletop .titletopleft{
			
			float: left;
			
			width: 300px;
	
			
		}		

		/* titletopright */ 
		#main_content #content_titletop .titletopright{
			
			float: right;
			
			width: 355px;
	
			
		}			
	
	/* content_box */ 
	#main_content .content_box{
		
		text-align: left;
	
		margin-bottom: 60px;	
		
		line-height: 250%;
		
		font-size: 13px;

		
	}	
	
		/* content_adress */ 
		.content_box .content_adress{
			
			margin-bottom: 10px;
			
			float: left;
			
			font-size: 14px;			
			
			width: 330px;
			
			height: 50px;
			
			line-height: 50px;	
	
			
		}		

		/* content_tel */ 
		.content_box .content_tel{
			
			float: right;
			
			width: 310px;
	
			
		}	
	
		#weektbl{
				
				width:100%;
				
				background-color: #CCC;
				
				border-collapse: separate;
				
				border-spacing: 1px;
			
				text-align:left;
			
			
		}
		
		#weektbl .weektbl_td1{
			
				color: #fff;
			
				height: 40px;
				
				font-size: 14px;
				
				font-weight: bold;
			
				background-color: #01b612;
			
				text-align: center;
				
				vertical-align: center;
		
		}		
		
		#weektbl .weektbl_td2{
			
				color: #333333;
			
				height: 40px;
			
				background-color: #cef9d2;
			
				text-align: center;
				
				vertical-align: center;
		
		}
		
		#weektbl .weektbl_td3{
			
				color: #4F4F4F;
			
				height: 40px;

				font-size: 16px;
				
				font-weight: bold;				
			
				background-color: #FFF;
			
				text-align: center;
				
				vertical-align: center;
		
		}	
		
		.weekbox-note {
			
				border:2px solid #01b612;
				text-align: left;
				font-size: 14px;
				font-weight:bold;
				padding: 5px;
		
		}			
		
.content_box_caleist{
		
		margin-bottom: 30px;

}
		
.caletbl2{
		
		width:100%;
		
		background-color: #fff;
		
		border-collapse: separate;
		
		border-spacing: 3px;
	
		text-align:left;
		
		margin-bottom: 10px;
	
	
}

		.caletbl2 .caletbl2_tdtitle{
			
				color: #fff;
			
				height: 40px;
				
				font-size: 14px;
				
				font-weight: bold;
			
				background-color: #000000;
			
				text-align: center;
				
				vertical-align: center;
		
		}	

		.caletbl2 .caletbl2_td1{
			
				color: #fff;			
			
				height: 40px;

				font-size: 16px;
				
				font-weight: bold;				
			
				background-color: #666666;
			
				text-align: center;
				
				vertical-align: center;
		
		}	
		
		.caletbl2 .caletbl2_td2{
			
				height: 40px;

				font-size: 16px;
				
				font-weight: bold;				
			
				background-color: #cef9d2;
			
				text-align: center;
				
				vertical-align: center;
		
		}		
		
		.caletbl2 .caletbl2_td3{
			
				height: 40px;

				font-size: 16px;
				
				font-weight: normal;				
			
				background-color: #FAFAFA;
			
				text-align: left;
				
				padding-left: 20px;
				
				vertical-align: center;
		
		}		
		
	/* content_newstitle */ 
	#outergroup #contentgroup #main_content #content_newstitle{
		
		height: 36px;
		
		background-image: url(../images/bg/indexnewstitlebg.gif);
		
		background-repeat: no-repeat;		
		
		color: #333;
		
		font-size: 14px;
		
		font-weight: bold;
		
		text-align: left;
		
		padding-left: 15px;
		
		padding-top: 4px;	
		
		margin-bottom: 20px;
		
		border: 1px solid #EFEFEF;
		
	}		
		
	/* content_newsbox */ 
	#main_content #content_newsbox{
		
		text-align: left;
	
		margin-bottom: 30px;	
		
		line-height: 180%;
		
		font-size: 13px;
		
	}														

		/* newsdate */ 
		#main_content #content_newsbox .newsdate{
			
			width: 100px;
			
			text-align: left;
		
			margin-bottom: 10px;	
			
			float: left;

			
		}
		
		/* newscontent */ 
		#main_content #content_newsbox .newscontent{
			
			width: 555px;			
			
			text-align: left;
		
			margin-bottom: 10px;	
			
			float: left;
			
		}	
		
	/* content_qabox */ 
	#main_content #content_qabox{
	
		margin-bottom: 30px;
		
	}
	
		#main_content #content_qabox .content_qabox-ql{
			float: left;
			font-size: 18px;
			font-weight: bold;
			color: #F60;
			margin: 0 5px 0 0;
			
		}	
	
		#main_content #content_qabox .content_qabox-qr{
			float: left;
			font-size: 16px;
			font-weight: bold;
			
		}	
		
		#main_content #content_qabox .content_qabox-al{
			float: left;
			font-size: 18px;			
			font-weight: bold;
			color: #06F;
			margin: 0 5px 0 0;			
			
		}	
		
		#main_content #content_qabox .content_qabox-ar{
			float: left;
			font-size: 15px;
			line-height: 160%;
			
		}						

			
	/* pagetop */ 
	#outergroup #contentgroup #main_content .pagetop{
		
		text-align: right;
		
		padding-top: 10px;
		
		margin-bottom: 20px;
		
	}		

.clear{
	
	clear: both;

	}
	
#footer_h {
	
	height: 47px;
	
	text-align: right;	
	
	padding: 0px;
	
	background-color: #fff;

}	

#footer_h #footer_pagetop {
	
	width: 980px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#footer_t {
	
	height: 30px;
	
	padding: 0px;

	line-height: 120%;
	
	padding-top: 10px;
	
	background-color: #00b6a3;

}

#footer_t #footergroup_link {
	
	width: 980px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

/* footer_link */
#footer_t #footergroup_link #footer_link {
	
	color: #4eecdc;
	
	text-align: left;
	
	vertical-align:top;
	
	font-size: 0.7em;

	font-style: normal;

	font-weight: normal;

}

		#footer_link a:link {
		
			color: #fff;
			text-decoration:none;	
		
		}
		
		#footer_link a:visited {
			
			color: #fff;
			text-decoration:none;
		}
		
		#footer_link a:hover {
		
			color: #fff;
			text-decoration:underline;
		
		}
		
		#footer_link a:active {
		
			color: #fff;
			text-decoration:none;
		}
		
		
	/* footer_logo */
	#footer_t #footergroup_link #footer_logo{
		
		width: 200px;
		
		color: #000;
		
		margin: 0;
		
		text-align: right;
		
		font-size: 13px;
		
		font-style: normal;
		
		font-weight: normal;
		
		float:right;
	}		

#footer_b {
	
	height: 30px;
	
	padding-top: 5px;

	line-height: 120%;
	
	background-color: #01b612;

}

#footer_b #footergroup_copy {
	
	width: 980px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	padding: 0px;

}
	
	/* footer_copyright */
	#footer_b #footergroup_copy #footer_copyright{
		
		width: 100%;
		
		margin: 0;
		
		text-align: center;
		
		font-size: 13px;
		
		font-style: normal;
		
		font-weight: normal;
	}

/* footer_copyright address */
#footer_b #footergroup_copy #footer_copyright address{
	
	color: #fff;
	
	font-size: 11px;
	
	font-style: normal;
	
	text-align: center;
	
}
