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

body{
	font-size:0.8em;
	}
	

a{
	text-decoration:none;
	}
	
/*リンククリック時の破線消し*/	
a:focus{
	outline: none;
}	
	
	
/***ヘッダー***/	
/*タイトル*/
h1 a{
	text-indent:-9999px;
	margin-top:/*20px*/0px;
	margin-left:-15px;
	display:block;
	width:300px;
	height:73px;
	background-image: url(../IMG/h1-logo.gif);
	background-repeat:no-repeat;
	}	
/*開催日時*/	
h2{
	text-indent:-9999px;
	width:/*211px*/209px;
	height:/*47px*/35px;
	margin-left:739px;
	margin-top:-45px;
	margin-bottom:/*37px*/49px;
	background-image: url(../IMG/h2-moji.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 p{
	text-indent:1em;
	line-height:1.5em;
	}	
	

/*締切情報*/
.shimekiri h3{
	width:210px;
	color:#fff;
	font-size:0.9em;
	line-height:2.5em;
	border-top:#fff 4px solid;
	border-bottom:#fff 1px solid;
	margin-bottom:0.5em;
	}
	
	.shimekiri p{
		color:#FFFFFF;
	}
	
	.shimekiriInbox dl{
	width:190px;
	font-size:0.9em;
	height:100%;
		}

	.shimekiriInbox dt{
		color:#FFFFFF;
		line-height:1.5em;
		}

	.shimekiriInbox dd{
		color:#FFFFFF;
		margin-bottom:0.75em;
		padding-bottom:0.5em;
		border-bottom:#FFFFFF solid 1px;
		line-height:1.5em;
		}
		
/*お知らせ*/
.oshirase ol li{
	width:670px;
	color:#5a6432;
	/*line-height:1.25em;*/
	line-height:1.5em;
	padding:0.5em 0;
	border-bottom:#5a6432 1px dotted;
}

.oshirase a{
	text-decoration: none;
	background-color:#C0CB96;
	color:#5a6432;
	padding:0.25em;
	margin-right:0.25em;
	/*角丸*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}	

.oshirase a:hover{
	text-decoration: none;
	background-color:#C0CB96;
	color:#5a6432;
	padding:0.25em;
	font-weight:bold;
	/*角丸*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}	

.oshirase a:visited{
	color:#5a6432;
	}

		
/*広告*/
.ad h3{
	width:230px;
	color: #999900;
	font-size:0.9em;
	line-height:2.5em;
	border-top:#990 4px solid;
	border-bottom:#990 1px solid;
	margin-bottom:0.5em;
	margin-top: 7px;
	}
.ad img{
	border:1px #666666 solid;
	margin-bottom:0.5em;
}

/*20140212追記*/
.ad2{text-align:center;}
.ad2 img{ border-color:white; text-align:center;}
