body {
		font-family:Arial, Helvetica, sans-serif;
}
#leftmenu {
	width:165px;
	background:url(../../../template/img/dot_x.gif) repeat-x top;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:20px;
	}
#leftmenu li {
	list-style-type: none;
	background:url(../../../template/img/dot_x.gif) repeat-x bottom;
	margin:0;
	padding:0;	
	}
#leftmenu li a {
	display:block;
	background:url(../../../template/img/circle_yellow.gif) no-repeat 5px center;
	padding:10px 0 10px 25px ;
	font-weight:bold;
	text-decoration:none;
	width:145px;
	color:#423C5B;
	}
#leftmenu li a.select {
	background:url(../../../template/img/circle_purple.gif) no-repeat 5px center;
	}
	
#leftmenu li a:hover {
	background:url(../../../template/img/circle_purple.gif) no-repeat 5px center;
	}

.contents_back_top {
	background:url(../../../template/img/contents_back_top.gif) no-repeat top left;
	padding-top:3px;
	width:530px;
	}
.contents_back_bottom {
	background:url(../../../template/img/contents_back_bottom.gif) no-repeat bottom left;
	padding-bottom:3px;
	width:530px;
	}
.contents_back_middle {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:10px 15px 15px 15px ;
	}

.gototop {
	text-align:right;
	font-size:x-small;
	}	
	
#left {
	width:165px;
	float:left;
	}

	
#right {
	width:530px;
	float:right;
	}
#right h3 {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:7px;
	padding-left:1px;
	border-bottom:1px solid #CCC;
	}
#right h4 {
	background-color:#EEE;
	padding:4px 0px 3px 7px ;
	font-weight:bold;
	border-left:4px solid #B2AE75;
	font-size:small;
	margin:15px 0 5px 0;
	clear:both;
	}
#right h4 a {
	font-weight:bold;
	}
#right h5 {
	border-bottom:1px solid #B2AE75;
	padding-bottom:2px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	clear:both;
	color:#666;
	}
