BODY{     /*BODY要素のスタイル指定*/
	color: #032299; 
	background-image:url(parts/index2.jpg); 
	margin:0px;
	font-family: "ＭＳ 明朝", serif, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
}

P{     /*P要素のスタイル指定*/
	font-family: "ＭＳ 明朝", serif, sans-serif;
	font-size: 12px;
	line-height: 200%;
}

.main {
	position: absolute;
	top:56px;
	left: 121px;
	font-size: 12px;
	width: 680px;
	height: 552px;
	overflow:auto;
}

.indexl {
	position: absolute;
	top: 56px;
	left: 0px;
	font-size: 12px;
	scrollbar-face-color: #A2D5D1;
	scrollbar-shadow-color: #329C8E;
	scrollbar-darkshadow-color:
	#036054; scrollbar-highlight-color:
	#C5FAF3; scrollbar-3dlight-color:
	#A0D7D0;  scrollbar-arrow-color: #157468; 
}

.indexu {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
}

A{
	text-decoration:none;
	color:#556BBF;
}
A:hover{
	color:#032299;
}

.BigFirst {
	font-family:serif, sans-serif;
	font-size:42px; float:left;
	color:#4899BC;
}
