@charset "utf-8";
/* CSS Document */

/*◆◆◆◆ＮＡＶＩＧＡＴＩＯＮの設定◆◆◆◆現在のページ*/

nav.nav ul li#now_about a {
	background-image: url(../images/nav_now_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

/*◆◆◆◆ＭＡＩＮの設定◆◆◆◆*/
section {
	widht: 960px;
	height: 600px;
	display: block;
}
#contents article {
	widht: 960px;
	height: 270px;
	display: block;	
	padding-bottom: 30px;
	padding-left: 15px;
}

#contents img.img_fl {
	display: block;
	width: 400px;
	height: 260px;
	float: left;
	margin: 0px 25px 0 0;
}
#contents article .art_text {
	display: block;
	width: 510px;
	height: 260px;
	float:right;
}
#contents article .art_text h2 {
	margin-bottom: 5px;
	color: #F60;
}
#contents article dl {
	display: block;
	width: 500px;
	height: 250px;
	float: left;
}
#contents article dt {
	font-size: 18px;
	color: #063;
}
#contents article dd {
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	margin-bottom: 10px;
}