/* css */
*{
	margin: 0;
	padding: 0;
}
html{
	overflow: scroll;
}
img{
	border: 0;
}
table{
	border: 0;
	border-collapse: collapse;
}
th,td{
	vertical-align: top;
	font-weight: normal;
}
ul{
	list-style: none;
}
h4,h5{
	font-weight: normal;
}
h4,h5,dt{
	font-size: 12pt;
	line-height: 15pt;
}
p,th,td,li,dd{
	font-size: 10pt;
	line-height: 15pt;
}

/* frameset */
body {
	text-align: center;
	width: 100%;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	border: 1px solid #888;
}

/* header */
#header{
	padding: 0 10px;
	font-size: 14px;
}
#header h1{
	float: left;
	margin-top: 20px;
}
#header table{
	float: right;
}
#header td{
	padding: 5px 10px;
	vertical-align: bottom;
}
#header img{
	vertical-align: middle;
}

/* menu */
#menu{
	width: 800px;
	clear: both;
	font-size: 14px;
}
#menu ul{
	width: 800px;
}
#menu li{
	display: inline;
}
#menu img{
	vertical-align: top;
}

/* topic_path */
#topicpath{
	clear: both;
	margin: 20px 5px 10px;
	text-align: right;
	font-size: 12px;
}
#topicpath li{
	display: inline;
}
#topicpath a:link,#topicpath a:visited{
	text-decoration: none;
	color: #333;
}
#topicpath a:hover,#topicpath a:active{
	text-decoration: underline;
	color: #f00;
}

/* footer */
#footer{
	clear: both;
	padding: 5px;
	font-size: 12px;
	border-top: 1px solid #888;
}
#footer ul{
	float: left;
}
#footer li{
	display: inline;
}
#footer address{
	float: right;
	font-style: normal;
}
#footer a:link,#footer a:visited{
	text-decoration: none;
	color: #333;
}
#footer a:hover,#footer a:active{
	text-decoration: underline;
	color: #f00;
}
#footer br{
	clear: both;
}
