/* CSS Document */

/* コンテンツ 大枠 */
#bnr a{
	display: block;
	margin-top: 10px;
}
.level2 h2{
	height: 39px;
	line-height: 42px;
	overflow: hidden;
	color: #0015dc;
	font-size: 14px;
	font-weight: bold;
	background: url(./common/img/h2.gif) no-repeat 1px 1px;
	padding-left: 20px;
}

.level2 h3{
	height: 34px;
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	background: url(./common/img/h3.gif) no-repeat 10px 0;
	margin-top: 15px;
	padding-left: 30px;
	color:#0279c5;
}

.level2 h4{
	height: 25px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(./common/img/h4.gif) no-repeat 15px top;
	margin-top: 15px;
	padding-left: 24px;
}

.level2 h5{
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
}

.box{
	width: 496px;
	margin: 10px 0 0 20px;
	padding-bottom: 10px;
}

.y_box{background:#fffee8;width:496px;}

/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
top
---------------------------------------------------------------------------*/
/*news
-----------------------------------------------------------------------*/
#news{
	width: 182px;
	background: #eeeeee;
	padding-bottom: 12px;
	margin-top: 10px;
}
#news p{
	width: 158px;
	font-size: 10px;
	line-height: 1.2;
	margin-left: 12px;
}
#news p.date{
	color: #9d9d9d;
	margin-top: 8px;
}
#news p.note{}

/*greet
-----------------------------------------------------------------------*/
#greet{
	width: 516px;
	margin: 10px 0 0 17px;
}
#greet img.right{margin: 10px 0 0 0;}
#greet p{
	float: left;
	width: 214px;
	margin-top: 13px;
}

.orange{color:#ffa200;}
.blue{color:#00c3fb;}


/*フォント*/
.ft14{font-size:14px;font-weight:bold;}
