@charset "UTF-8";
@import  "../../common/css/common.css";
/* :::::::::::::::::::::::::::::::::::::::::
	ホーム用CSS
	home.css

:::::::::::::::::::::::::::::::::::::::::::: */



h3 {
	margin: 0;
	line-height: 0;
}
h3+p {
	text-indent: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - ヘッダ（トップイメージ） */
#header {
	width : 750px;
	height: 256px;
	background: url(../images/topimage.jpg) 20px 10px no-repeat;
}

#header p.catchcopy {
	display: block;
	position: absolute;
	top: 88px;
	left: 75px;
}


/* - - - - - - - - - - - - - - - - - - - - サイドバー */
.sidebar p {
	text-indent: 0 !important;
}
/* - - - - - - - - - - - - - - - - - - - - リード
#content h2+p {
	margin:0.5em 0 2em;
	color: #33a02d;
}
#content h2+p strong {
	color: #00909e;
}

img.biomass-kun {
	float: left;
	margin-right:16px;
}
 */
p.lead {
	padding-top   : 1em;
	padding-bottom: 1em;
}


/* - - - - - - - - - - - - - - - - - - - - トピックス（イベント告知など） */
#topics {
	padding-bottom: 24px;
	width: 211px;
	background: url(../images/box_topics.gif) no-repeat bottom #fff;
	color: #000;
}

#topics ul {
	margin-right: 2em;
}
#topics ul li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #aaa;
}



#topics span.support {
	font-size: smaller;
	color: #888;
}

/* - - - - - - - - - - - - - - - - - - - - 過去の開催内容 */
#results {
	margin-bottom : 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}


/* - - - - - - - - - - - - - - - - - - - - バイオマスってなに？ */
#whatsBiomass {
	margin-bottom : 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}
#whatsBiomass p {
	margin: 0.5em 0;
}

/* - - - - - - - - - - - - - - - - - - - - アンケート */
#anketo {
	font-size: small;
	color: #c00;
}


/* - - - - - - - - - - - - - - - - - - - - What's New */
#whatsnew {
	margin-bottom: 1.6em;
}
#whatsnew h3 {
	margin: 0;
	height: 20px;
	background: #33a02d;
}
#whatsnew dl {
	margin:0;
	padding:8px;
	width: 496px;
	height: 10em;
	border: 1px solid #33a02d;
	list-style: none;
	line-height: 1.2em;
	font-size: small;
	overflow: auto;
}

#whatsnew dt {
	margin:0;
	padding:0;
	color:#000;
}
#whatsnew dd {
	margin:0 0 0.5em;
	padding:0;
}



/* - - - - - - - - - - - - - - - - - - - - コンテンツ見出し */
p.btn_detail {
	text-align: right;
}


.gaiyou h3 {
	background: url(../images/hed_gaiyou.gif) no-repeat top #d7e9b5;
}

.kyougikai h3 {
	background: url(../images/hed_kyougikai.gif) no-repeat top #e3bc85;
}

.cyousa h3 {
	background: url(../images/hed_cyousa.gif) no-repeat left top #e5b8b8;
}


/* - - - - - - - - - - - - - - - - - - - - 連絡先 */
address {
	clear: both;
	color: #000;
}

