@charset "UTF-8";


/*_______________________共通部分_______________________*/

body {
margin:0px 0px 105px;
padding:0px;
background:#F7F3E3;
font-size:14px;
line-height:1.8em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background:url(../images/bg_back.gif) center top;
}

#wrapper{
background:#FFFFFF;
}



#pink_wrap{
width:640px;
height:114px;
margin:0px auto;
position:relative;
}

#pink{

position:absolute;
top:65px;
left:96px;
}


header {
text-align:center;
padding:160px 0px 150px;

}
header h1 {
margin-bottom:15px;
}

header #copy {
font-size:20px;
}


#copyright {
text-align:center;
color:#999999;
font-size:10px;
padding:15px 0px 42px;
}

