
/****** contents ************************************************************************************************/

#cw_col1 {
	display:inline;
	
	float:left;
	height:auto; 
	width:700px;
	margin:10px 10px 0 10px;
	padding:5px 10px 5px 0px;
}


#cw_col1 h3{
	
	clear:both;
	float:left;
	
	width:500px;
	height:30px;
	
	margin-left:10px;
	margin-top:15px;
			
	background-image:url("img/ttl-pagetitle.gif");
	background-repeat:no-repeat;
}

.notice {
	margin:20px;
	width:70%;
	line-height:1.5em;
	color:maroon;
}

.datailtable {
	float:left;
	height:auto;
	width:700px;
	margin:10px 10px 20px 5px;
	padding:10px 0px 0px 0px;
	/*border-bottom:  1px solid #c0c0c0; */
	background-color:#666;
}



.datailtable img{
	border: 1px solid #ccc;
	padding:2px;
}


