@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 中央全体													*/
/*----------------------------------------------------------*/
#center_container {
	float:left;
	width:780px;
	/*	高さはココで決める(最低indexstyleと同じ)	*/
	height:1300px;
	margin:5px 0px 0px 0px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}
/*----------------------------------------------------------*/
/* サイトマップ												*/
/*----------------------------------------------------------*/
#map_mfm {
	width:700px;
	height:1300px;
}
.map_line {
	margin-top:10px;
	width:650px;
	height:20px;
	line-height:20px;
	border-top:solid 10px #abd1e7;
}
.map_fm {
	padding-left:10px;
	width:650px;
}
.map_tit {
	float:left;
	width:250px;
	text-align:left;
	font-weight:bold;
	color:#1d3994;
}
.map_item {
	float:left;
	width:350px;
	text-align:left;
}