/* CSS Document */

#box-all {
width:800px;
height:auto;
margin:auto;
}


h1 {
font-size:30px;
font-weight:bold;
color:#006;
}

h2 {
font-size:20px;
font-weight:bold;
color:#006;
}

p {
letter-spacing:0.1em;
color:#555;
}

a:link,a:hover,a:visited {
color:#555;
text-decoration:none;
}