@charset "utf-8";

/***********************************************************************

__ TOP PAGE

***********************************************************************/

/*======================================================================
 #header
======================================================================*/

#header { background:url(../img/bg_header01.jpg) no-repeat top left; }

/*======================================================================
 #contents
======================================================================*/

/*----------------------------------------------------------------------
 #main
----------------------------------------------------------------------*/

#contents #main { background-color:#e4e4e4; background-image:none; padding:0; width:587px; }

/* #mainimg
----------------------------------------------------------------------*/

h1#mainimg {
	background:url(../img/bg_top_main.jpg) no-repeat bottom left;
	padding-bottom:117px;
}

/* #organized
----------------------------------------------------------------------*/
#organized{ clear:both; margin-left:13px; width:747px; padding:5px 0 10px; background:#e4e4e4; }

#organized ul { padding-bottom:15px; margin-left:10px; }
#organized ul li {
	float:left;
	margin-right:25px;
}
#organized ul li.last { background:none; }

#organized p{ margin:0 10px 8px 0; font-size:85%;}

#organized dl{ font-size:85%; }
#organized dl dt{ display:inline; margin-left:15px; }
#organized dl dd{ display:inline; }