/* CSS Document */

#body{
  font-family:'Osaka', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', '‚l‚r ‚oƒSƒVƒbƒN', "sans-serif"; 
   
}

A:link                 { color: #000CFF; text-decoration: none}
A:visited              {	color: #7799FF;	text-decoration: underline;}
A:active               { color: #0033CC; text-decoration: none }
A:hover                {	color: #000CFF;	text-decoration: underline;}

.list  A:link                 { color: #F61A9B; text-decoration: none;}
.list  A:visited              {	color: #F61A9B;	text-decoration: none;}
.list  A:active               { color: #F61A9B; text-decoration: none;}
.list  A:hover                {	color: #3366CC;	text-decoration: underline;}

td {
	font-size: 80%;
	font-family:'Osaka', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', '‚l‚r ‚oƒSƒVƒbƒN', "sans-serif"; 
	line-height: 140%;
}

#header{
  width:800px;height:139px;
  background:#fff
url(../image/top_bg_moon.gif) no-repeat;
}
#main{
  width:800px;height:410px;
  background:#fff
url(../image/main_bg02.gif) repeat-y;
overflow:auto;
}
#menu{
   width:800px;height:20px;
   background:url(../image/main_bg02.gif) repeat-y;
}
#footer{
  width:800px;height:50px;
  background:#fff
url(../image/bottom_bg02.gif) no-repeat;
}

#newsbox{
   font-size:120%;
   text-align:center;
   overflow:auto;
   width:400px;height:110;
   margin-top:0px;
   margin-left:12px;
   background:url(../image/mhn.gif)
   scrollbar-arrow-color: #666666;
   scrollbar-darkshadow-color: #FFFFFF;
   scrollbar-dlight-color: #FFFFFF;
   scrollbar-face-color: #FFFFFF;
   scrollbar-highlight-color: #666666;
   scrollbar-shadow-color: #666666;
   scrollbar-track-color: #FFFFFF;
}

  
