@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	height: 100%; 
	background-color : #ffffff;
/*スクロールバー色*/
	scrollbar-3dlight-color:#80B3B3;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#80B3B3;
	scrollbar-darkshadow-color:#80B3B3;
	scrollbar-face-color:#80B3B3;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#CFF1E9;
}
tr,td,th {
/*フォント指定。*/
	color: #003737;
	font-size: 10pt ;
	font-family: 'verdana,chicago,"ＭＳ ゴシック",Osaka';
/*行間指定*/
	line-height: 130%;
}

.s     {font-size: 8pt;}
.bp    {color: #FF0000; font-weight: bold;}
.table {background-color: #006766;}
.tr    {background-color: #FFFFFF;}
.td    {background-color: #99D5AC;}
.bg    {background-color: #D3EDDC;}

IMG {
	padding-RIGHT: 0px; padding-LEFT: 0px; padding-BOTTOM: 0px; margin: 0px; border-TOP-STYLE: none; padding-TOP: 0px; border-RIGHT-STYLE: none; border-LEFT-STYLE: none; border-BOTTOM-STYLE: none
}


/*リンク*/
a:link {
  color:#003737;
  text-decoration : none;
}
a:visited {
  color:#009191;
  text-decoration : none;
}
a:hover {
  color:#CC6600;
  text-decoration : underline;
}

/*_________title______________________________________________________*/

#title table {
	border: none;
	height:85px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#title tr {
	border: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#title td {
	border: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt ;

}

/*_________contents______________________________________________________*/
.contents {
	width :154px;
	height:750px;
	background:url(./img/index_r05_c1.jpg) repeat-y;

}
#contents table {
	border: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contents td {
	border: none;
	height:35px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*_________bottom______________________________________________________*/
#bottom a:link {
  color:#eeeeee;
  text-decoration : none;
}
#bottom a:visited {
  color:#eeeeee;
  text-decoration : none;
}
#bottom a:hover {
  color:#ffffff;
  text-decoration : none;
}

#bottom .b1 {
	width:179px;
	background:url(./img/index_b1.jpg) no-repeat;
}
#bottom .b2 {
	background:url(./img/index_b2.jpg) repeat-x;
}

