@charset "utf-8";

* {  
        margin:0;  
        padding:0;  
}  
    
    body {  
    	background-color:#000000 ;
        font-family:Verdana, "ＭＳ Ｐゴシック","Century Gothic", sans-serif;  
        font-size:80%;  
        color:#b3b3b3;  
    }  
    h2,h3,h4,h5,h6 {  
        font-weight:normal;  
        font-family:Georgia, "ＭＳ Ｐゴシック", "Century Gothic","Times New Roman", Times, serif;  
    }  
    p,li {  
        line-height:160%;  
    }  
    p {  
        margin:0 0 1em 0;  
    }  
    li {  
        list-style-type:none;  
    }  
    img {  
        border:0;  
    }  
    /* 
     Link Color [ 
    ----------------------------------------------------------- */  
    a {  
        text-decoration:none;  
    }  
    a:link {  
        color:#eeeeee;  
    }  
    a:visited {  
        color:#eeeeee;  
    }  
    a:hover {  
        text-decoration:underline;  
    }  
    a:active {  
        color:eeeeee;  
    }  

    /* 
     ページをセンタリング [ 
    ----------------------------------------------------------- */  
    #page {  
       width:800px;  
       margin: 0 auto; 
       background:#000000;
    }  

    /* 
     header [ 
    ----------------------------------------------------------- */  
    h1 {  
        height:0px;  
        padding:0 0 0 0;  
        line-height:1px;  
        font-size:1px;  
    }  
    /* 
     グローバルナビ [ 
    ----------------------------------------------------------- */  
	#gNavi { 
			margin:0 0 0 0px; padding:50px 0 15px 0px; line-height:30px;
	 		font-size:120%;  
    		letter-spacing:.2em; 
    }  
    #gNavi li { 
    			display:inline; list-style:none; padding-right:10px;
    }  
    #gNavi li a {
    			color:#eeeeee;
    			text-decoration:none;  
     }  
    #gNavi li a:hover { 
    					color:#e57299; border-bottom:solid 3px #e57299;
    }  

    /* 
     container [ 
    ----------------------------------------------------------- */  
    #container {  
    	position:absolute;
        margin-bottom:0;  
        padding:0 0;  
        z-index:2;
    }  
    
     /* 
     main [ 
    ----------------------------------------------------------- */  
    #main {
    	position:absolute;
     	margin: 0 auto;
     	width:800px;
     	height:564px;
     	background-position:center;
    	background-repeat:no-repeat;
    	z-index:2;
    	top:100px;
 	}
    #main h2 {  
        margin-bottom:5px; 
        padding-left:20px;  
    }    
    #main h3 {  
        margin-bottom:5px;  
        padding:7px;  
        font-size:115%;  
        letter-spacing:.1em;  
    }  
    #main h4 {  
        margin-bottom:5px;  
        padding-left:5px;  
        border-left:3px solid #e57299;  
        font-size:115%;  
        font-weight:bold;  
    }  
   
      
     /* 
     column [ 
    ----------------------------------------------------------- */  
    #column {
     	margin: 0 auto;
     	width:800px;
     	height:;
       	background-color:#000000 ;
 	}    
    #column h3 {  
        margin-bottom:5px;  
        padding:7px;  
        font-size:115%;  
        letter-spacing:.1em;  
    }  
    #column h4 {  
        margin-bottom:5px;  
        padding-left:5px;  
        border-left:3px solid #e57299;  
        font-size:115%;  
        font-weight:bold;  
    }  
    
    /* 
     sidebar [ 
    ----------------------------------------------------------- */  
    #sidebar{
    		float:left ;
    		width:300px ;
    		height:450px ;
      		padding:20px 0 0 10px;
      }
    
     /* 
     contents [ 
    ----------------------------------------------------------- */  
    #contents{
    		float:left ;
    		width:400px ;
    		height:450px ;
    		padding:20px 0 0 10px;
    }
     
     /* 
     foot [ 
    ----------------------------------------------------------- */  
    #foot {  
    	position:absolute;
        clear:both;  
        margin:0 0;  
        padding:20px 0 0 0;  
        text-align:center; 
        top:660px;
        width:100%;
        z-index:2;
    }  
    #foot address {  
        font-style:normal;  
    }  
 
    /* 
     table [ 
    ----------------------------------------------------------- */  
 
   table#table-01 {
	    width: 400px;
	    border: 1px #b3b3b3 solid;
	    border-collapse: collapse;
	    border-spacing: 0;
	}
	table#table-01 th {
	    padding: 5px;
	    border: #b3b3b3 solid;
	    border-width: 0 0 1px 1px;
	    background: #f5f5f5;
	    font-weight: bold;
	    line-height: 120%;
	    text-align: left;
	}
	table#table-01 td {
	    padding: 5px;
	    border: 1px #b3b3b3 solid;
	    border-width: 0 0 1px 1px;
	    text-align: left;
	}
     /* 
     board [ 
    ----------------------------------------------------------- */     
    #board{
	width:380px;
	padding:20px;
	margin-left:390px;
	color:#000000;
	}
	#board a{
	color:#555555;
	text-decoration:underline; 
    }