@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:500px;
	height:78px;
	background-image: url(../img/h1-logo.png);
	background-repeat:no-repeat;
	}	
/*開催日時*/	
h2{
	text-indent:-9999px;
	width:230px;
	height:35px;
	margin-left:724px;
	margin-top:-45px;
	margin-bottom:37px;
	background-image: url(../img/h2-moji.gif);
	background-repeat: no-repeat;
	}
/***ヘッダー終わり***/	
	
/*記事見出し*/
#contents h3{
	color:#35785f;
	line-height:2em;
	border-top:#543c4f 4px solid;
	border-bottom:#543c4f 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:#543c4f;
	font-size:0.9em;
	line-height:2.5em;
	border-top:#543c4f 4px solid;
	border-bottom:#543c4f 1px solid;
	margin-bottom:0.5em;
	}
	
	.shimekiri p{
		color:#543c4f;
	}
	
	.shimekiriInbox dl{
	width:210px;
	font-size:0.9em;
	height:100%;
		}

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

	.shimekiriInbox dd{
		color:#543c4f;
		margin-bottom:0.75em;
		padding-bottom:0.5em;
		border-bottom:#543c4f solid 1px;
		line-height:1.5em;
		}
		
/*お知らせ*/
/*右にtimeline入れるときは幅440にする*/
.oshirase dl {
	width:700px;
}
.oshirase dt {
	float:left;
	clear:left;
	width:80px;
	color:#543c4f;
	font-size:0.9em;
	line-height:1.5em;
	padding:0.5em 0;
	border-bottom:#543c4f 1px dotted;
}
.oshirase dd {
	float:left;
	color:#543c4f;
	/*width:360px;*/
	width:620px;
	font-size:0.9em;
	line-height:1.5em;
	padding:0.5em 0;
	border-bottom:#543c4f 1px dotted;
}

.oshirase a{
	text-decoration: none;
	background-color:#caebe6;
	color:#543c4f;
	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:#caebe6;
	color:#543c4f;
	padding:0.25em;
	font-weight:bold;
	/*角丸*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}	

.oshirase a:visited{
	color:#543c4f;
	}

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

/*20140212追記*/
.ad2{
	text-align:left;
	margin-left:0;
	padding-left:0;
	}
.ad2 img{
	border-color:white;
	text-align:left;
	margin-left:0;
	padding-left:0;
}
