@charset "UTF-8";
/* CSS Document */



body{ scrollbar-3dlight-color:#5D7FFF;
scrollbar-arrow-color:#040658;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#5D7FFF;
scrollbar-track-color:#FFFFFF;
color: #040658;
font-family: Verdana;
font-size: 12px;
font-weight: lighter;
 } 

A:link {
 color:blue;
 font-weight: bold
;}
A:visited {
 color:blue;
 font-weight: bold
;}
A:active {
 color:blue;
 font-weight: bold
;}
A:hover {
 color:#C3F0FF;
 font-weight: bold;
}

img{border-width:0;}


big{
 color: #cc0033;
 font-size: 20px;
 font-weight: bold
}

td{
 color: #040658;
 font-family: Verdana;
 font-size: 12px;
}

/* トップASOロゴ背景 */
.td1{
 background-image : url(image/bg_asologo.jpg); 
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top right;
 background-color: #FFFFFF;
}
/* 左メニューの背景 */
.td2{
background-image : url(image/top_2x1.jpg); 
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #FFFFFF;
}

/* グラデーションライン */
hr.filter{
width:100%;
filter: Alpha(opacity=100,finishopacity=0,style=3);
Color: navy;
}

/* 説明文の段落 */
.block1 { 
line-height: 120%;
}

/* 左メニューの位置と背景色 */
#menu {
 MARGIN-LEFT: 0px; WIDTH: 120px;
}
#menu A {
text-decoration : none;
Color: #FFFFFF;
width : 125px;
height : 20px;
PADDING-LEFT: 5px;
PADDING-TOP: 5px;
filter:alpha(opacity=80,finishopacity=20,style=1);
background-color:navy;
font-size: 12px;

}
#menu A:hover {
text-decoration : none;
Color: navy;
width : 125px;
height : 20px;
PADDING-LEFT: 5px;
PADDING-TOP: 5px;
filter:alpha(opacity=80,finishopacity=20,style=1);
background-color:#FFFFFF;
font-size: 12px;

}
