/* CSS Document */
/*
activity/report/index.html
*/

div#wrapper div#header div#headR p#headlead{
	margin-top:26px;
	}
	
#contents div#archive{
	float:left;
	}
	
#contents h3{
	width:540px;
	margin:0px 0 10px 7px;
	font-size:140%;
	}
		
#contents p.fl{
	width:540px;
	margin:0px 0 15px 7px;
	}
	
#contents p.fl_lead{
	width:540px;
	margin:10px 0 5px 7px;
	}
	
#contents dl{
	width:540px;
	margin:5px 0 10px 7px;
	}

#contents dt{
	width:540px;
	background:#528284;
	padding:3px 0 3px 5px;
	font-weight:bold;
	font-size:150%;
	color:#ffffff;
	margin:0px 0 5px 0;
	}

#contents dd{
	width:540px;
	margin:10px 0 5px 0;	
	}


