@charset "utf-8";

*{
	margin:0px;
	padding: 0px;
}

body{
	background-color:#eeeeee;
}

#container {
	width: 800px;
	margin: 0px;
	text-align: left;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	color: #555555;
}
#container a {
	color: #005aaa;
}
#container a:hover {
	color: #0099FF;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
img {
	padding: 0;
	margin: 0;
	display: block;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/* content */
#content {
	width: 800px;
	background-color: #FFFFFF;
}

#pankuzu {
	height: 25px;
	width: 765px;
	font-size: 60%;
	padding-top: 5px;
	padding-left: 35px;
}

#subtitle {
	width: 100%;
	clear: both;
}
#topics {
	height: 30px;
	width: 250px;
	float: left;
}
#null1 {
	height: 30px;
	width: 550px;
	background-image: url(../img/null1.gif);
	float: left;
}



#main_area {
	width: 700px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.topics_table {
	width: 100%;
	font-size: 80%;
	line-height: 1.3em;
	margin-top: 10px;
}
.topics_table td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.top_btn {
	float: right;
	height: 20px;
	width: 90px;
	background-image: url(../img/top_btn.gif);
	text-indent: -1000px;
}
.top_btn a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}


/* sub */
#sub_cat {
	background-image: url(../img/sub_cat.gif);
	background-repeat: repeat-y;
	width: 753px;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	color: #444444;
	line-height: 30px;
	padding-left: 47px;
}
.topics_table2 {
	width: 100%;
	font-size: 80%;
	line-height: 1.3em;
	margin-top: 10px;
}
.topics_table2 td {
	padding: 10px;
	vertical-align: top;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
