@charset "utf-8";
/* ----------------------------------------------------------

1.Universal Selector
2.Structure Module
3.Text Module
4.Table Module
5.List Module
6.Image Module
7.Link Module

------------------------------------------------------------- */


/* ==========================================================

     1.Universal Salector

============================================================= */
* {
	margin: 0;
	padding: 0;
	color: #221815;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	font-size: 1em;
	letter-spacing: 0.1em;
	zoom: normal;
}


/* ==========================================================

     2.Structure Module

============================================================= */
html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; }

/* clearfix */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*��*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	margin: auto;
	width: 820px;
	height: 100%;
	min-height: 100%;
	background: url(images/main_bg.png) repeat-y;
}
	body > #container{ 
			height: auto; 
	}

#header {
	height: 380px;
}

#main {
	margin: 0 30px;
}
	.section {
		clear: both;
		padding-bottom: 30px;
	}
	.img_l {
		float: left;
		font-size: 0.7em;
	}
	.img_r {
		float: right;
		font-size: 0.7em;
	}
.clear { clear: both; }

#footer {
	clear: both;
	color: #004537;
}
	#hostarea {
		padding: 20px 0;
		background: #dae259 url(images/hostarea_bg.png) repeat-x;
		border-top: 4px solid #00775f;
	}
		.host {
			margin: auto;
			padding-bottom: 10px;
			width: 740px;
		}


/* ==========================================================

     3.Text Module

============================================================= */
h1 {
	width: 820px;
	height: 330px;
	background: url(images/h1_enjoyteganuma.png) no-repeat;
	text-indent: -9000px;
}

h2 {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
	#kitemite { width: 420px; height: 70px; background-image: url(images/h2_kitemite.png); }
	#mori     { width: 581px; height: 40px; background-image: url(images/h2_mori.png); }
	#tanosii  { width: 420px; height: 40px; background-image: url(images/h2_tanosii.png); }
	#jujitu   { width: 420px; height: 40px; background-image: url(images/h2_jujitu.png); }
	#dantai {
		margin: 0 auto;
		width: 820px;
		height: 100px;
		background-image: url(images/h2_host.png);
	}

h3 {
	margin-bottom: 0.5em;
	color: #004537;
}

p#intro {
	width: 820px;
	height: 50px;
	background: url(images/gogatu.png) no-repeat;
	text-indent: -9000px;
}

.section p, .section ul, .section ol, .section dl, .section table { font-size: 0.75em; }
.section p {
	margin: 0 10px 15px 10px;
	line-height: 1.75;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

hr {
	margin: 15px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dae259;
	height: 1px;
}

address {
	font-style: normal; font-size: 0.65em; text-align: center;
}


/* ==========================================================

     4.Table Module

============================================================= */


/* ==========================================================

     5.List Module

============================================================= */
ul { list-style: none; }

#main .section ul {
	margin: 0 0 10px 1em;
}
	#main .section ul li {
		padding-bottom: 0.5em;
	}

#past li, .host li  { display: inline; margin-right: 2em; white-space: nowrap; }

#main .section dl {
	margin: 0 0 10px 1em;
}
	#main .section dl dt {
		padding: 0.5em 0 0.25em 0;
		font-weight: bold;
	}
	#main .section dl dd {
		padding: 0 20px 0 1em;
	}


/* ==========================================================

     6.Image Module

============================================================= */
img { border: none; vertical-align:text-top; }


/* ==========================================================

     7.Link Module

============================================================= */
a { border: none; color: #b22a01; text-decoration: none; overflow: hidden; outline: none; }

#footer a { color: #004537; text-decoration: underline; }
	#footer a:hover { text-decoration: none; }


