@charset "utf-8";
/* CSS Document */

body{
	font-size:0.8em;
	}
	

a{
	text-decoration:none;
	color:#5A6432;
	padding:0.25em;
	}
	
/*リンククリック時の破線消し*/	
a:focus{
	outline: none;
}	

	
/***ヘッダー***/	
/*タイトル*/
h1{
	text-indent:-9999px;
	margin-top:0px;
	margin-left:-15px;
	display:block;
	width:455px;
	height:75px;
	background-image: url(../IMG/h1-logoE.gif);
	}	
/*開催日時*/	
h2{
	text-indent:-9999px;
	width:281px;
	height:47px;
	margin-left:667px;
	margin-top:-45px;
	margin-bottom:37px;
	background-image: url(../IMG/h2-mojiE.gif);
	}
/***ヘッダー終わり***/	

/*本文記事見出し*/
#contents h3{
	color:#5A6432;
	line-height:2em;
	border-top:#5A6432 4px solid;
	border-bottom:#5A6432 1px solid;
	margin-bottom:0.25em;
	}

#contents h3{font-size:1.12em\9; }/*IE8*/

#contents h4{
	line-height:2em;
	font-size:1em;
	font-weight:bold;
	}


#contents h5{
	font-size:1em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	background-color:#5A6432;
	padding:0.25em 0.75em;
	color:#fff;
	
	/*角丸*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}
#contents h6 {
	color: #5A6432;
	border-bottom: 1px solid #5A6432;
	font-size: 1em;
	padding-top: 10px;
}


#contents p{
	line-height:2em;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	}	

#contents ul,dl,ol{
	/*margin-top:0.5em;*/
}

#contents ul li{
	list-style: inside;	
	padding-left:1.25em;
	text-indent:-1em;
	margin-bottom:0.5em;
	line-height:1.5em;
}

#contents dl{
	margin-top:1em;
	border:#CCCCCC solid 1px;
	padding:1em 1em 0.5em 1em;
	}
	
#contents dl dt,dd{
	margin-bottom:0.5em;
}

#contents dl dt{
	font-weight:bold;
	}

#contents dl dd{
	padding-left:1em;
	text-indent:-1em;
	}
#contents table {
	margin-top: 10px;
	margin-bottom: 5px;
}

#contents td {
	padding: 3px;
	border: 1px solid #5A6432;
	border-collapse: collapse;
	margin: 0px;
}
#contents th {
	padding: 3px;
	border: 1px solid #5A6432;
	border-collapse: collapse;
	font-weight: bold;
	color: #ffffff;
	background-color: #5A6432;
}



/*本文記事リンク*/
#contents a:hover{
	text-decoration: none;
	background-color:#E0E6CC;
	color:#5A6432;
	padding:0.25em;
	/*角丸*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}	

#contents a:visited{
	color:#5A6432;
	}


.eng{
	text-indent:1em;
	}
	
	
/*メニュー見出し*/
#menu h3{
	color:#5A6432;
	line-height:2em;
	border-top:#5A6432 4px solid;
	border-bottom:#5A6432 1px solid;
	/*margin-bottom:0.25em;*/
	}

#menu h3{font-size:1.12em\9; }/*IE8*/
		
