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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*IE9未満用*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	background-color:#F9FFE1;
	color: #603813;
	
}

#system_main {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-x;
	background-position:center top;
}


header {
	width:1020px;
	height: 250px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:center top;	

}

header h1{
	margin-top:0px;
	padding-top:20px;
}

header nav{
	width:710px;
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
	background-image:url(images/bg_menu.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

header nav ul{
	width:600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;

}
header nav ul li {
	float: left;

}
header nav ul li a{
	width:120px;
	height:95px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-size:cover;
}

header nav ul li:nth-child(1){
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(1):hover{
	background-image: url(images/menu1_a.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}

header nav ul li:nth-child(2){
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(2):hover{
	background-image: url(images/menu2_a.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(3){
	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(3):hover{
	background-image: url(images/menu3_a.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(4){
	background-image: url(images/menu4.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(4):hover{
	background-image: url(images/menu4_a.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(5){
	background-image: url(images/menu5.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
header nav ul li:nth-child(5):hover{
	background-image: url(images/menu5_a.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}

header nav ul li:last-child{
	margin-right:0px;
}

	
#main {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:30px;
	padding-bottom:0px;
	width: 1020px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;

}

#main h2{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#footer {
	width: 100%;
	height: 177px;
	left: 0px;
	text-align: center;
	padding: 0px;
	margin-top:-60px;
	background-image:url(images/address.png), url(images/bg_footer.png);
	background-repeat:no-repeat, repeat-x;
	background-position:right bottom, bottom;
}

#footer p{
	font-size:12px;
	padding-top:160px;
}


.pagetop {
	clear:both;
	text-align: right;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#ensha, #hoshin{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#ensha img{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;

}

#map, #outline, #target, #guide, #daily, #lunch, #event{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#googlemap{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px solid #fff;
	box-shadow:1px 1px 5px #ccc;
	-moz-box-shadow:1px 1px 5px #ccc;
	-webkit-box-shadow:1px 1px 5px #ccc;		
}

#map iframe{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

}

#outline table{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

#outline th{
	padding:8px 10px;
	border:1px solid #FF9999;
	background-color:#FFE8E3;
	font-weight:bold;
	text-align:center;
	color:#F66;
}

#outline td{
	padding:8px 10px;
	border:1px solid #FF9999;
	background-color:#FFF;
}

#outline p, #target p{
	margin-bottom:10px;
	text-align:left;
}

#kihon ul{
	margin-bottom: 30px;
}


#kihon ul li{
	text-align: left;
	background-image: url(images/ho_list.gif);
	background-repeat:no-repeat;
	background-position: center left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 1px dashed #FC0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}


#contents, #kihon{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}	

#contents p, #lunch p{
	width:98%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}


#contents p img{
	float:right;
}

#program{
	float:left;
	margin-left:15px;
}

#d_photo{
	float:right;
}

#d_photo ul li{
	margin-top:15px;
}


#d_photo img{
	width:200px;
	margin-right:15px;
	border:6px solid #fff;
	box-shadow:3px 3px 3px #ccc;
	-moz-box-shadow:3px 3px 3px #ccc;
	-webkit-box-shadow:3px 3px 3px #ccc;
}

.odd{
	transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
}

.even{
	transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
}

#caution ul{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#caution ul li{
	list-style-type:disc;
	text-align:left;
	margin-left:60px;
	margin-right:60px;

}

#event .ev_con td{
	padding-bottom:20px;
}

#event .e_photo{
	width:98%;
}

#event .e_photo img{
	width:200px;
	border:6px solid #fff;
	box-shadow:3px 3px 3px #ccc;
	-moz-box-shadow:3px 3px 3px #ccc;
	-webkit-box-shadow:3px 3px 3px #ccc;
}