/*＝＝＝タグ直接指定＝＝＝*/
h1,h2,div,p,img,table,tr,td{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

img{
 verticl-align:bottom;
}

body{
 background:#eeeeee;
 margin:auto;
 text-align:center;
}

/*＝＝全体枠の指定＝＝*/
div.all{
 width:800px;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 background:#ffffff;
 text-align:center;
 margin:auto;
 color:#555555;
}

div.con{
 width:700px;
 text-align:left;
}
p{
 font-size:12px;
 line-height:20px;
 margin-top:5px;
 padding-left:5px
}

h1{
 font-size:12px;
 text-align:left;
 font-weight:normal;
}

/*相互リンクページの指定*/
.site{
 border:0px;
 text-align:left;
 widht:700px;
}

.site tr,.site td{
 border:0px;
 border-bottom:dashed 1px #999999;
 font-size:11px;
 color:#666666;
 height:30px;
 
 }
.footer a{
 font-size:11px;
 color:#666666;
 }
.footer p{
 background:#666666;
 color:ffffff;
}
