@import url(common.css);

div.topmenu{
	clear:			both;
	width:			730px;
	background-color:	#0C3D1E;
	border-bottom:		1px solid #ffffff;
}

div.footer{
	clear:		both;
	width:		730px;
	height:		30px;
	background-color:	#0C3D1E;
	margin-top:	10px;
	padding-top:	2px;
}

div.footer2{
	width:			730px;
	background-color:	#0C3D1E;
	border-top:		1px solid #ffffff;
	color:			#fffff;
	text-align:		right;
}

div.menu a{
	background:	url(../images/list_marker1.gif) no-repeat;
	padding-left:	15px;
}

div.menu2 a{
	background:	url(../images/list_marker2.gif) no-repeat;
	padding-left:	12px;
}


/*iframeによる表示を廃止。
body.news{
	scrollbar-track-color:		#EDF1E6;
	scrollbar-face-color:		#EDF1E6;
	scrollbar-shadow-color:		#7C9782;
	scrollbar-darkshadow-color:	#7C9782;
	scrollbar-highlight-color:	#7C9782;
	scrollbar-3dlight-color:	#7C9782;
	scrollbar-arrow-color:		#7C9782;
	border:				0px;
	background-color:		#ffffff;
	margin:				0px;
	padding:			0px;
}

div.news-width{
	width:			460px;
}
*/

div.news-frame{
	width:490px;
	height:200px;
	border:solid 1px #999;
	overflow:auto;
	padding:5px;
}


div.news-title{
	background:	url(../images/list_marker1.gif) no-repeat left center;
	font-weight:	bold;
	padding-left:	15px;
}

div.news-body{
	margin-left:	30px;
	margin-bottom:	10px;
}


div.main-publish{
	float:		left;
	width:		230px;
	height:150px;
	border:		solid 1px #9a9a9a;
	margin-left:	10px;
	margin-bottom:	20px;
	padding:	3px;
}


h3,h4{
	margin-bottom:3px;
}



