﻿html { min-width: 100%; } /* For Mozilla's bug */
/*
a{ color:green;text-decoration:underline;}
a:visited{ color:green; }
a:hover{ color:#FF0000 }
a:active{ color: #FF0000 }
*/
body {
	margin: 0;
	padding: 0;
	background: #005E1C url(../img/bg.gif);
	color: black;
	font-family: "ＭＳ Ｐゴシック",Times New Roman, Times, Garamond, sans-serif;
	text-align: center;
	}
html>body { font-size: medium; }
h1 {
	color:#990000;
	text-align:center;
	font-size:240%;
	line-height:220%;
	}
h4 {
	color:#FFFFFF;
	text-align:center;
	font-size:90%;
	line-height:120%;
	font-weight: normal;
}

h3 {color:#00CC99;
	font-size:120%;
	line-height:140%;
	}
.newslink a{
	color:#FFCC00;
	font-size: 12px;
}
.newslink a:visited{
	color:#FFCC00;
}

.newlink a:hover {
	color:#FF6600;
}



div#top {
	background: url(../img/duongxi.jpg) no-repeat center;
height : 450px;
	}
	
#top {
	
} 

.tophead {font-size: 15px; color:#FFF;font-weight:lighter;line-height:1.2em;}

div#all {
	width: 730px;
	margin:0;
	background: #fff;
	text-align:center;
	}
div#mainarea {
/*	width:500px; */
	float:left;
	font-size: 115%;
	line-height: 140%;
	background: url(../img/footer.gif) no-repeat bottom;
	}
div#rightside {
	width: 200px;
	float:right;
	background:#CCFFCC;
	}
div#copyright {
	color: #999999;
	text-align:center;
	line-height:140%;
 	}

div#links ul{
	margin: 40px;
	padding: 5px 0;
	line-height:140%;
	}
div#links li{
	color:#006600;
/*	list-style-image: url(../img/diamond1.gif) */;
	}
div#links a {
	line-height: 110%;
	font-size : 12pt;
	color: green;
	text-decoration:none;
	border-bottom:1px dotted #009933;
	}
div#links a:hover {
	border-bottom:1px solid #FF0000;
	font-size: 12pt;
	color:#FF0000;
	letter-spacing:1px;
	}
.note {
	color:#333;
	font-size : 80%;
	}