/* CSS Document */




/* ========================================
	
* index.html
	
======================================== */

#view {
	margin-bottom:10px;
}

#view p.year {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:20px;
	padding:0px 2px 2px 10px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	width:60px;
}

dl#list {
 width:630px;
}

dl#list dt {
	float:left;
	width:80px;
	border-bottom:#CCCCCC dotted 1px;
	padding:6px 0;
}

dl#list dd {
	float:left;
	width:480px;
	border-bottom:#CCCCCC dotted 1px;
	padding:6px 0 6px 70px;
}

dl#list dd.news {
	background:url(../common/img/icon_news.jpg) 2px no-repeat;
}

dl#list dd.newpro {
	background:url(../common/img/icon_newpro.jpg) 2px no-repeat;
}

dl#list dd.camp {
	background:url(../common/img/icon_camp.jpg) 2px no-repeat;
}