@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#content div#main_space {
	margin-bottom:13px;
	width: 730px;
	height: 247px;
	background: transparent url(../img/topimg_bg.jpg) repeat-x 0px 0px;
}

div#content div#main_space div#imgspace {
	width: 483px;
	height: 247px;
	float: left;
}


div#content div#main_space div#main_right {
	margin:0px;
	width: 247px;
	height: 247px;
	background: transparent url(../img/topimg_right_bg.jpg) repeat-x 0px 0px; 
	float: right;
}

/*content_mainここから*/

div#content_main {
	width: 547px;
	float: right;
}

div#content_main div#news_event {
	width: 547px;
	height: 29px;
	background-color:#CCCCCC;
	position: relative;
	background: transparent url(../img/news_event.jpg) repeat-x 0px 0px;
}

div#content_main div#news_event h2 {
	width: 300px;
	text-indent: -9999px;
	overflow: hidden;
}

div#content_main div#news_event span {
	width: 94px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 444px;
	background: transparent url(../img/navi/past.jpg) no-repeat 0px 0px;
}

div#content_main div#news_event span a {
	height: 21px;
	text-indent: -9999px;
	display: block; 
	background: transparent url(../img/navi/past.jpg) no-repeat 0px 0px; 
}

div#content_main div#news_event span a:hover { 
	background-position: 0 -21px; 
}

dl {
	width: 547px;
	clear: both;
	font-size: 12px;
}

div#content_main dl dt {
	margin-top: 11px;
	width: 58px;
	float: left;
	border-left: 10px solid #ffffff;
}

dd {
	margin-top: 11px;
	padding: 0;
	width: 450px;
	float: left;
	border-left: 25px solid #ffffff;
}

small {
	font-size:90%;
	color:#999;
}

/*content_mainここまで*/

/* ClearFix */

.clearfix {
    content: "."; 
    display: block; 
    clear: both;
	overflow: hidden;
	zoom:1;
	/*¥*//*/
	height: 1px;
	/**/
}
