#menuBlock {
	float: left;
	width: 180px;
	margin-left:10px;
}
#contentsBlock {
	margin-left: 200px;
}

.innerBox {
	width:590px;
	padding-bottom:40px;
}

#menuList{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type:none;
	width: 170px;

}
#menuList,#menuList li,#menuList li a{
	margin:0;
	padding:0;
}
#menuList li{
	display:block;
}
#menuList li a{
	width:147px;
	display:block;
	background:#FFFFFF url(../img/list_headstyle.jpg) no-repeat 5px center;
	text-decoration:none;
	padding: 8px 0px 8px 25px;
	color: #666666;
	border-top: 1px dotted #CCCCCC;
	font-size: 12px;
}

#menuList li a:hover{
	background:#FFFF99 url(../img/list_headstyle_hover.jpg) no-repeat 5px center;;
}
