@charset "utf-8";
/* CSS Document */

/*--------------------------------------------
mainarea
----------------------------------------------*/


#mainimg {
	width:580px;
	height:210px;
	margin:0px auto 10px;
}

.contents {
	width:600px;
	margin-bottom:10px;	
}


#extraarea {
    width:170px;
	float:right;
}

#article {
	border:#674730 1px solid;
	width:370px;
    padding:0px 10px;
	margin-bottom:10px;
	float:left;
}

#article a{
    color:#996600;
	margin:5px 0px;
}

#article a:hover{
    color:#99CC00;
}

.detail {
	width:350px;
	background:#F3DCBA;
	padding:10px 10px;
	margin:10px 0px;
}

h3 {
	color:#674730;
    font-size:114%;
	line-height:150%;
	margin:0.3em 0;
}

p {
    font-size:100%;
	line-height:150%;
}

#extraarea h2 a {
    width:170px;
	height:110px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	/* Hides from IE-mac \*/	
	overflow: hidden;
	/* End hide from IE-mac */
}

#extraarea .schoolbn a {
    background:url(../img/school.jpg) no-repeat left top;
}

#extraarea .schoolbn a:hover {
    background:url(../img/school.jpg) no-repeat left bottom;
}

#extraarea .campaignbn a {
    background:url(../img/campaign.jpg) no-repeat left top;
}

#extraarea .campaignbn a:hover {
    background:url(../img/campaign.jpg) no-repeat left bottom;
}


/*--------------------------------------------
footer
----------------------------------------------*/



#footercontents .top a{
	color:#9DBA3D;
	text-decoration:none;
}
