/* CSS Document */









/* ========================================

	

* item.html

	

======================================== */



#wrap {

	width:620px;

	margin:0 auto;

}





#item {

	width:600px;

	margin:0 auto;

}



#item p.header {

	margin-top:10px;

	margin-bottom:20px;

}



#item p.news {

	padding:0 10px 0 10px;

	background:url(../../common/img/icon_news.jpg) 100px 2px no-repeat;

	margin-bottom:10px;

}



#item p.newpro {

	padding:0 10px 0 10px;

	background:url(../../common/img/icon_newpro.jpg) 100px 2px no-repeat;

	margin-bottom:10px;

}



#item p.camp {

	padding:0 10px 0 10px;

	background:url(../../common/img/icon_camp.jpg) 100px 2px no-repeat;

	margin-bottom:10px;

}





#item p.ttl {

	margin:0 10px 2px 10px;

	padding-bottom:4px;

	border-bottom:#CCCCCC solid 1px;

	margin-bottom:14px;

	font-size:14px;

	font-weight:bold;

}

	

#item p.txt {

	padding:0 10px;

	line-height:1.5;

	margin-bottom:10px;

	color:#333333;

}



#item p.pht {

	width:260px;

	margin-right:10px;

	padding:10px;

	float:left;

}



#item p.close {

	clear:both;

	margin-top:20px;

	padding:4px 10px;

	text-align:right;

	border-top:#CCCCCC solid 1px;

}

	