@charset "utf-8";
/* CSS Document */

/* PRINT ===================================================== */

@media print {
  *html body {
    zoom: 64%;
  }
}


/* RESET ===================================================== */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}


a {
    color: #3366CC;
}
a:hover {
    color: #666;
    text-decoration: none;
}


/* RESET ===================================================== */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

.clear {
	clear: both;
}

/* =================================================== */

body {
	background: #FBFAEC;
	color: #000;
	font-size: 82%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	min-width: 980px;
	width: expression(document.body.clientWidth < 982? "980px" : "auto");
}


/* container box */
#container {
	margin: 0 auto;
	line-height: 1.3em;
}


/* Block Skip */
div#blockskip { z-index: 9999; overflow: visible; margin: 0; padding: 0; width: 100%; }
div#blockskip a {
	overflow: hidden;
	display: block;
	background: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1px;
	line-height: 0;
	cursor: default;
}
div#blockskip a:hover { text-decoration: underline; color:#fff; }
div#blockskip a.show {
	height:1em;
	margin-top: -3px;
	padding: 5px 0;
	color: #ffffff;
	font-size: 100%;
	line-height: 1;
	cursor: pointer;
}

/* HEADER =================================================== */

#header {
	margin-bottom: 8px;
	background: #fff;
}
#header .inline {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 12px 0 7px;
}
#logo {	float: left;}


/* navi area */
#navi_area {
	float: right;
	width: 590px;
	margin-bottom: 2px;
}
	
#navi_area #nav_link {
	float: right;
	padding: 3px 0 0;
}
#navi_area #nav_link li {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 0 3px 24px;
	background: url(../img/icon_arrow01.png) 8px center no-repeat;
}

#navi_area #search {
	float: right;
	width: 322px;
	margin-bottom: 8px;
}
#search dt {
	float: left;
	width: 82px;
	margin-right: 3px;
}
#search dd {float: left; padding: 0;}
#search input {
	margin: 0;
	padding: 0;
}
#search .keyword {
	width: 170px;
	height: 28px;
	padding: 3px;
	_padding: 3px 2px 2px;
	background: url(../img/search_bg.jpg) left top no-repeat;
}
#search .keyword input {
	width: 164px;
	height: 22px;
	padding: 0;
	border: none;
	vertical-align:middle;
}
	/* IE7 hack */
	*+html #search .keyword input {
		width: 164px !important;
		height: 22px;
		line-height: 22px;
	}
	/* IE6 hack */
	#search .keyword input {
		_width: 164px !important;
		_height: 22px;
		_border-width: 0;
		_zoom: 1;
		vertical-align:top;
	}
#search .button {
	width: 58px;
	height: 34px;
}
#search .button input {
	height: 34px;
	border: 0;
	vertical-align: middle;
}



#sp_link {
	float: right;
	margin-right: 15px;
}

/* txt_size */
#txt_size {
	clear: both;
	overflow: hidden;
	float: right;
	width: 240px;
}
#txt_size dt {
	margin-right: 5px;
}
#txt_size dt,
#txt_size dd {float: left;}
#txt_size ul {
	overflow: hidden;
}
#txt_size li {
	float: left;
	margin-left: 3px;
	cursor: pointer;
}
#txt_size li a {
	display: block;
	width: 52px;
	height: 34px;
	background-image: url(../img/txt_btns.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#txt_size .normal a {	
	background-position: 0 0;
}
#txt_size .normal a:hover {
	background-position: 0 -44px;
}
#txt_size .big a {
	background-position: -56px 0;
}
#txt_size .big a:hover {
	background-position: -56px -44px;
}
#txt_size .bigger a {
	background-position: -112px 0;
}
#txt_size .bigger a:hover {
	background-position: -112px -44px;
}

/* GLOBAL NAVI =================================================== */
#gnav {
	clear: both;
	border-top: 2px solid #59A022;
	background: url(../img/header_bg.jpg) center bottom repeat-x;
}
#gnav ul {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 7px;
}
#gnav li {
	float: left;
	width: 245px;
	list-style: none;
}
#gnav li a {
	display: block;
	padding: 20px 15px 20px 2.5em;
	border-bottom: 1px solid #fff;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#gnav li a:hover {
	color: #2F884E;
}
#gnav li#home a {
	background: url(../img/gnav_home.jpg) left top no-repeat;
}
#gnav li#news a {
	background: url(../img/gnav_news.jpg) left top no-repeat;
}
#gnav li#event a {
	background: url(../img/gnav_event.jpg) left top no-repeat;
}
#gnav li#time a {
	background: url(../img/gnav_time.jpg) left top no-repeat;
}

/* hover, active */
#gnav li#home a:hover,
#gnav li#home a.active {
	background: url(../img/gnav_home_on.jpg) left top no-repeat;
}
#gnav li#news a:hover,
#gnav li#news a.active {
	background: url(../img/gnav_news_on.jpg) left top no-repeat;
}
#gnav li#event a:hover,
#gnav li#event a.active {
	background: url(../img/gnav_event_on.jpg) left top no-repeat;
}
#gnav li#time a:hover,
#gnav li#time a.active {
	background: url(../img/gnav_time_on.jpg) left top no-repeat;
}


/* CONTENTS =================================================== */
#wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px;
}

/* crumb =================================================== */
#crumb {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;
	zoom: 1;
}
#crumb li {
	float: left;
	margin-right: 5px;
	padding: 3px 0 3px 10px;
	background: url(../img/icon_crumb.gif) left center no-repeat;
}
#crumb li.home {
	clear: both;
	padding-left:0;
	background:none;
}
#crumb li a {
	margin-right: 4px;
}


/* FOOTER =================================================== */
#footer {
	clear: both;
	padding: 116px 0 15px;
	background: #fff url(../img/footer_bg.jpg) center top repeat-x;
	zoom: 1;
}
#footer .inner {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#footer #fnav {
	overflow: hidden;
	margin-bottom: 30px;
}
#footer #fnav ul {
	float: left;
}
#footer #fnav li {
	display: inline;
	margin-right: 12px;
	padding: 3px 0 3px 20px;
	background: url(../img/icon_arrow01.png) left 6px no-repeat;
}
#footer #fnav #pagetop {
	float: right;
}

#footer #info {
	overflow: hidden;
	margin-bottom: 20px;
}
#footer #info dl {
	float: left;
	margin-right: 50px;
	display:block;
	white-space:nowrap;
}
#footer #info dl dt {
	font-weight: bold;
}

#copyright {
	padding: 3px;
	background: #59A022;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
#copyright .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#copyright #chara {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 9999;
}