﻿/* Base style 
---------------------------------------------------*/
body{
	background-color:#FFFF99;
    text-align:center;
    font-size:12px;
    color:#333;
    }
  

/* top_page-area
---------------------------------------------------*/
#top_page{
    width:432px;
	margin:0 5px 0 0; 
	padding:5px; 
	border:1px solid #9c0000;
 	background-image:url(../image/w101_c.gif);
 	}

#top_page h1{
    margin:8px 8px 2px 8px; 
    padding:6px 8px; 
    font-size:13px; 
    color:#ffffff;
	text-align:left;
	clear:both;
	background-color:#9c0000;
    }
    
#top_page h2{
    margin:0 2px 0 0; 
    padding:4px 6px; 
    font-size:12px; 
    color:#9c0000;
	text-align:left;
	background-color:#fff;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
    }

#top_page h3{
    margin:5px 8px 0 8px; 
    padding:4px 6px; 
    font-size:12px; 
    color:#ffffff;
	text-align:left;
	clear:both;
    background-image: url('../image/bg.gif');
    }

#top_page p{
    margin:0 8px 0 8px; 
    padding:5px;    
    line-height:120%;
	text-align:left;
    }    

#top_page p.float{
    margin:0 2px 0 0; 
    padding:5px;    
    line-height:100%;
	text-align:left;
    height:80px;
    font-size:90%;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;    
   }    
   
#top_page div.both{
    margin:0 8px; 
    padding:5px;    
    line-height:120%;
	text-align:left;
	border:1px solid #9c0000;
  	background-image:url('../image/bg_top.jpg');
  	background-repeat:no-repeat;
  	background-color:#fff;
   } 
   
#top_page div.left{
    margin:5px 2px 5px 8px; 
    float:left;
    width:56%;
    }

#top_page div.right{
    margin:5px 8px 5px 2px; 
    float:right;
    }

ul{
	margin:3px 5px 3px 100px;
	line-height:140%;
}

li{
	list-style-image:url('../image/arrow.gif');
}

