/*全体*/

body {margin-top:0; 
      background-position: center;
      background-image: url("background.png") ;
text-align: justify;
background-color: #FFFFFF;
}
   

a:link { color:#8B0000;}

a:visited { color: #FF4500;}

div.contents{width: 900px;
	background-color: #FFFFFF; margin: 0 auto;}




/*左側*/
div.left{float: left; padding-top:0px; padding-left:40px;}
    
.info{width:400px;
      line-height:25px;
           color:#8B0000;
      padding:10px 10px 10px 50px;
      border:2px dotted #FFA07A;}

/*見出し*/
.bkbar  {   border-left:#ff0000 solid 10px;            
            background-image:url(bkbar.gif);
            background-repeat:repeat-x;
            padding:6px 0px 2px 10px;
            font-weight:bold;
            color:#6e0700;}

.table {font-size:15px; line-height:30px;}





/*コピーライト*/
div.copyright{width:900px; line-height:50px; padding:0px; text-align:center; 
background-image: url("resize.php.png"); color:#FFFFFF; clear: both;}

/*右側*/
div.right{float: right; padding-right:10px;}
div.update{background-image: url("update.png") ;}


