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

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

#header a.tayori {
	display:block;
	width:126px;
	height:23px;
	position:absolute;
	right:22px;
	top:23px;
	text-align:center;
	font-size:14px;
	line-height:23px;
	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;
}

#navi .navilink {
	width:600px;
	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;
}

h2.twolines
{
	line-height:25px;
}

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);
}

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

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

#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: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.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 th.th_bottomstrong {
	border-bottom:#960 1px dotted;
}

#main table.about td {
	border-bottom:#960 1px dotted;
}
#main table.about td.td_bottom {
	border-bottom:none;
}
#main table.about td.td_bottomweak {
	border-bottom:rgba(153,102,0,0.5) 1px dotted;
}

#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 td.red {
	color:#c00;
}

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

#main table.about ul.mark {
	list-style-type:circle;
	list-style-position:inside;
	margin-left:4em;
	margin-bottom:8px;
	padding-left:0em;
}

#main table.about ul.mark ul.mark {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:3em;
	margin-bottom:8px;
	padding-left:0em;
}

#main table.about ul.triple li{
	width:28%;
	float:left;
}

#main table.about .tripleend {
	clear:both;
}

#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;
}

#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;
}

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

.red {
	color:#c00;
}

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

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

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

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

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

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

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

#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;
}

#main .infoicon {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

video.nakayoshi {
	width:540px;
	height:304px;
}

video.nakayoshi_small {
	width:222px;
	height:168px;
}

.videowrap {
    position: relative;
}

.videobtn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    cursor: pointer;
}

