*{
margin : auto;

padding : 5px;
}

/*ヘッダーエリア*/
div#headerArea{
background-color : #ffc0cb;
top : 0px;
left : 0px;
position : absolute;
width : 700px;
height : 113px;
}


/*メニューエリア*/
div#menuArea{
background-color : #ffffcc;
top : 113px;
left : 0px;
position : absolute;
width : 200px;
height : 421px;
}


/*コンテンツエリア*/
div#contentuArea{
background-color : #ffffcc;
top : 113px;
left : 200px;
position : absolute;
width : 500px;
height : 421px;
}

/*フッターエリア*/
div#footerArea{
background-color : #ffc0cb;
top : 534px;
left : 0px;
position : absolute;
width : 700px;
height : 55px;
}
