@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	border:0;
	padding:0;
}

body {
	position:relative;
	margin:0 auto;
	font-size:12px;
	color:#000;
	line-height:150%;
	background-image:url(img/header_out.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

a {
	color:#00C;
}

a:hover {
	color:#C00;
}

a:visited {
	color:#00C;
}

#wrapr {
	width:980px;
	margin:0 auto;
}

#header {
	width:980px;
	height:140px;
	background-image:url(img/title_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

#navi {
	width:980px;
	height:38px;
	background-image:url(img/navi.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#midl {
	width:980px;
	background-image:url(img/left_bak.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#main {
	width:730px;
	float:right;
	margin-bottom:40px;
}

#link {
	width:250px;
	float:left;
}

#footer {
	width:980px;
	height:35px;
	margin:0 auto;
	background-image:url(img/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	line-height:16px;
	padding-top:3px;
	color:#fff;
	font-style:italic;
	text-align:center;
	text-shadow: 1px 1px 0.5px rgba(0,0,0,0.65); /*CSS3*/
}

#header h1 {
	position:absolute;
	left:177px;
	top:20px;
	width:320px;
	height:76px;
}

#header h2 {
	position:absolute;
	left:517px;
	top:25px;
	width:268px;
	height:56px;
	margin:0px;
	background-image:none;
}

#navi .navilink {
	width:720px;
	height:38px;
	margin:0 auto;
}

#navi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navi li {
	display:block;
	float:left;
	width:120px;
	height:38px;
	line-height:38px;
	font-size:15px;
	text-align:center;
	text-shadow: 1px 1px 0.5px rgba(0,0,0,0.65); /*CSS3*/
}

#navi a {
	color:#fff;
	text-decoration:none;
}

#navi a:hover {
	color:#d30;
}

#navi a:hover li {
	background-color:#FC9;
	background-image:url(img/navi_o.jpg);
}

#navi a:hover li.naviitem_mon {
	background-image:url(img/navi_o_mon.jpg);
}

#navi a li.naviitem_now {
	background-color:#FC9;
	background-image:url(img/navi_d.jpg);
}
	
#navi a:hover li.naviitem_now {
	background-color:#FC9;
	background-image:url(img/navi_o.jpg);
}
	
.floatend {
	clear:both;
    font-size:1%;
    line-height:1%;
    width:1%;
}

h2 {
	width:401px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#c50000;
	text-align:center;
	margin:20px auto;
	background-image:url(img/h2.jpg);
	margin-top:40px;
}

h3 {
	width:500px;
	height:43px;
	line-height:43px;
	font-size:18px;
	color:#003300;
	text-align:center;
	margin:30px auto;
	background-image:url(img/h3.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

h3.withcomment {
	margin-bottom:0px;
}

h4 {
	font-size:16px;
	text-align:center;
	color:#030;
	margin:20px auto 15px;
	width:300px;
	border-bottom:1px #030 dotted;
}

h4.wide {
	font-size:16px;
	text-align:center;
	color:#030;
	margin:20px auto 15px;
	width:500px;
	border-bottom:1px #030 dotted;
}

#main .left {
	width:480px;
	float:left;
}

#main .left2 {
	width:250px;
	float:left;
	text-align:center;
}

#main .right {
	width:250px;
	float:right;
	text-align:center;
}

#main .half_left {
	width:50%;
	float:left;
	text-align:center;
}

#main .half_right {
	width:50%;
	float:left;
	text-align:center;
}

#main .leftmap {
	width:350px;
	float:left;
	text-align:center;
	margin-left:73px;	
}

#main .rightmap {
	width:234px;
	float:right;
	text-align:left;
	margin-right:73px;
}

#main p {
	width:80%;
	margin:0.5em auto;
	text-indent:1em;
}

#main ul {
	list-style-type:none;
	width:50%;
	margin:20px auto;
}

#main ul.mark {
	list-style-type:disc;
	list-style-position:inside;
	padding-left:5em;
	text-indent:-3em;
	width:80%;
	margin:0px auto;
}

#main dl {
	width:500px;
	margin:20px auto 30px;
	line-height:23px;
}

#main dt {
	margin-top:0px;
	width:100px;
}

#main dd {
	margin-top:-23px;
	margin-left:100px;
	width:400px;
}

#main dd.up1 {
	margin-top:-46px;
}
	
#main table.about {
	width:80%;
	margin:30px auto;
	border:3px dotted #FF6633;
	border-spacing:0;
}

#main table.about th {
	background-color:#FCC;
	color:#600;
	text-align:center;
	font-weight:bold;
	width:80px;
	padding:8px 5px;
}

#main table.about th.th_top {
	width:auto;
}

#main table.about th.th_morning {
	background-color:#9FF;
}
#main table.about th.th_afternoon {
	background-color:#FF3;
}
#main table.about th.th_evening {
	background-color:#FC3;
}

#main table.about th.th_spring {
	background-color:#CF9;
}
#main table.about th.th_summer {
	background-color:#FC9;
}
#main table.about th.th_fall {
	background-color:#FC3;
}
#main table.about th.th_winter {
	background-color:#9CF;
}
#main table.about th.th_title {
	background-color:#CF9;
}


#main table.about td {
	background-color:#FFC;
	color:#000;
	text-align:left;
	padding:8px 5px;
}

#main table.about td {
	border-bottom:#960 1px dotted;
}
#main table.about td.td_bottom {
	border-bottom:none;
}
#main table.about td.td_center {
	border-right:#960 1px dotted;
}
#main table.about td.td_leftborder {
	border-left:#960 1px dotted;
}


#main table.about ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
}

#main table.div5 th {
	width:20%;
}

#main table.div5 td {
	font-size:11px;
	line-height:120%;
	border-bottom:none;
}

#main table.div5 td .normal {
	text-indent:0px;
	margin:0px 0px 8px;
	padding:0px;
}

#main table.div5 td .mini {
	font-size:9px;
}

#main table.div5 td .miniright {
	font-size:9px;
	text-align:right;
}

#main .box {
	width:78%;
	margin:30px auto;
	border:3px dotted #FF6633;
	background-color:#FFC;
	padding:8px 5px;
}

#main .box_narrow {
	width:60%;
	margin:30px auto;
	border:3px dotted #FF6633;
	background-color:#FFC;
	padding:8px 5px;
}

#main ol {
	list-style-position:inside;
}

#main img {
	margin:0px auto 0px;
}

#main img.em {
	vertical-align:-3px;
}

#main .img2 {
	position:relative;
	left:20px;
	top:20px;
	margin-bottom:20px;
}

#main .img3 {
	position:relative;
	left:90px;
	top:-20px;
}

#main .img4 {
	position:relative;
	left:145px;
	top:10px;
}

#main dl.weekly {
	width:80%;
	height:auto;
	margin:30px auto;
	border:3px dotted #FF6633;
	border-spacing:0;
	background-color:#FFC;
}

#main dl.weekly .daybox {
	float:left;
	width:20%;
	height:auto;
}

#main dl.weekly dt {
	display:block;
	margin:0px;
	background-color:#FCC;
	color:#600;
	text-align:center;
	font-weight:bold;
	padding:8px 5px;
	width:auto;
	height:auto;
}

#main dl.weekly dd {
	display:block;
	margin:0px;
	font-size:11px;
	line-height:120%;
	border-bottom:none;
	background-color:#FFC;
	color:#000;
	text-align:left;
	padding:8px 5px;
	width:auto;
	height:auto;
}

#main dl.weekly dd .normal {
	text-indent:0px;
	margin:0px 0px 8px;
	padding:0px;
}

#main dl.weekly dd .mini {
	font-size:9px;
}

#main dl.weekly dd .mini2 {
	font-size:9px;
	margin:0px 0px 8px;		
}

#main dl.weekly dd .miniright {
	font-size:9px;
	text-align:right;
}

#main dl.weekly dd .pcbr {
	display:inline-block;
}

#link ul {
	list-style-type:none;
	margin-top:10px;
}

#link ul.widespace {
	margin-top:30px;
}

#link img {
	display:block;
	margin:0px auto;
}

#link h2 {
	width:100%;
	height:28px;
	text-align:center;
	background-image:url(img/link_h2.png);
	line-height:20px;
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#003;
	font-size:16px;
	font-weight:bold;
}

.center {
	text-align:center;
	margin:20px auto;
}
.center img {
	vertical-align:middle;
}

strong {
	font-weight:bold;
	color:#993300;
}

.width80 {
	width:80%;
	margin:0 auto;
}

#main .width80 p, #main .width80 ul {
	margin-left:0;
	width:auto;
}

#main .access_margin {
	margin-top:60px;
}
#main .img_margin {
	margin-top:60px;
}

#main .docimg {
	margin:0 0 30px;
	width:100%;
	text-align:center;
}

#main .docimg img {
	width:640px;
}

.red {
	color:#c00;
}

.blue {
	color:#00c;
}

.green {
	color:#090;
}

.pink {
	color:#F0C;
}

.purple {
	color:#909;
}

.bold {
	font-weight:bold;
}

.float3 {
	width:33.3%;
	float:left;
	text-align:center;
}

.float4 {
	width:25%;
	float:left;
	text-align:center;
}

.float30p {
	width:30%;
	float:left;
	text-align:center;
}

.float40p {
	width:40%;
	float:left;
	text-align:center;
}

.float60p {
	width:60%;
	float:left;
	text-align:center;
}

.float200l {
	width:200px;
	float:left;
	text-align:center;
	padding-left:15px;
}

.float200r {
	width:200px;
	float:right;
	text-align:center;
	padding-left:15px;
}

.float165 {
	width:165px;
	float:left;
	text-align:center;
}

.left20p {
	padding-left:20%;
}

#main .topmargin {
	padding-top:40px;
}

#main .bottommargin {
	margin-bottom:50px;
}

#main .bottommargin_narrow {
	margin-bottom:20px;
}

#main .topmargin {
	padding-top:40px;
}

.narrowmargin {
	margin-top:2px;
	margin-bottom:2px;
}

.topnomargin {
	margin-top:0px;
}

.bottomnomargin {
	margin-bottom:0px;
}

.photomargin {
	margin-bottom:20px;
}

.big {
	font-size:125%;
}

.nolink {
	color:#000;
	text-decoration:none;
}
