*{
	margin: 0px;
	padding: 0px;
}
body {
background-color : #fff;
color : #000;
font-family:monospace;
}
a:link {
color : #555;
text-decoration : none;
}
a:visited {
background-color : #fff;
color : #555;
text-decoration : none;
}
a:hover {
background-color : #fff;
color : #FFA458;
text-decoration : none;
}
h1 {
          height: 42px;
          line-height: 42px;
          border-top: 1px solid #cdd5df;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2));
          border-bottom: 1px solid #2d3642;
          background-color: #b0bccd;
          font-family: HiraKakuProN-W6;
          font-size: 18px;
          color: #fff;
          text-align: center;
          text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          }

dl {
          margin: 9px 9px 16px;
          border: solid 1px #a9abae;
          -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
          background-color: #fff;
          }
p{
margin: 0;
padding: 0;
}
address{
font-size: 100%; 
font-weight: normal;
font-style: normal;
text-align : center;
}
img{
border: none;
}
#err{
background-color : #fff;
color : #f00;
font-size: 100%; 
font-weight: normal;
font-style: normal;
}
#header{
text-align : center;
}
#footer{
text-align : center;
}
.sorce {
background : #eef0f1;
margin : 0.2em 0.5em;
padding: 0.3em;
}

