@charset "utf-8";

/* CSS Reset */
*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
img {
	vertical-align: top;
	margin: 0;
}
a img {
	border: none;
}
li {
	list-style: none;
}

/* common style */
a:link {
	color: #F66;
}
a:visited {
	color: #F66;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F66;
}

h2.title img {
	margin: 20px -30px 10px 0;
	_margin: 10px -30px 10px 0;
}

.entry h3 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(../img/h3_icon.jpg) no-repeat;
	font-size: medium;
	font-weight: bold;
	color: #005447;
}

.hide{
 position:absolute;
 top:-2000px;
 left:-2000px;
}

.gototop {
	text-align: right;
	margin-top: 20px;
}

#header {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#header li {
	float: left;
}

#main {
	width: 640px;
	margin: 0 auto;
	padding: 20px 60px 16px;
	background: #FFF;
}

#footer {
	width: 100%;
	height: 47px;
	margin: 0;
	padding: 0;
	background: url(../img/footer_bg.jpg) repeat-x;
}

#footer p {
	width: 780px;
	height: 30px;
	margin: 0 auto;
	padding-top: 17px;
	background: url(../img/footer.jpg) no-repeat;
	text-align: center;
	color: #FFF;
}

.entry {
	width: 598px;
	margin: 20px 0;
	padding: 20px;
	background: #F0F6CE;
	border: #73BE1E 1px solid;
    overflow: hidden;
}
.entry:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html.entry {
    height: 1em;
    overflow: visible;
}
/**/

.schedule dl {
	margin: 0;
	padding: 0;
}

.schedule dt {
	width: 9em;
	margin-left: 1em;
	padding-left: 1em;
	background: url(../img/schedule_dt_icon.gif) no-repeat;
}

.schedule dd {
	margin-left: 9em;
	margin-top: -1.3em;
}

.gallery-item  {
	float: left;
	margin: 10px 17px 0 0;
}

.gallery-item dt {
	background: none;
}


/* top style */
#top-header {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#top-header li {
	float: left;
}

#top-main {
	width: 690px;
	margin: 0 auto;
	padding: 35px 35px 16px;
	background: #588C01 url(../img/top_main_bg.jpg) repeat-x;
}

#right-box {
	width: 264px;
	float: right;
}

#top-description {
	width: 264px;
}

#top-description p {
	border-top: #EDFFCA 1px solid;
	padding-top: 10px;
}

#link {
	width: 264px;
	height: 288px;
	margin-top: 20px;
	background: url(../img/link_bg.jpg) center bottom no-repeat;
}

#link ul {
	margin: 0 10px 0 20px;
}

#link li {
	margin: 6px;
}

#top-topics {
	width: 392px;
	height: 438px;
	background: #EDFFCA url(../img/topics_bottom.jpg) center bottom no-repeat;
}

#top-topics object {
	border: #FC9D29 1px solid;
}

#top-footer {
	text-align: center;
	margin-top: 20px;
	color: #FFF;
}

