@charset "utf-8";

/***********************************************************

 Yahoo! UI Library: Fonts CSS

************************************************************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4

==============================================
Font-size Adjustment

77% = 10px	| 	123.1% = 16px	|	167% = 22px	
85% = 11px	|	131% = 17px 	|	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
108% = 14px	|	153.9% = 20px	|	197% = 26px
116% = 15px	|	161.6% = 21px	|

※ container で 108％を指定

==============================================*/

body{font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/***********************************************************

 Default

************************************************************/

/* clearfix */

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

/* Hides from MacIE \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

/* IE7でimgの拡大縮小を綺麗にする */

img {
	-ms-interpolation-mode: bicubic;
}

/***********************************************************

 Tag

************************************************************/

body {
	margin: 0px;
	padding: 0px;
	color: #6A6352;
	text-align: center;
	word-wrap: break-word;
	background: #99CEE3 url(../images/bg-body.jpg) repeat-x left top;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	text-align: left;
}
div, p, table, form {
	text-align: left;
}
p {
	line-height: 1.5;
	margin-bottom: 16px;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol {
	margin: 0px 0px 16px 36px;
}
dl {
	line-height: 1.5;
}
strong {
	font-weight: bold;
}
a:link,a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover,a:active {
	color: #7DA91F;
	text-decoration: underline;
}
hr {
	display: none;
}
blockquote {
}
address {
}
abbr {
	border-bottom-width: 0;
}

/***********************************************************

 Class

************************************************************/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.last {
	margin: 0px !important;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 128%;
}
.note {
	text-indent: -1em;
	margin-left: 1em;
}
.point {
	color: #0068B7;
}
.necessary {
	color: #0068B7;
	font-weight: bold;
}
.weather-info {
	background: url(../images/mark-weather.gif) no-repeat left top;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/***********************************************************

 Main Layout

************************************************************/

#home #container {
	position: relative;
	width: 950px;
	text-align: center;
	margin: 0px auto;
	font-size: 108%;
	background: url(../images/bg-container.gif) repeat-y left top;
}
#home #header {
	position: relative;
	width: 950px;
	height: 231px;
	background: url(../images/bg-header.jpg) no-repeat left top;
}
#home #contents-outer {
	position: relative;
	width: 950px;
	background: url(../images/bg-home-contents.jpg) no-repeat left top;
}
#home #contents {
	position: relative;
	width: 840px;
	padding: 22px 55px 0px;
	overflow: hidden;
}
#home #content-body {
	position: relative;
	float: left;
	width: 546px;
}
#home #side {
	width: 281px;
	float: right;
}
#home #footer {
	position: relative;
	width: 880px;
	height: 36px;
	padding: 45px 35px 0px;
	background: #99CEE3 url(../images/bg-footer.gif) no-repeat left top;
}

/***********************************************************

 Sub-Layout

************************************************************/

/* header
----------------------------------------------------------- */

#header h1 {
	position: absolute;
	top: 37px;
	left: 31px;
}
#header ul#navigation {
	position: absolute;
	top: 172px;
	left: 69px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#header ul#navigation li {
	float: left;
	margin-right: 12px;
}
#header ul#navigation li img {
	display: block;
}

/* footer 
----------------------------------------------------------- */

#home #footer #copyright {
	float: left;
	padding-top: 3px;
}
#home #footer #footer-navigation {
	float: right;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#home #footer #footer-navigation li {
	float: left;
	margin-left: 12px;
}
#home #footer #footer-navigation li img {
	display: block;
}

/***********************************************************

 ホーム /index

************************************************************/

#home .section {
	background: url(../images/home-section-bg.gif) repeat-y left top;
	width: 518px;
	position: relative;
	padding: 0px 14px;
	margin-bottom: 15px;
}
#home .section h2 {
	width: 546px;
	margin: 0px -14px 12px;
}
#home .section .bt {
	position: absolute;
	top: 0px;
	right: 0px;
}
#home .section ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#home .section ul li {
	float: left;
	margin-right: 12px;
}
#home .section ul li img {
	display: block;
}
#home .section .section-footer {
	width: 546px;
	height: 8px;
	margin: 0px -14px;
	padding-top: 4px;
	background: url(../images/home-section-footer-bg.gif) no-repeat left bottom;
}
#home #event-section {
	width: 830px;
	height: 242px;
	padding: 5px 5px ;
	margin-bottom: 15px;
}
#home #event-section #main-event {
	float: left;
	width: 590px;
	height: 242px;
}
#home #event-section #main-event .crossfade {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#home #event-section #main-event-list {
	float: right;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: 242px;
	overflow: hidden;
}
#home #event-section #main-event-list li {
	height: 78px;
	margin-bottom: 4px;
}
#home #news-section {
}
#home #news-section dl {
	position: relative;
}
#home #news-section dt {
	position: absolute;
	width: 6.5em;
}
#home #news-section dd {
	padding-left: 7em;
}
#home #info-section {
}
#home #info-section ul {
	overflow: hidden;
	margin-bottom: 10px;
}
#home #info-section ul li {
	float: left;
	margin-right: 0px;
}
#home #info-section p {
	margin-bottom: 4px;
}
#home #school-section {
}
#home #school-section ul {
	background: url(../images/home-school-section-bg.jpg) no-repeat left top;
	margin: -8px -6px -5px;
	height: 102px;
	padding: 18px 0px 0px 109px;
}
#home #school-section ul li {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}
#home #banner-section {
	width: 544px;
	background-color: #FFF;
	border: solid 1px #9FC01D;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#home #banner-section ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
}
#home #banner-section ul li {
	float: left;
	width: 260px;
	margin-right: 4px;
}
#home #banner-section ul li img {
	display: block;
}
#home #contents-menu {
	font-size: 85%;
}
#home #sub-event-section {
	background: url(../images/home-side-section-bg.gif) repeat-y left top;
	width: 251px;
	position: relative;
	padding: 0px 15px;
	margin-bottom: 15px;
}
#home #sub-event-section h2 {
	width: 281px;
	margin: 0px -15px 12px;
}
#home #sub-event-section .bt {
	position: absolute;
	top: 0px;
	right: 0px;
}
#home #sub-event-section .section-footer {
	width: 281px;
	height: 8px;
	margin: 0px -15px;
	background: url(../images/home-side-section-footer-bg.gif) left bottom;
}
#home #sub-event-section ul {
	list-style: none;
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#home #sub-event-section ul li {
	width: 251px;
	background: url(../images/home-side-section-line.gif) no-repeat left bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
	overflow: hidden;
}
#home #sub-event-section ul li img {
	float: left;
	margin-right: 8px;
}
#home #sub-event-section ul li strong {
	font-size: 117%;
	font-weight: normal;
}
#home #sub-event-section .announce {
	font-size: 86%;
	text-align: center;
	padding-bottom: 12px;
}
#home #other-info {
	width: 524px;
	background-color: #FFF;
	border: solid 1px #9FC01D;
	margin-bottom: 15px;
	padding: 10px;
	overflow: hidden;
}
#home #mobile-info {
	float: left;
	width: 252px;
	padding-right: 10px;
}
#home #access-info {
	float: left;
	width: 252px;
	border-left: solid 1px #9FC01D;
	padding-left: 9px;
	min-height: 90px;
	_height: 90px;
}
#home #access-info p {
	margin: 0px;
}
#home #link-banner {
	text-align: center;
	margin-bottom: 20px;
}

/***********************************************************

 Main Layout - winter -

************************************************************/

#home.winter-thema #header {
	background: url(../images-winter/bg-header.jpg) no-repeat left top;
}
#home.winter-thema #contents-outer {
	background: url(../images-winter/bg-home-contents.jpg) no-repeat left top;
}

/***********************************************************

 Sub-Layout -winter -

************************************************************/

/* header
----------------------------------------------------------- */

#home.winter-thema #header h1 {
	top: 22px;
}
#home.winter-thema #header ul#navigation-whitepark {
	position: absolute;
	top: 143px;
	left: 70px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#home.winter-thema #header ul#navigation-whitepark li {
	float: left;
	margin-right: 27px;
}
#home.winter-thema #header ul#navigation-whitepark li img {
	display: block;
}
#home.winter-thema #header ul#navigation {
	position: absolute;
	top: 188px;
	left: 75px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#home.winter-thema #header ul#navigation li {
	float: left;
	margin-right: 30px;
}
#home.winter-thema #header ul#navigation li img {
	display: block;
}

/***********************************************************

 ホーム - winter - /index

************************************************************/

#home.winter-thema .section {
	background: url(../images-winter/home-section-bg.gif) repeat-y left top;
}
#home.winter-thema .section .section-footer {
	background: url(../images-winter/home-section-footer-bg.gif) no-repeat left bottom;
}
#home.winter-thema #news-section p {
	margin-bottom: 8px;
}
#home.winter-thema #whitepark-section {
}
#home.winter-thema #whitepark-section .inner {
	overflow: hidden;
}
#home.winter-thema #whitepark-section .area-map {
	float: left;
	width: 230px;
}
#home.winter-thema #whitepark-section .text {
	float: right;
	width: 279px;
}
#home.winter-thema #whitepark-section ul {
}
#home.winter-thema #whitepark-section ul li {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}
#home.winter-thema #banner-section {
	border: solid 1px #87C7DC;
}
#home.winter-thema #other-info {
	border: solid 1px #87C7DC;
}
#home.winter-thema #access-info {
	border-left: solid 1px #87C7DC;
}
#home.winter-thema #access-info {
	border-left: solid 1px #87C7DC;
}
#home.winter-thema #sub-event-section {
	background: url(../images-winter/home-side-section-bg.gif) repeat-y left top;
}
#home.winter-thema #sub-event-section .section-footer {
	background: url(../images-winter/home-side-section-footer-bg.gif) left bottom;
}
