body { 
 background-color: #FFFFFF;
 font-family:ＭＳ Ｐゴシック, Osaka;
 }

ul { 
 list-style-type : none ; 
 padding: 0 ; 
 margin-left : 1em;
 } 
 
li { 
 background-image : url(img/circle.gif) ; 
 background-repeat : no-repeat ; 
 background-position : 0.2em ; 
 padding-left : 1.5em; 
 margin : 0.5em 
 }
 
h1 {  
 font-size: 20px; 
 font-style: normal; 
 font-weight: bold; 
 font-variant: normal; 
 color: #CC0000 ; 
 margin : 0 ;
 margin-top :0.5em
 }
 
.ja12 {  
 font-size: 12px; 
 font-style: normal; 
 line-height: 150%; 
 font-weight: normal; 
 font-variant: normal
 }
 
.copyright {  
 font-family: "Arial", "Helvetica", "sans-serif"; 
 font-size: 11px; 
 font-style: normal; 
 font-weight: normal; 
 font-variant: normal; 
 color: #666666; 
 text-align: center
 }

#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 70%;
	color: #999999;
	clear: none;
	text-align: center;
	border-top: 1px solid #cccccc;
	width: 800px
}
  
.nolist {
       list-style: none;
	   margin: 0px 0px 0px 0px;
}
.footer li {
       list-style-image: outside none;
       display: inline;
       font-size: 80%;
       font-family:Arial, Helvetica, sans-serif;
       clear: both;
       text-align: center;
       width: 800px
}
.footer li a:link {
        list-style-image: outside none;
        text-decoration: none;
        color: #999999;
        background: transparent;
}
.footer li a:visited {
        list-style-image: outside none;
        color: #0066CC;
        background: transparent;
}

