@charset "UTF-8";


/* ----------------------------------------------------- */
/* advertising */
/* ----------------------------------------------------- */

#advertising #contents .headline{
	margin:20px 15px 30px;
}

#contents .advertising{
	margin:0 15px;
	width:750px;
}
#contents .advertising .text{
	width:460px;
	float:right;
	text-align:left;
}
#contents .advertising th,
#contents .advertising td{
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	vertical-align:top;
}
#contents .advertising th{
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	background-color:#f2f2f2;
	padding:15px 0;
	font-weight:bold;
	text-align:center;
	width:83px;
}
#contents .advertising th.tbl_ttl{
	border:1px solid #dcdcdc;
	background-color:#0a50a1;
	padding:5px 10px;
	color:#fff;
	text-align:left;
	width:auto;
	white-space:nowrap;
}
#contents .advertising td{
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:13px 19px;
	line-height:1.6em;
	text-align:left;
}



/* contact */
#contents #contact{
	width:580px;
	margin-left:100px;
	}
