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

#contents{ 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:280px;
       text-align:left;
       border-width:0px 0px 0px 0px;
       border-style: solid;
       border-color: #808000;
       padding:0px 12px 10px 12px;
}

#side-left {float:left;
	width:218px;
        text-align:center;
        padding-left:10px;
}

#side-right {float:left;
	width:190px;
        text-align:center;
        padding-left:10px;
}

#footer{clear:both;width:760px;
margin-top:50px;
}

.Class1{background-color: #ffffdd;
border-width:1px 1px 1px 1px; 
border-style :solid; 
border-color : #808000 ;
width:180px;
text-align:center;
font-size:95%;
color:#000000;
margin-bottom:25px ;
}

.Class2{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;
}

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

/*リンク*/
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:180px;
background-color: #006db7;
color:#ffffff;
padding:0px 20px 0px 20px;
font-size:100%;
font-weight: bold;
}

.moji2{font-size:95%;
margin:10px 20px 7px 13px;
padding:1px 0px 1px 10px;
line-height:30px;
}

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

li{line-height:24px;
margin:5px 5px 5px 15px;
font-size:90%;
text-align:left;
}

/*枠*/
table{text-align:center;
font-size:75%;
margin-top:7px;
}

p{text-align:left;
font-size:14px;
line-height:22px;}