@charset "utf-8";/* CSS Document */body{    margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}/* ヘッダーの設定*/#head{    width:760px;    height:200px;}/*トップの設定*/#top{    width:760px;    height:100px;	background-color:#FFFFFF}/* ラッパーの設定*/#wrap{    width:760px;    margin-right: auto;	margin-left: auto;	vertical-align: top;	background-color:#FFFFFF;}/*文字の設定*/   .list{   color:#000000;   font-size:10px;   text-align:right;   margin-bottom:3px;   }   .px10{  font-size:10px;  line-height:14px;  color:#333366;  margin-top:0px;  text-align:justify;  vertical-align:top;  }  .px12{   font-size:12px;   background-image:url(image/listimage.gif);   background-repeat:no-repeat;   background-position:7px 6px;   color:#000000;   line-height:19px;   padding-left:13px;   margin-top:0px;   text-align:justify;   }     .copy{ font-size:10px; color:#666666; line-height:50px;}     /*BOXの設定*/  #box{   width:630px;   height:110px;   margin-right: auto;   margin-left: auto;   vertical-align: top;   padding:10px;   margin-top:20px;   margin-bottom:20px;   background-repeat:no-repeat;   }      #box2{   width:630px;   height:130px;   margin-right: auto;   margin-left: auto;   vertical-align: top;   padding:10px;   margin-top:20px;   margin-bottom:20px;   background-repeat:no-repeat;   }         /*テーブルの設定*/.structure{ width:630px; text-align:justify; vertical-align: top; margin-right: auto; margin-left: auto; border:0px; float:right; }   /*リンクの設定*/ a:hover{    color:#ff0000;	text-decoration:underline;	}