
/*** contents ***************************************************************************************************/


#cw_col12 {
	float:left;
	height:auto; 
	width:540px;
	margin:10px 10px 0 10px;
	padding:5px 0px 5px 0px;
}

#cw_col3{
	float:left;
	height:auto;
	width:195px;
	margin:10px 0 0 0;
}

/*
#box_address
	NOTE: defined in common.css
*/

/****** contents ************************************************************************************************/

#cw_col12 .span{

	clear:both;
/*	float:left;*/
	display:block;
	
	width:360px;
	height:30;
	margin-left:0px;
	
}

#cw_col12 h4{
	display:inline; /* これが無いと、IEでは設定しているmargin値の2倍になる。 */

	clear:left;	
	float:left;
	display:block;
	
	width:100px;
	height:auto;
	
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	
	font-size:small;
	font:bold;
	color: #56913D;
}

#cw_col12 p{
	
	float:left;
	display:block;
	
	height:auto;
	
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;

	width:350px;
	
	line-height:1.2em;
/*	line-height: 1.5em;*/
/*	margin: 10px 0 30px 0;*/
	color: #56913D;
}


#cw_col12 h3{
	clear:both;
	
	width:360px;
	height:30px;
	
	background-image:url("img/ttl-pagetitle.gif");
	background-repeat:no-repeat;
}

#cw_col12 img{

	clear:both;
	float:left;
	margin-left:110px;
	
	border:1px #999999 solid;
	padding:2px;
}


#cw_col12 dl{
	display:inline; /* これが無いと、IEでは設定しているmargin値の2倍になる。 */
	
	clear:both;
	float:left;
	width:350px;
	color:#56913D;
	
	margin-left:110px;
	margin-top:20px;
}

#cw_col12 dt{
	
	clear:both;
	float:left;
	width:200px;
}

#cw_col12 dd{

	float:left;
	width:100px;
	text-align:left;
}

