* { margin : 0 ; padding : 0 ; }
body { width : 100% ;
text-align: center;
background-color: #edf2e6;
 }

#container{ margin:0 auto; 
width:760px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
background-color: #ffffff;
text-align: center;
}

/*枠*/
#header{width : 100% ;
}
#main{float:left;
       width:459px;
       text-align:left;
       border-width:0px 0px 0px 0px;
       border-style: solid;
       border-color: #808000;
       padding:0px 3px 10px 9px;
}

#side-left{float:left;
	width:150px;
        text-align:center;
        
}

#side-right{float:left;
	width:125px;
        text-align:center;
        margin:7px;
}

#footer{clear:both;width:760px;
        padding:15px 0px 0px 0px;
}

.Class1{background-color: #ffffdd;
border-width:1px 1px 1px 0px; 
border-style :solid; 
border-color : #808000 ;
width:150px;
text-align:center;
font-size:13pt;
color:#000000;
margin-bottom:25px ;
}

.Class2{margin:10px 10px 10px 10px;
        background-color:#d2ffd2;
text-align:center;
font-size:14pt;
color:#000000;
line-height:23px;
font-weight: bold;
}

.Class3{text-align:left;
width:120px;
margin:23px 20px 7px 13px;
border-width:1px 1px 1px 10px; 
border-style :solid; 
border-color : #996633;
font-size:93%;
font-weight: bold;
padding:1px 0px 1px 10px;
}

.Class4{margin-top:15px;
background-color:#e6e6ff;
text-align:center;
font-size:11pt;
color:#000000;
}

.class5{text-align:left;
margin:23px 20px 7px 13px;
border-width:0px 0px 0px 10px; 
border-style :solid; 
border-color : #996633;
font-size:13pt;
font-weight: bold;
padding:1px 0px 1px 7px;
}

.class6{text-align:left;
width:300px;
margin:23px 20px 7px 13px;
border-width:0px 0px 1px 10px; 
border-style :solid; 
border-color : #996633;
font-size:93%;
font-weight: bold;
padding:1px 0px 1px 10px;
}

.class7{text-align:left;
width:180px;
margin:23px 20px 7px 13px;
border-width:1px 1px 1px 10px; 
border-style :solid; 
border-color : #808000 ;
font-size:13pt;
font-weight: bold;
padding:1px 0px 1px 10px;
}

.class8{text-align:left;
width:150px;
margin:23px 20px 7px 13px;
border-width:0px 0px 1px 10px; 
border-style :solid; 
border-color : #996633;
font-size:93%;
font-weight: bold;
padding:1px 0px 1px 10px;
}

/*写真*/
.right {
	float: right;
        margin:0px 10px 0px 10px;
}

.left {
	float: left;
        margin:0px 10px 0px 10px;
}

/*リンク*/
a:link {text-decoration:none;color:#00006f;}
a:visited {text-decoration:none;color:#00006f;}
a:active {text-decoration:none;color:red;}
a:hover {text-decoration:underline;}

/*文字*/
.moji1{
width:150px;
background-color:#e8e8ff;
color:#000000;
padding:3px 20px 3px 20px;
font-weight: bold;
}

.moji2{font-size:14pt;
text-align:left;
margin:0px 15px 0px 15px;
line-height:25px;
}

/*リスト*/
ul{list-style:none;
margin:0px 5px 0px 5px;
}

li{line-height:24px;
margin:5px 5px 5px 10px;
font-size:13pt;
text-align:left;
}

th{background-color: #339933;
color:#ffffff;
}

td{font-size:90%;
width:252px;
padding:10px 10px 10px 10px;
line-height:30px;
}