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

/*PNG処理*/
img{
behavior: url(http://www.yuuyoo.jp/js/iepngfix.htc);
border:0;
}

body{
color:#4c4c4c;
background-color:#f8f8ff;
}
#whatever{
margin-top:20px;
}

#header{
height: 0px;
width: 900px;
margin: 0 auto;
display:none;
line-height:0;
}

#navigation{
height: 65px;
width: 900px;
margin: 20px auto 0 auto;
}

#contents-top{
width: 900px;
margin: 0 auto;
}
#contents{
position:relative;
width: 900px;
margin: 0 auto;
padding-bottom:40px;
color:#4c4c4c;
background-color:#fff;
}
#wrap1{
width: 900px;
margin: 0 auto;
padding-bottom:103px;
background-repeat: no-repeat;
background-position: center bottom;
background-image: url(../images/page_footer.gif);
}
#wrap2{
width: 900px;
margin: 0 auto;
padding-top:103px;
background-image: url(../images/page_header.png);
background-repeat: no-repeat;
background-position: center top;
behavior: url(http://www.yuuyoo.jp/js/iepngfix.htc);
}

#footer{
clear:both;
width: 900px;
margin: 0 auto 20px auto;
text-align: right;
}
#footer-link{
text-align: right;
padding-top:40px;
}

