BODY{
  font-size: 10pt;color:#666666 ;
}
a { text-decoration:none; color:#990000;}
a:hover { text-decoration:underline; color:red;}


TABLE{font-size : 10pt;color:#666666 ;}
input {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.right {
	color : #003C5E;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right b {
	color : #EF6D00;
}
.right a {
	color : #003C5E;
}
.right a:hover {
	color : #000000;
}
.left {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left a {
	color : #FFFFFF;
}
.left a:hover {
	color : #000000;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #294A7B;
}
p a:hover {
	color : #000000;
}
.bot {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.bot a {
	color : #000000;
	text-decoration: none;
}
.bot a:hover {
	color : #294A7B;
}

/********** ポップアップメニュー **********/
div.menu {
font-size: 12px;　　/*** 文字の大きさ ***/
background: #ffffff;　　/*** メニューの色 ***/
width:140px;　　/*** メニュー全体の長さ ***/
height: 15em;　　/*** メニューの高さ ***/
text-align:center;
position:relative;
top:0;
left:0;
}

div.menu a{
color:#990000;　　/*** リンク文字の色 ***/
text-decoration: none;
display: block;
line-height: 2em;
text-align:left;
width: 140px;　　/*** 1つのメニューの長さ ***/
}

div.menu a:visited{
color:#990000; 
text-decoration:none;
}

div.menu a:hover{
color:#990000;　　/*** マウスをのせた時の文字の色 ***/
background: #f0f0f0;　　/*** マウスをのせた時のメニューの色 ***/
text-decoration: none;
}

div.submenu a{
background-color: #ffffff;　　/*** サブメニューの色 ***/
border: 1px solid #f0f0f0;　　/*** サブメニューの枠の色***/
text-align:left;
width: 130px;
}

#menu1{
position:absolute;
top:0;
left:0;
}

#menu2{
position:absolute;
top:26px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
}

#menu3{
position:absolute;
top:52px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
} 

#menu4{
position:absolute;
top:78px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
} 

#menu5{
position:absolute;
top:104px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
} 

#menu6{
position:absolute;
top:130px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
} 

#menu7{
position:absolute;
top:156px;
left:0;　　/*** メニューの長さ100pxを変更したらここも変更 ***/
} 

div.menu span{
display:none;
} 

div.submenu {
visibility: hidden;
position: absolute;
top:0;
left: 140px;} 



