/*グローバルナビ*/
#gNavi li:nth-child(1){
	float: left;
	width: 177px;
}
#gNavi li:nth-child(1) a{
	background-image: url(../../common/img/arrow_01_hover.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-color: #4782F2;
}

/* タイトル */
.mainLeft h2 {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	padding-bottom: 8px;
	background: url(../../common/img/border_01.jpg) 0 bottom no-repeat;
}

.cstxt{
	text-align:center;
	font-size:117%;
	padding:50px 0 30px 0;
}


.news_box dl{overflow:hidden;font-size:86%;border-bottom: 1px dotted #7D9BD3;padding:0 0 15px 0;margin:0 0 15px 0;}
.news_box dt{float:left;width:100px;}
.news_box dd{float:right;width:630px;}