@charset "UTF-8";

@import url("style.css");


#topImage {
/*	background:#000000;*/
	width:850px;
	height:270px;
	padding-left:2px;
	margin-bottom:20px;
}

#main {	
	width:850px;
	padding:0px;
	
	font-size:10.5pt;
	letter-spacing:0.1em;
		
/*	border:solid #38b48b 2px;/* for Debug */
}

.columnLeft{
	float:left;
	width:550px;
}

.columnRight{
	width:280px;
	float:right;
	position:relative;
}
.columnRight img{
	margin-bottom:10px;	
}

.news{
/*	background:#e9e4d4;
	border:solid #CCCCCC 1px;*/
	padding-bottom:20px;
	margin-bottom:30px;
}
.news dl{
	margin-top:10px;
}
.news dt{
	float:left;
	clear:left;
	margin:0px 10px;
	color:#e60033;
	margin-bottom:3px;
}
.news dd{
	color:#444444;
	margin-bottom:3px;
}

.topic{
	background:#f6f6f6;
	background:#ffffff;
	padding-bottom:20px; }
.topic li {
	list-style-type:none;
	background:url('../image/icon/bullet_arrow_right.png') no-repeat;
	margin-left:5px;
	padding-left:20px;
	
	margin-bottom:3px;
}



.access{
	font-size:10.5pt;
	
}


