@charset "utf-8";


/* top */

#main.top #topFlash {
	margin: 20px 0 0 0;
}

#main.top dl.news {
	width: 580px;
	margin: 20px 0 0 0;
}

#main.top dl.news dd {
	clear: both;
	margin: 8px 0 0 0;
}

#main.top dl.news dd p.date {
	float: left;
	margin: 0 20px 0 2px;
	color: #009E41;
	font-size: 78%;
	line-height: 1.3em;
}

#main.top dl.news dd p.ttl {
	float: left;
	width: 480px;
	font-size: 78%;
	line-height: 1.3em;
}

#main.top div.btnArea {
	margin: 20px 0 0 0;
	padding: 10px 0 15px 25px;
	background: url(../top_images/btn_bg.jpg) no-repeat;
}

#main.top div.btnArea a {
	display: block;
	float:left;
	margin: 5px 10px 5px 0;
}

#main.top div.column {
	clear: both;
	width: 590px;
	position: relative;
	margin: 20px -10px 0 0;
}

#main.top div.column dl.first {
	padding: 46px 0 38px 0;
	background: url(../top_images/column_bg01.jpg) no-repeat top left;
}

#main.top div.column dl.second {
	padding: 0 0 35px 0;
	background: url(../top_images/column_bg02.jpg) no-repeat bottom left;
}

#main.top div.column dl dt {
	float: right;
	width: 430px;
	display: inline;
	margin: 0 35px 0 0;
}

#main.top div.column dl dd.copy {
	float: right;
	width: 430px;
	display: inline;
	margin: 8px 35px 0 0;
	font-size: 78%;
	line-height: 1.65em;
}

#main.top div.column dl dd.img {
	float: left;
	width: 80px;
	display: inline;
	margin: 0 0 0 20px;
}




