@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

body{
background-color:white;
}

#wrraper{
width:800px;
margin:0 auto;
}

#header{
width:800px;
background-image:url(logo.jpg);
height:120px;
}

#box{
width:800px;
}

p{
width:430px;
margin-top:100px;
margin-left:185px;
text-align:center;
}

