@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

listBox960

-------------------------------------------------- */
#listBox960{
	width: 960px;
	margin: 20px auto 50px auto;
	text-align: left;
}

#listBox960 a:link{
	font-weight: normal;
	text-decoration: none;
}

#listBox960 a:visited{
	font-weight: normal;
	text-decoration: none;

}

#listBox960 a:hover{
	font-weight: normal;
	text-decoration: underline;
}


#listBox960 dl{
	float: left;
}


#listBox960 dt{
	margin-bottom: 8px;
}

#listBox960 dd{
	background: url(img/big_ya.gif) no-repeat left 2px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.mR15{
	margin-right: 15px;
}

#listBox960 dd ul{
	margin-left: 20px;
	margin-top: 5px;
}

#listBox960 dd li{
	background: url(img/small_ya.gif) no-repeat left 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}