#title{
	background-image:url(images/bg_title.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

/**/

.menu_list{
	width:100%;
	margin:40px auto;
	overflow:hidden;
}

.menu_list li{
	width:25%;
	float:left;
	overflow:hidden;
	list-style-type:none;
	margin-bottom:20px;
}

.menu_list li a{
	display:block;
	overflow:hidden;
	border-bottom:1px dotted #000000;
	text-decoration:none;
	font-size:100%;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	width:66%;
	margin:0px auto;
	text-indent:0em;
	padding:6px 0px;
	padding-left:1.5em;
}