#container #mainVisual h2{
	background-image: url(../images/h2_bg.jpg);
}
#container #contents .contentsBox h3#set{
	background-image: url(../images/h3_set.gif);
}
#container #contents .contentsBox h3#list{
	background-image: url(../images/h3_list.gif);
}

#container #contents .contentsBox .contentsBoxLeft ul{
	padding: 10px;
	width: 370px;
	background-color: #FDEFF5;
	border: 1px solid #E4007F;
	list-style: none;
}
#container #contents .contentsBox .contentsBoxLeft ul li{
	line-height: 2em;
}

#container #contents .contentsBox .contentsBoxLeft dl{
	padding: 10px;
}
#container #contents .contentsBox .contentsBoxLeft dl dt{
	margin-top: 10px;
	height: 20px;
	width: 280px;
	float: left;
	border-bottom: 1px dotted #333333;
}
#container #contents .contentsBox .contentsBoxLeft dl dd{
	margin-top: 10px;
	height: 20px;
	width: 100px;
	float: left;
	text-align: right;
	border-bottom: 1px dotted #333333;
}
#container #contents .contentsBox .contentsBoxLeft dl dt span{
	font-size: 11px;
}


#container #contents .contentsBox .contentsBoxRight .photo{
	margin: 5px;
	width: 200px;
	float: left;
}
