#container {
	width:730px;
	margin: auto;
}
#header {
	font-size:small;
	text-align:center;
	clear:both;
}
#header h1 {
	font-size:small;
	font-weight:normal;
	text-align:left;
	margin:0px;
}
#header p{
	margin:0px;
	clear:both;
}
.contents {
	margin:1em;
}
#news {
	font-size:small;
	padding:5px;
	margin-bottom:20px;
	border:3px double #0000ff;
	background-color:#ffffff;
}
#footer {
	font-size:small;
	text-align:center;
	clear:both;
}
#access_record {
	text-align:center;
}
#copyright {
	text-align:center;
}
body {
	background-image:url(../images/bgimage/favicon.gif);
}
h1 {
	font-size:large;
}
h2 {
	font-size:medium;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {
	color:#cc0000;
	font-weight:normal;
}
ul {
	margin:20px;
}
ol {
	margin:0px;
}

li {
	margin-bottom: 0.5em;
}
