﻿@charset "UTF-8";
/* CSS Document */


/* ******************************
   リセット
****************************** */
html{line-height:1;}
body{font-size:82%;}
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:"";}
object,embed{vertical-align:top;}
hr,legend{display:none;}
em,strong,address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
img,fieldset,abbr,acronym{border:0;}

/* ******************************
   大枠
****************************** */
html {
   overflow-y:scroll;
}
body {
	color: #333333;
	background: #f5f5f5;
	text-align: center;
}
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/back.png) repeat-y;
	text-align: left;
}
	div#header {
		margin: 0 0 20px;
		padding: 10px 20px 0;
	}
	div#contents {
		margin: 0 0 20px;
		padding: 0 25px;
	}
		div#main {
			float: left;
			width: 720px;
			display: inline;
		}
		div#side {
			float: left;
			width: 220px;
			margin-left: 10px;
			display: inline;
		}
	div#footer {
		clear: both;
		padding: 20px 10px 40px;
		text-align: center;
	}
.clear {
	clear: both;
}
.clearfix {
	/zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0.1px; 
	font-size: 0.1em;
	line-height:0;
}

/* ******************************
   見出し/文字/リンクなど
****************************** */
a:link {
	color: #339;
	text-decoration:none;
}
a:visited {
	color: #669;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	zoom:1.0;
	-ms-filter:"alpha(opacity=80)";
	}

a:active {
	color: #C60;
	text-decoration: underline;
}
a:focus {
	outline: none;
	overflow: hidden;
}
span.light {
	color: #999;
}
p.b1em {
	margin-bottom: 1em;
}

/* ******************************
   ヘッダ
****************************** */
div.pagetop {
	float: left;
	width: 740px;
	display: inline;
	line-height: 1.5;
}
div.eng {
	float: left;
	width: 219px;
	display: inline;
	text-align: right;
}
	div.eng p {
		padding: 0 5px 5px 0;
		font-weight: bold;
		text-decoration: underline;
		line-height: 1.5;
	}
ul.gnavi {
	width: 960px;
	height: 40px;
	margin: 0 0 20px;
}
	ul.gnavi li {
		width: 192px;
		height: 40px;
		display: inline;
	}
	
div.topimgbox iframe {
	width: 960px;
	height: 420px;
	margin: 0 0 10px;
	overflow: visible;
}

div.topimgbox2 iframe {
	width: 1000px;
	height: 420px;
	margin: 0 0 10px;
	overflow: visible;
}

div.chuui {
	float: left;
	width: 720px;
	min-height: 132px;
	margin: 0 20px 0 0;
	display: inline;
}
	div.chuui p {
		padding: 5px 20px 0;
		font-size: 108%;
		line-height: 1.5;
	}
div.nyuuka {
	float: left;
	width: 200px;
	margin: ;
	display: inline;
}


/* ******************************
   メイン
****************************** */
div.infobox {
	width: 718px;
	margin: 0 0 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
  iframe.infopage {
	  width: 718px;
	  height: 300px;
	  frameborder: none;
	  border: none;
  }
  
div.calendar {
	width: 718px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	div.calendar_box {
		float: left;
		width: 219px;
		margin: 20px 10px 10px;
		display: inline;
	}
	div.calendar_box table {
		width: 219px;
		line-height: 1.8;
		text-align: center;
	}
	div.calendar_box table caption {
		text-align: center;
	}
	div.calendar_box table table td {
		padding: 5px 0;
		line-height: 1.2;
	}
	p.nenkan {
		padding-right: 20px;
		text-align: right;
		line-height: 1.5;
	}
	b.yasumi {
		font-weight: bold;
	}

div.kanren {
	margin: 0 0 20px -20px;
}
h2.kanren_h2 {
	margin: 0 0 10px 20px;
}
dl.kanren_dl {
	width: 165px;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;
}
dl.kanren_dl a {
	display: block;
}
	dl.kanren_dl dt {
		margin: 0 0 5px;
	}
	dl.kanren_dl:hover dd a {
		color: #C60;
		text-decoration: underline;
	}
	dl.kanren_dl dd a {
		padding-left: 3px;
		line-height: 1.5;
	}


dl.kanren_dl_test {
	width: 330px;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;
}
dl.kanren_dl_test a {
	display: block;
}
	dl.kanren_dl_test dt {
		margin: 0 0 5px;
	}
	dl.kanren_dl_test:hover dd a {
		color: #C60;
		text-decoration: underline;
	}
	dl.kanren_dl_test dd a {
		padding-left: 3px;
		line-height: 1.5;
	}


/* ******************************
   サイド
****************************** */
dl.sidemenu {
	width: 218px;
	margin: 0 0 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
dl.sidemenu dt {
	margin: 0 0 5px;
}
dl.sidemenu dd a {
	padding: 0 9px 5px;
	display: block;
}
ul.sidemenu02 {
	margin: 0 0 20px;
}
ul.sidemenu02 li a {
	padding: 0 10px 5px;
	display: block;
}


/* ******************************
   フッター
****************************** */
div#footer p {
	line-height: 1.5;
}
div.footnavi {
	width: 980px;
	margin: 0 0 20px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}
	ul.footnavi_ul {
		line-height: 1.8;
	}
		ul.footnavi_ul li {
			margin-right: 5px;
			border-right: 1px solid #ccc;
			display: inline;
		}
		ul.footnavi_ul li a {
			padding: 0 10px;
		}
		ul.footnavi_ul li.nonborder {
			border: none;
		}
	










