@charset "utf-8";

/* 上イメージ */
#header #topimg {
	margin:10px 0;
}

#forum h3 {
	background-repeat:no-repeat;
	border:solid 1px #d8e9f4;
	width:580px;
	height:45px;
	margin:60px 0 20px 0;
	text-indent:-99999px;
}



/* ===================================================================
 ここからcss表記
=================================================================== */
#forum h2 {
	background:url(img/title.jpg) no-repeat;
	width:580px;
	height:119px;
	text-indent:-99999px;
}

#forum #t1 {
	margin-top:20px;
	background-image:url(img/t1.gif);
}

#forum table tr th {
	padding:10px 15px;
	vertical-align:top;
	font-weight:100;
	white-space:nowrap;
	background-color:#E9FAC6;
	border-bottom:solid 1px #5B8903;
}

#forum table tr td {
	border-bottom:solid 1px #5B8903;
	border-left:solid 5px #fff;
	padding:10px 15px;
}

#forum table tr td ul li {
	margin-bottom:3px;
}

#forum table tr td dl dt {
	clear:both;
	float:left;
	width:100px;
}

#forum table tr td dl dd {
	margin-left:120px;
}


/* アクセス */
#forum #access {
	background-image:url(img/t2.gif);
}

#forum #map {
	background-color:#ccc;
	height:300px;
	width:580px;
}















