@charset "utf-8";

/*メインイメージ
----------------------------------------------------------------*/
#main_img{
	width:650px;
	margin:0 0 10px;
	}

/*トップページ #top
----------------------------------------------------------------*/
#top{
	width:640px;
	margin:0;
	}
	#top #topl{
		float:left;
		width:450px;
		background-color:#eaeaea;
	}
	#top #topr{
		float:right;
		width:180px;
	}
#top_service{
	width:450px;
}
	#top_service .box{
		position:relative;
		width:430px;
		height:120px;
		background-image:url(../images/top_service_bg.jpg);
		background-repeat:no-repeat;
		background-position:right bottom;
		border:1px solid #d8dfe6;
		border-top:0;
		background-color:#fafcff;
		padding:10px 9px 4px;
	}
		#top_service .box ul{
			width:430px;
		}
		#top_service .box ul li{
			color:#00234f;
			font-size:14px;
			font-weight:bold;
			line-height:23px;
			background-repeat:no-repeat;
			background-position:0 3px;
			padding-left:23px;
		}
			#top_service .box ul li.nl01{
				background-image:url(../common_img/icon_numA_01.gif);
			}
			#top_service .box ul li.nl02{
				background-image:url(../common_img/icon_numA_02.gif);
			}
			#top_service .box ul li.nl03{
				background-image:url(../common_img/icon_numA_03.gif);
			}
			#top_service .box ul li.nl04{
				background-image:url(../common_img/icon_numA_04.gif);
			}
		#top_service .box .btn{
			position:absolute;
			bottom:5px;
			right:5px;
		}

/*新着情報
----------------------------------------------------------------*/
#news{
	width:640px;
	margin:10px 0 0;
	}
	#news iframe{
		width:640px;
		height:95px;
		overflow:auto;
	}
