@CHARSET "UTF-8";
@import "template0.css";
body{
	background-repeat	: repeat-y;
	background-position	: center 100px;
}
#contents{
	float				: right;
	width				: 510px;
	font-size			: 13px;
}
#contents p{
	margin-bottom		: 1em;
}
#contents:after {
    content				: "";
    display				: block;
    overflow			: hidden;
}

#menu{
	float				: right;
	width				: 230px;
	padding-right		: 10px;
	padding-left		: 10px;
	padding-top			: 1em;
	padding-bottom		: 1em;
	font-size			: 13px;
}
#menu li{
	font-size			: 15px;
}
ul.menulink{
	list-style-image	: url(../img/point.gif);
	list-style-position	: inside;
	padding				: 0;
	margin				: 0;
}
li.menulink{
	padding-bottom		: 0.5em;
}
#menu img {
	margin-right		: 5px;
}

ul#main_menu{
	padding-left		: 0;
	margin				: 0;
	list-style-type		: none;
	cursor				: pointer;
	font-weight			: bold;
}
li.main_menu{
	margin-top			: 1em;
}
.topicsbig{
	font-size 			: 20px;
	color 				: #fff;
	background-color 	: #999;
	font-weight			: bold;
}
.topicsframe{
	border-width 		: 1px 2px 2px 1px;
	border-style 		: solid;
	border-color 		: #cccccc #999999 #999999 #cccccc;
	padding 			: 10px;
	margin-bottom		: 1em;
}