/*-----------------*/
/* 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;
}

.information-area-pt table { background-color:	#ffffff; }
.information-area-pt th {
	color : #000000;
	background-color : #ccffee;
	font-size :	12px;
	font-weight : bold; 
}
.information-area-pt td {
	padding :			5px;
	font-size :			11px;
	line-height : 		9pt;
}

.information-area-pt a:link{		text-decoration:none;	color:	#aaaaff;	}
.information-area-pt a:visited{		text-decoration:none;	color:	#ccccff;	}
.information-area-pt a:active{		text-decoration:none;	color:	#ffaaaa;	}
.information-area-pt a:hover{		text-decoration:none;	color:	#ff7777;	}


