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

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

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

/*◆◆◆◆ＭＡＩＮの設定◆◆◆◆*/

#contents article section {
	width: 960px;
	height: 200px;
	margin: 15px 0 25px 50px;
	color: #333;
}
#contents img.img_fl {
	width: 200px;
	height: 200px;
	display: block;
	position: relative;
	float: left;
	margin: 0px 50px 0 0;
}
#contents article h2 {
	text-align: center;
	color: #F90;
	background: -moz-linear-gradient(top, rgba(60,100,50,0.5), #063);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(60,100,50,0.5)), to(#063));
	background: -o-linear-gradient(top, rgba(60,100,50,0.5), #063);
	background: -ms-linear-gradient(top, rgba(60,100,50,0.5), #063);
	background: linear-gradient(top, rgba(60,100,50,0.5), #063);
}
#contents article h2 span {
	font-size: 16px;
}

#contents article section h3 {
	font-size: 18px;
	font-weight: 100;
	color: #063;
	text-align: left;
	padding-top: 10px;
}
#contents article section h3 span{
	font-size: 14px;
}
#contents article table {
	font-size: 15px;
	border-collapse: collapse;
	white-space-collapse: collapse;
	margin: 5px 0;	
}
#contents article table td {
	padding: 5px 10px;
}
#contents article table td.yen {
	font-size: 18px;
}
#contents article section p.cmnt {
	text-align: left;
	padding-top: 5px;
}
#contents article section p a {
	color: #F60;
}
#contents article section p a:hover {
	color: #F00;
}
#contents article section p a:visited {
	font-weight: 50;
}
