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

/*===== Tag Custom ====*/
#maincontents h1{
	font-size: 150%;
	line-height: 1.5em;
	background-image: url(../img/h1_back.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8D4FF;
	padding-right: 20px;
	margin-bottom: 0.7em;
}
#maincontents h2{
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background-image: url(../img/h2_back.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	margin-right: 5px;
	margin-left: 5px;
}
#news-date{
	text-align: right;
	margin-top: 0px;
}
#maincontents p em{
	color: #333;
	font-style: italic;
}

