li{
	list-style:none;
}

/***********************************************/ 
/*header*/
/***********************************************/ 
#header_image{
	background-image:url(../links/img/header_image.jpg);
	display:block;
	width:900px;
	height:170px;
	text-indent:-5000px;
	clear:both;
}
/***********************************************/ 
/*contents*/
/***********************************************/ 
#middle_all{
	width:900px;
	overflow:visible;
}

#contents{
	display:block;
	width:900px;
	margin:20px 0 20px 0;
	text-align:center;
}
/***********************************************/ 
/*index*/
/***********************************************/ 

.title{
	background:url(../links/img/title.gif) no-repeat;
	background-position:5px 0;
	text-indent:15px;
	border-bottom:#b76cbf 1px solid;
	width:740px;
	display:block;
	padding:5px;
	font:bold 16px;
	margin-bottom:15px;
}

#links_contents{
	width:740px;
	display:block;
	margin:20px auto 20px auto;
	text-align:left;

}
.links_link{
	margin:0 0 10px 0;
	border-bottom:#b76cbf 1px dotted;
	padding:0 0 10px 0;
}
.links_link img{
	margin-right:20px;
}