@charset "utf-8";

/**********************************************************
　Setting - 初期化
***********************************************************/
body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 12px;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: bottom;
}

/**********************************************************
　Link - リンク
***********************************************************/
a{
	outline: none;
	color: #2A6F24;
}
a:hover{
	text-decoration: underline;
	color: #FF6600;
}


/**********************************************************
　Layout - レイアウト
***********************************************************/
body{
	background: #205A1A url(img/bg.jpg) repeat-x fixed;
	color: #333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

#container{
	width: 830px;
	margin: 0 auto;
	min-height: 100%;
	background: #FFF url(img/container_bg.gif) repeat-y;
	text-align: center;
}
*html #container{
	height:100%;
}
body> #container{
	height: auto;
}

#header{
	width: 800px;
	margin: 0 auto;
}
#main{
	width: 800px;
	margin: 0 auto;
}
#side{
	float: left;
	width: 230px;
	text-align: left;
}
#contents{
	float: right;
	width: 555px;
	text-align: left;
}
#footer{
	clear: both;
	padding-top: 50px;
}

.clear{
	clear: both;
	height: 0;
}

.go_top{
	display: block;
	margin: 0 10px;
	font-size: 90%;
	text-align: right;
}
.red{
	color: #C00;
}


/**********************************************************
　footer - フッター
***********************************************************/
address{
	margin: 15px 20px 0;
	padding: 10px 0;
	font-style: normal;
	text-align: center;
	border-top: 1px dotted #CCC;
}
address a{
	font-weight: bold;
}


/**********************************************************
　side - サイド
***********************************************************/
.sidemenu{
	background: url(img/sidemenu_bg.gif) repeat-y;
}
.sidemenu ul{
	margin: 0 15px;
	line-height: 130%;
}
.sidemenu li{
	list-style: none;
	padding-top: 5px;
}

#new li{
	padding: 5px 3px;
	border-bottom: 1px dotted #CCC;
}
#new li a{
	color: #333;
}
#new li a:hover{
	color: #FF6600;
}
#new li.first{
	padding-bottom: 0px;
	border-bottom: none;
}

/**********************************************************
　cotents - コンテンツ
***********************************************************/
/*---[組合せ・結果]---*/
#result{
	background: url(img/result_bg.gif) repeat-y;
	color: #000;
	font-size: 14px;
}
#result dl{
	margin: 0 20px;
}
#result dt{
	margin-top: 8px;
	color: #003300;
}
#result dd{
	margin: 0 10px;
}
#result li{
	list-style: none;
}
#result dl img{
	margin-right: 8px;
}


/*---[開催要項etc]---*/
.contents_box{
	padding: 0 0 20px;
}
.contents_box table{
	margin: 0 10px;
	border-collapse: collapse;
}
.contents_box td,
.contents_box th{
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
}
.contents_box th{
	white-space: nowrap;
	width: 7em;
}

.contents_box ol{
	margin-left: 1.5em;
}
.contents_box ul{
	list-style: none;
}

.contents_box dd{
	margin-left: 0.5em;
	margin-bottom: 1em;
}
.contents_box dd ol{
	margin-left: 2.2em;
}

/*お問い合わせ*/
#otoiawase p{
	margin: 5px 20px;
	font-size: 14px;
}


/**********************************************************
　各頁
***********************************************************/
.contents{
	width: 760px;
	margin: 30px auto 0;
	padding-bottom: 20px;
	border-top: 5px solid #009900;
	border-bottom: 3px solid #009900;
}
.contents h2{
	width: 760px;
	margin-bottom: 20px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #009900;
}
.result_menu{
	margin: 10px auto 0;
}
.year_name{
	font-weight: bold;
}
