@charset "shift_jis";

/*============================================================================
　ベース
============================================================================*/
body {
	margin:0;
	padding:0;
	color:#FFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	background-color: #16280C;
}
h1,h2,h3,p,a,ul,li,dl,dt,dd,
form,address,noscript {
	margin: 0px;
	padding: 0px;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}
ul,ol,li {
	list-style:none;
}
img {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:bottom;
}
a img {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:bottom;
}
li img {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:bottom;
}
/*============================================================================
　クリア
============================================================================*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	padding-right: 20px;
}
.clr {
	clear: both;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Mac版IEを除外 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*============================================================================
　レイアウト
============================================================================*/
#container {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #425637;
	border-left-color: #425637;
	background-color: #394f34;
	color: #FFF;
}
#container #contents {
	float: right;
	width: 704px;
}
#container .box {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 5px;
}
#container .box h2 {
	height: 45px;
	width: 720px;
	display: block;
}
#container .box .txt {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}
#container .box .txt p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container .box .txt .list li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 0.3em;
	margin-left: 1em;
}


.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#container .box .txt .link img {
	margin-left: 0.5em;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#container .box h2{
	display: block;
	height: 45px;
	}
#container .box h2 img {
	margin-right: 1.5em;
	float: left;
}
#container .box h2 a,
#container .box h2 .title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	position: relative;
	top: 14px;
	}
#container .box h2 a:link,
#container .box h2 a:visited {
	margin-bottom: 10px;
}
#container .box .txt .link a:link,
#container .box .txt .link a:visited{
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
}
#container .box h2 .period {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	top: 15px;
	left: 1em;
	line-height: 18px;
}
#container .line {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/line850.gif);
	background-repeat: no-repeat;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#container .box .txt .temafair,
#container .box .txt .schedule {
	width: 398px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #949E93;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949E93;
	text-align: center;
	margin-top: 5px;
}
#container .box .txt .temafair tr th,
#container .box .txt .temafair tr td,
#container .box .txt .schedule tr th,
#container .box .txt .schedule tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #949E93;
	border-bottom-color: #949E93;
	padding: 5px;
}
#container .box .txt .temafair tr td {
	text-align: left;
	padding-left: 1em;
}
#container .box .txt .temafair tr th,
#container .box .txt .schedule tr th {
	background-color: #607850;
}

#container .box .txt .mizunosquare {
	width: 550px;
	margin-top: 10px;
}
#container .box .txt .mizunosquare dt {
	padding: 5px;
	width: 60px;
	background-color: #607850;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
#container .box .txt .mizunosquare dd {
	float: left;
	width: 480px;
	margin-bottom: 5px;
}
#container .box .txt .mizunosquare dd ul {
}
#container .box .txt .mizunosquare dd ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 5px;
	margin-right: 3em;
}
#container .box .txt .mizunosquare dd ul .asterisk {
	list-style-type: none;
	color: #F00;
}
