html,body{
margin:0;
padding:0;
font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
font-size:12px;
background-color:#99FFFF;
text-align:center;
}

#body{
margin:0 auto 0;
padding:0;
width:800px;
}

h1{
margin:10px 0;
padding:0;
font-size:15px;
font-weight:bold;
color:#000000;
}

hr{
border:none;
border-top:dashed 1px #999999;
height:1px;
color:#FFFFFF;
}

.txt{
margin-top:5px;
font-size:20px;
font-weight:bold;
}

#footer{
margin:0;
padding:10px;
width:1014px;
height:130px;
background-color:#999999;
text-align:center;
color:#FFFFFF;
}

#link1{
margin:0 auto 0;
width:468px;
}

.link1{
width:468px;
margin-bottom:10px;
}

#link0{
margin:0 auto 0;
padding-left:10px;
width:700px;
}

.link0{
float:left;
width:88px;
margin-bottom:10px;
margin-right:10px;
}

/* 共有設定 */
a:link{
text-decoration: none;
color:#000000;
}

a:visited{
text-decoration: none;
color:#000000;
}

a:hover{
text-decoration: none;
color:#FF0000;
}

a:active{
text-decoration: none;
color:#000000;
}

p{
margin:0;
}

.clear{
clear:both;
}

.higth5{
height:5px;
}

.higth10{
height:10px;
}

.mb5{
margin-bottom:5px;
}

.mb10{
margin-bottom:10px;
}

.mb20{
margin-bottom:20px;
}

.ml10{
margin-left:10px;
}

.mr5{
margin-right:5px;
}

.mr10{
margin-right:10px;
}

.mt10{
margin-top:10px;
}