@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Links Style
--------------------------------------------------------- */

#links {
	text-align: left;
}

#links h2 {
	width: 600px;
	height: 70px;
	overflow: hidden;
	background: url(../images/title.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#links ul {
	margin: 0 10px;
	line-height: 180%;
}

#links li {
	padding: 6px 10px;
	background: url(../../images/line.jpg) repeat-x left bottom;
	list-style: inside;
}
/*
* html #links li {
	margin-left: 31px;
}

* + html #links li {
	margin-left: 31px;
}
*/
#links li li {
	margin-top: 5px;
	padding: 6px 10px 0;
	background: url(../../images/line.jpg) repeat-x left top;
}

#links a {
	color: #876230;
}

#links a:hover {
	color: #f90;
}

