/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #444;
	font-family:'‚l‚r ƒSƒVƒbƒN','MS PGothic';
}
html{
	overflow: scroll;
}
img{
	border: 0;
}
table{
	border: 0;
	border-collapse: collapse;
}
th,td,h3,h4,h5,h6{
	vertical-align: top;
	font-weight: normal;
}

/* ---------- frameset ---------- */
body{
	text-align: center;
	width: 100%;
}
#container{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #888;
}

/* ---------- header ---------- */
#header{
	padding: 20px 10px 0;
	line-height: 15px;
}
#header h1{
	float: left;
	width: 250px;
}
#header table{
	float: right;
	margin-bottom: 10px;
}
#header table td{
	text-align: right;
	vertical-align: bottom;
}
#header table p{
	display: inline;
	padding: 0 4px 2px 0;
	vertical-align: middle;
	font-size: 12px;
}
#header table form{
	display: inline;
	margin-right: 20px;
}
#header table a{
	color: #333;
	text-decoration: none;
}

/* ---------- menu ---------- */
#menu{
	clear: both;
}
#menu img{
	vertical-align: top;
}
#menu ul{
	width: 800px;
}
#menu li{
	display: inline;
}

/* ---------- topicpath ---------- */
h2{
	margin-bottom: 20px;
}
h2 img{
	vertical-align: top;
}
#topicpath{
	width: 800px;
	background: url(img/bg_topicpath.jpg) repeat-x;
	height: 20px;
	border-top: 1px solid #888;
}

/* ---------- index ---------- */
#list12 {
	margin: 10px auto;
	width: 750px;
}
#list12 ul{
	padding: 3px;
	margin-left: 15px;
	text-align: left;
	line-height: 150%;
	font-size: 12px;
}
#list12 ul li{
	font-weight: bold;
}
#list12 td{
	text-align: left;
	vertical-align: top;
}
#list12 ul a:link,#list12 ul a:visited{
	text-decoration: none;
}
#list12 ul a:hover,#list12 ul ul a:active{
	color: #f55;
	text-decoration: underline;
}

/* ---------- maincontents ---------- */
#list12 ol{
	margin-left: 20px;
	list-style: circle;
}
#list12 ol li{
	text-align: left;
	line-height: 150%;
	margin-bottom: .2em;
	font-size: 85%;
}
#list12 ol li a:link,#list12 ol li a:visited{
	text-decoration: none;
	color: #00f;
}
#list12 ol li a:hover,#list12 ol li a:active{
	text-decoration: underline;
	color: #f00;
}


/* ---------- footer ---------- */
#footer{
	clear: both;
	margin: 0 10px;
	padding: 2px;
	font-size: 12px;
	line-height: 150%;
	border-top: 1px solid #888;
}
#footer li{
	display: inline;
	background: url(img/bg_footer.jpg) top left no-repeat;
	padding-left: 7px;
	margin: 0 5px;
}
#footer a:link,#footer a:visited{
	color: #333;
	text-decoration: none;
}
#footer a:hover,#footer a:active{
	color: #f00;
	text-decoration: underline;
}