/* CSS Document */
@charset "shift_jis";


/* トップコンテンツ分け */

div.block {
   width: 560px;
	padding-top: 10px;
	padding-left: 10px;
}

div.blocka {
   float: left;
   width: 250px;
}

div.blockb {
   margin-left: 250px;
}

div.blockc {
   clear: both;
	padding-bottom: 5px;
	padding-top: 10px;
}

div.blockd {
   clear: both;
   float: left;
   width: 260px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
div.blocke {
   margin-left: 285px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
div.blockf {
   clear: both;
	padding-bottom: 10px;
}
div.blockg {
   clear: both;
	margin-top: 15px;
	text-align: right; 
	width: 560px;
	padding:0px;
}


/* 点線の枠 */
div.orangeline {
   border: 2px dotted #FF9B60;
  width: 560px;
}

/* ニュース */
div.news {
	border: 2px dotted #FFBD95;
	width: 540px;
	padding: 10px;
	background-color: #F5EDDA;
}

dt{
	margin-bottom: 5px;
	font-weight: bold;
}
dd.first{
margin-top:-2em;
margin-left:100px;
margin-bottom: 5px;
}


