body { 
   margin: 30px 0 0 0;
   color: #595757;
   font: 12px/1.2em monospace, Osaka, Arial, Helvetica, Geneva, sans-serif;
   text-align: center;
   }

a:link { 
   color: #595757;
   text-decoration: none;
   }
   
a:visited { 
   color: #595757;
   text-decoration: none;
   }
   
a:hover { 
   color: #ef8000;
   text-decoration: none;
   }
   
a:active { }

.clear {
   clear: both;
   }
   
.Right {
   text-align: right;
   }


/* 共通の設定 */
#container {
   width: 900px;
   text-align: left;
   margin: 0 auto;
   }
   
#footer {
   width: 900px;
   margin: 30px 0 0 0;
   }
   
.toTop {
   display: block;
   float: right;
   background: url(../images/mark.gif) no-repeat;
   padding: 0 0 0 25px;
   height: 25px;
   }
   
#footerContents {
   margin: 5px 0 0 0;
   padding: 10px 0 0 0;
   border-top: 1px dotted #ef8000;
   }
   
#footerContents li {
   display: block;
   float: right;
   padding: 0 0 0 12px;
   background: url(../images/point.gif) no-repeat 0 2px;
   margin: 0 0 0 15px;
   }
   
#copyright {
   text-align: center;
   margin: 10px 0 0 0;
   background: url(../images/copyright_back.gif) no-repeat;
   font-size: 10px;
   color: #ffffff;
   }


