
/* トップコンテンツ表示領域 */
.BoxTop{
	margin:					0px;
	padding:				0px;
	width:					760px;
	height:					700px;
	max-width:				760px;
	max-height:				700px;
	min-width:				760px;
	min-height:				700px;
	background-image:		url(./img/top_back.jpg);
	background-repeat:		no-repeat;
	background-position:	left top;
}

/* 最新情報表示領域 */
.BoxNews{
	position:				absolute;
	margin:					50px 0px 0px 30px;
}
/* 新着ブログ表示領域 */
.BoxBlog{
	position:				absolute;
	margin:					220px 0px 0px 30px;
}
/* 雑誌情報表示領域 */
.BoxMagazine{
	position:				absolute;
	margin:					340px 0px 0px 30px;
}

/* Bottom Info 表示領域 */
.BoxBottomInfo{
	position:				absolute;
	margin:					560px 0px 0px 40px;
}

/* その他記載エリア */
.BoxETC{
	margin:					0px;
	padding:				10px 20px 10px 20px;
	width:					760px;
	height:					150px;
	max-width:				760px;
	max-height:				150px;
	min-width:				760px;
	min-height:				150px;
	border-style:			solid;
	border-top-width:		1px;
	border-right-width:		0px;
	border-bottom-width:	0px;
	border-left-width:		0px;
	border-color:			#0055aa;
	background-color:		#000000;
	font-size:				12px;
	font-weight:			400;
	color:					#ffffff;
}


