@charset "UTF-8";
/* CSS Document */

/* contents */
#contents h2{
	border-top:2px solid #c2c4df;
	border-bottom:2px solid #c2c4df;
	padding-top:5px;
	padding-left:10px;
}
#contents .box{
	overflow:hidden;
}
#contents .box .left{
	float:left;
	width:460px;
}
#contents .box .right{
	float:right;
	width:460px;
	text-align:left;
}
#contents ul{
	margin-left:10px;
	margin-bottom:0;
	padding-bottom:20px;
}
#contents ul li{
	margin-bottom:8px;
}
#contents ul li a{
	background-image:url(../common/img/arrow-link.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
	font-size:108%;
}
#contents ul.other{
	padding-top:10px;
}