/*----------------------------------
GENERAL
----------------------------------*/

*{
    margin:0;
    padding:0;
    
}


body{
    text-align:center;
    background:#fff;
    font-family:Meiryo, Trebuchet MS;
    width:100%;
    
}




/*----------------------------------
TEXT-DECORATION
----------------------------------*/
.c{text-align:center;}
.fl{float:left; margin:3px;}
.fr{float:right; margin:3px;}
li{font-size:9pt; margin:5px 0;line-height:200%;}
strong{text-decoration:underline;}
img{border:none;}

/*----------------------------------
GENERAL
----------------------------------*/



#wrapper{
    width:840px;
    margin:0 auto;
    position:relative;
    background:white;
}

#header{
margin:10px 0;
    width:840px;
    height:100px;
    background:url(../img/cover.jpg) no-repeat;
}

#header h1{text-indent:-9999px;}
#header h2{text-indent:-9999px;}

#header h1 a{
    display:block;
    width:840px;
    height:100px;
    margin-bottom:0px;
}

/*----------------------------------
TOP MENU
----------------------------------*/



#navi {
    width:800px;
    margin:0 auto;
    height:50px;
    text-align:center;
    }

#navi ul{
    list-style:none;
    margin:0 auto;
    display:block;
    width:800px;
}

#navi ul li{
    float:left;
    width:120px;
    padding:3px;
    font-size:9pt;
    margin:3px;
    text-decoration:none;
}

#navi ul li a{
    display:block;
    text-decoration:none;
    border-bottom:1px solid #eee;
    color:#900;
}

#navi li a:hover{
    border-bottom:1px solid #900;
    background:#ffefee;
    
}


/*----------------------------------
SIDE
----------------------------------*/




#left{
float:left;
	width:400px;
	padding:5px;
}

#right	{
	float:left;
	width:400px;
	
	padding:5px;
	}



/*----------------------------------
MAIN
----------------------------------*/


#main{
    text-align:left;
    margin:0 auto;
    margin-left:0px;
    padding:0 5px;
}

#main h1{
    border-bottom:1px dotted #839df9;
    font-size:12pt;
    color:#839df9;
    letter-spacing:0.5em;
}

#main h2{
    padding-left:5px;
    margin:15px 0 5px;
    font-size:11pt;
    
    border-bottom:2px solid #c00;
}

#main h3{
    font-size:9pt;
    margin:10px 3px 0px;
    padding:3px 5px;
}

#main p{
    margin:0 15px 10px 5px;
    color:#333;
    font-size:9pt;
    line-height:180%;
    padding-left:15px;
    text-indent:1em;
    
    font-weight:normal;
}

#main a{
    text-decoration:none;
    color:#c30;
    border-bottom:1px dotted #fc0;
}

#main a:hover{
    text-decoration:none;
    color:#f60;
    border-bottom:1px dotted #fc0;
    background:#fc9;
}

#main ul{
    margin-left:20px;
}


#sidebar{
    width:200px;
    float:left;
    
}


/*----------------------------------
MEMBER
----------------------------------*/
table.t {
    border-collapse:collapse;
    width:700px;
    border-top:1px solid #333;
    background:#fcfcfc;
    
    font-weight:normal;
    border-bottom:1px solid #333;
    margin:0 auto;
}


.t tr{
}

.t td , .t th {
    padding:5px;
    text-align:left;
    font-size:9pt;
    vertical-align:top;

    border-bottom:1px solid #ccc;
}

.t th{
    width:10em;
}


/*----------------------------------
MEMBER
----------------------------------*/

#footer{
clear:left;
    color:white;
    padding-top:25px;
    background-color: #600;
    width:830px;
    margin:10px auto 0;
    font-size:8pt;
    text-align:center;
    padding:10px 5px;
    font-family:Garamond;
}
