@charset "utf-8";
/* CSS Document */
#mainContent h1{
	background-image:url(../images/bk_h1.jpg);
	background-repeat:no-repeat;
	height:46px;
	vertical-align:middle;
	margin-top:0.5em;
	padding-top:0.2em;
	padding-left:20px;
	font-size: 180%;
	}

#mainContent h2{
	background-image:url(../images/bk_h2.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-top:0.5em;
	padding-left:25px;
	font-size: 140%;
	color: #060;
	}

#mainContent h3{
	border-left: #390 solid 8px;
	color:#060;
	padding-left:8px;
}
/*タイトル
----------------------------------------------------------- */
.ttl_grn {
	background:url(../images/arrow_01grn.gif) no-repeat left center;
	padding-left:20px;
	color:#060;
	font-weight:bold;
	font-size:110%;
	}

.ttl_blu {
	background:url(../images/arrow_01blu.gif) no-repeat left center;
	padding-left:20px;
	color:#274c93;
	font-weight:bold;
	font-size:110%;
	line-height:1.0;
}

/*右寄せ
----------------------------------------------------------- */
.right {
	text-align:right;
}

/*左寄せ
----------------------------------------------------------- */
.left {
	text-align:left;
}

/*中央寄せ
----------------------------------------------------------- */
.center {
	text-align:center;
}


