@charset "utf-8";

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	color:#666666;
	font-family:sans-serif;
	line-height:1.4;
}

/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}


/* デフォルトリンク色の設定 */
a{
	color:#00C4AB;
}

a:hover{
	color:#CCE739;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/




/*--------------------------

　レイアウト

---------------------------*/


/* ヘッダー
---------------------------*/
#header{
	padding:10px 0;
	border-top:#006d1f 5px solid;
	background:url(../img/bg_ball02.gif);
}
#header .inner{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	min-height:110px;
}
#info{
	float:right;
	width:20em;
	padding:10px;
	background:#ffffff;
	border:#ccc 1px solid;
}
#info dt{
	clear:left;
	float:left;
	width:6em;
}
#logo{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-54px;
}
#catch{
	position:absolute;
	left:200px;
	top:50%;
	margin-top:-1em;
	font-size:83%;
}
/* グローバルナビゲーション
---------------------------*/
#gnav{
	background:#006d1f;
}

#gnav ul{
	width:940px;
	margin:0 auto;
	border-right:#fff 1px solid;
	overflow:hidden;
}
#gnav li{
	float:left;
	color:#fff;
	width:133px;
	border-left:#fff 1px solid;
}
#gnav li.gnav01{
	width:133px;
}
#gnav a{
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	width:133px;
	border-left:#fff 1px solid;
}
#gnav a:hover{
	background:#cce739;
}
#gnav a.selected{
	background:#ffffff;
	color:#006d1f;
	font-weight:bold;
}

/* コンテンツエリア
---------------------------*/
#contents{
	width:900px;
	padding:10px 20px 0 20px;
	margin:0 auto;
	border:#006d1f 1px solid; 
}

/* パンくず
---------------------------*/
#pankuzu{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:#006d1f 1px dotted;
}
#pankuzu li{
	display:inline;
	font-size:83%;
}
#pankuzu a{
	padding-right:15px;
	background:url(../img/ico_arw01.gif) right center no-repeat;
}
/* メインコンテンツ
---------------------------*/
#main{
	margin-bottom:40px;
	padding:auto;
}
#main_s{
	width:770px;	
	margin-bottom:40px;
	padding:auto;
	float:right;
}
/* サイドバー
---------------------------*/
#side{
	width:90px;
	margin-bottom:40px
	pading:auto;
	float:left;
}
#snav{
	background:#006d1f;
}

#snav ul{
	margin: auto;
	overflow:hidden;
}
#snav li{
	color:#fff;
}
#snav a{
	display:block;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#snav a:hover{
	background:#cce739;
}
#snav a.selected{
	background:#eeeeee;
	color:#006d1f;
	font-weight:bold;
}

/* フッター
---------------------------*/
#footer{
	clear:both;
	padding:20px 0;
	background:#006d1b;
	color:#ffffff;
}
#footer .inner{
	width:940px;
	margin:0 auto;
}
#footer a{
	padding:0 10px;
	background:url(../img/ico_arw01.gif) left center no-repeat;
	color:#dddddd;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer p{
	float:right;
}

/*--------------------------

　共有スタイル

---------------------------*/

/*ページ大見出し*/
#main h2{
	padding-left:20px;
	margin-bottom:30px;
	font-size:150%;
	background:#006d1f;
	height:40pt;
	line-height:40pt;
	color:#ffffff;
}
#main h3{
	padding-left:20px;
	margin-bottom:30px;
	font-size:120%;
	background:#006d1f;
	height:30pt;
	line-height:30pt;
	color:#ffffff;
}
#main h4{
	padding-left:15px;
	margin-bottom:20px;
	color:#006e1f;
}
#main p{
	margin-bottom:10px;
	line-heigh:1.7;
}
#main ul,ol,dl{
	padding-left:10px;
	margin-bottom:15px;
}
#main_s  h2{
	padding-left:20px;
	margin-bottom:30px;
	font-size:150%;
	background:#006d1f;
	height:40pt;
	line-height:40pt;
	color:#ffffff;
}
#main_s  h3{
	padding-left:20px;
	margin-bottom:30px;
	font-size:120%;
	background:#006d1f;
	height:30pt;
	line-height:30pt;
	color:#ffffff;
}
#main_s  h4{
	padding-left:15px;
	margin-bottom:20px;
	color:#006e1f;
}
#main_s p{
	margin-bottom:10px;
	line-heigh:1.7;
}
#main_s  ul,ol,dl{
	padding-left:10px;
	margin-bottom:15px;
}
.sec{
	margin-bottom:30px;
}
.hdg{
	padding-left:20px;
	margin-bottom:15px;
	background:#006d1f;
	color:#ffffff;
	height:30pt;
	line-height:30pt;
}

}
#main dt{
	float:left;
	width:6em;
}

#result table{
	font-size: small;
	margin-bottom: 40px;
	border: 1;
	border-style: solid;
	border-color: #eeeeee;
}
#result th{
	border: 1px;
	border-style: solid;
	border-color:  #eeeeee;
	padding:3;
}
#result td{
	border: 1px;
	border-style: solid;
	border-color:  #eeeeee;
	padding:3;
}
#result td.eventname{
	width:80px;
}