@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:139px;
	top:35px;
	width:320px;
	height:71px;
}

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

#header a.tayori {
	display:block;
	width:126px;
	height:38px;
	position:absolute;
	right:22px;
	top:93px;
	text-align:center;
	font-size:15px;
	line-height:38px;
	color:#fff;
	text-shadow: 1px 1px 0.5px rgba(0,0,0,0.65); /*CSS3*/
	background-image:url(img/link_li.png);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}

#header .tayori {
	width:126px;
	height:38px;
	position:absolute;
	right:22px;
	top:93px;
	text-align:center;
	font-size:15px;
	line-height:38px;
	background-image:url(img/link_li.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	text-shadow: 1px 1px 0.5px rgba(0,0,0,0.65); /*CSS3*/
	text-decoration:none;
}

#header .tayori a {
	color:#fff;
	text-decoration:none;
}

#header .tayori2, #header .tayori_now {
	width:126px;
	height:38px;
	-webkit-border-radius: 19px / 19px;
	border-radius: 19px / 19px;
}

#header .tayori_now {
	background-image:url(img/link_li_now.png);
}

#header .tayori a:hover .tayori2 {
	color:#d30;
	background-color:rgba(255,255,255,0.3);
}

#header .tayori a .tayori_now {
	background-color:rgba(0,100,0,0.3);
}
	
#header .tayori a:hover .tayori_now {
	background-color:rgba(255,255,255,0.3);
}

#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 li.naviitem_now_mon {
	background-image:url(img/navi_d_mon.jpg);
}
	
#navi a:hover li.naviitem_now {
	background-color:#FC9;
	background-image:url(img/navi_o.jpg);
}
	
#navi a:hover li.naviitem_now_mon {
	background-color:#FC9;
	background-image:url(img/navi_o_mon.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:262px;
	height:43px;
	line-height:43px;
	font-size:18px;
	color:#003300;
	text-align:center;
	margin:30px auto;
	background-image:url(img/h3.jpg);
}

h3.wide {
	width:450px;
	background-repeat:no-repeat;
	background-position:center;
}

h3.twolines {
	height:66px;
	line-height:22px;
}

h3.threelines {
	height:88px;
	line-height:22px;
}

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

h4.wide {
	width:450px;
}

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

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

#main .align_right {
	text-align:right;
}

#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:12em;
	text-indent:-3em;
	width:100%;
	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 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.w1 {
	width:14%;
}

#main table.about th.w25 {
	width:25%;
}

#main table.about th.w2 {
	width:43%;
}

#main table.about th.w3 {
	width:43%;
}

#main table.about td.w31 {
	width:21.5%;
}

#main table.about td.w32 {
	width:21.5%;
}

#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 .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 .img0 {
	position:relative;
	height:200px;
}

#main .img2 {
	display:block;
	position:absolute;
	left:30px;
	top:80px;
	margin-bottom:20px;
	text-align:center;
}

#main .img3 {
	display:block;
	position:absolute;
	left:150px;
	top:0px;
	text-align:center;
}

#main .img4 {
	display:block;
	position:absolute;
	left:250px;
	top:95px;
	text-align:center;
}

#main .img5 {
	display:block;
	position:absolute;
	left:395px;
	top:70px;
	text-align:center;
}

#main .img6 {
	display:block;
	position:absolute;
	left:520px;
	top:-5px;
	text-align:center;
}

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

#main .docimg2 img {
	width:320px;
}

#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;
	position:relative;
}
.center img {
	vertical-align:middle;
}

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

.notice {
	font-weight:bold;
	font-size:120%;
	color:#cc0000;
}

.red {
	color:#c00;
}


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

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

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

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

#main .popup {
	top:0px;
	left:0px;
	width:190px;
	background-color:rgba(255,255,102,0.9);
	position:absolute;
	visibility:hidden;
	text-align:left;
	padding:5px;
}

#main .popup button {
	padding:1px 3px;
	margin-top:2px;
	margin-left:70px;
	border:outset 2px #390;
	color:#fff;
	background-color:#260;
	cursor:pointer;
}

hr {
	border:1px inset #888;
	width:80%;
	margin:20px auto 20px;
}

.bottommargin {
	margin-bottom:50px;
}

.bottommargin_narrow {
	margin-bottom:20px;
}

.bottomminusmargin {
	margin-top:10px;
	margin-bottom:-40px;
}

#main .kome {
	text-indent:-1em;
}