@charset "UTF-8";
/* CSS Document */

body { 
    background:#E6E6E6; 
    text-align: center; 
    font-family:"MS ゴシック","ヒラギノ角ゴ Pro W3",Osaka,san-serif; 
    font-size:8pt; 
    }

* { 
   margin: 0;
   padding: 0; 
   }
   
/*Hides from IE5-mac\*/
*html #wrap {height:1%; 
    }
/*End hide from IE5-mac*/
   
#wrap {
    width: 780px; 
    margin:0 auto;
    background-color: #FFF; 
    }

div#header{
    width: 780px;
    height: 65px; 
    background-color: #FFF; 
    }

div#navi {
    width: 780px; 
    background: #FFF; 
    }

#navi ul,#navi li { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    }

#navi li {
    float:left; 
    }

#navi a,#navi a:link,#navi a:visited {
	text-decoration: none;
	color:#000000;
	background-color: #FFF;
	width: 78px;
	height: 20px;
	text-align:center;
	padding: 2px 0px 2px 0px;
	display: block;
    }
	
#navi a:hover { 
    color: #FFF; 
    background-color: #E6E6E6; 
    }   
	
.stylAccess {
    background-color:#FF9900;
	color:#FFFFFF;
    height: 20px;
	width:78px;
	}
	
#main {
	background-color:#FFF;
	}
	
#main-left {
	background-color:#FFF;
	float:left;
	width:510px;
	height:500px;
	}
	
#main-right {
	background-color:#FFF;
	float:right;
	width:260px;
	height:500px;
	}
	
.news {
	background-color:#E6E6E6;
	width:245px;
	height:120px;
	overflow:scroll;
	margin:5px 15px 2.5px 2.5px;
	clear:both;
	}
	
#main-rightlow {
	width:230px;
	height:195px;
	}	

#experience {
	background-color:#FFFFFF;
	width:146px;
	height:195px;
	float:left;
	}
	
#banner {
	background-color:#FFFFFF;
	width:105px;
	height:195px;
	float:right;
	}
	
#square {
	background-color:#FFFFFF;
	clear:both;
	}
	
#footer {
	background-color:#FFFFFF;
	height:20px;
	letter-spacing:0.1em;
	clear:both;
	}
	
.style2 {
	background-color:#000099;
	text-color:#FFFFFF;
	width:120px;
	height:120px;
	}
	

	
	
	
.margin0 {
	margin:0px;
	}
	
.leftmargin15 {
	margin:2.5px 2.5px 2.5px 15px;
	}
	
.rightmargin15 {
	margin:2.5px 15px 2.5px 2.5px;
	}
	
.margin2-15right {
	margin:2px 15px 2px 2px;
	}

.margin2 {
	margin:2px;
}

img {
	margin: 2.5px;
}

.marginL5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.marginR5 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.font7 {
	font-size: 7pt;
}

