/*-----------------*/
/* HPのTOP中段設定
*/
/* 文字サイズ・行指定がptでされている　*/
.information-area-pt {
	top : 115px;
	left : 190px;
	width : 535px;
	height : 320px;
	border : thick solid;
	border-width : 1px;
	border-color : #ffffff;

	margin: 0px;
	padding: 10px;
	position : absolute;
	z-index : 2;
	font : 9pt;
	line-height : 14pt;
	color : #555555;
	background-color: #ffffff;
}

/* 問合せ先など　*/
.inquiry-area {
	top : 445px;
	left : 190px;
	width : 535px;
	height : 100px;
	border : thick solid;
	border-width : 1px;
	border-color : #ffffff;

	margin: 0px;
	padding: 10px;
	position : absolute;
	z-index : 2;
	font : 9pt;
	line-height : 10pt;
	color : #555555;
	background-color: #ffffff;
}


