/* ページ全体 *****************************************************************/
body {
 margin              : 0px;
 padding             : 0px;
 background-color    : #ffffff;
 font-family         : "ＭＳ Ｐゴシック";
}

/* Hides from IE5-mac \*/
* html ul {
margin              : 5px 0px 5px 40px;
}
/* End hide from IE5-mac */

/* 個別設定 上部のヘッダブロック **********************************************/
#header {
 width               : 750px;
}

/* 個別設定 中央のコンテンツエリア（ナビゲーション＋コンテンツ） **************/
#contentsarea {
 width               : 749px;
}

/* 個別設定 中央のナビゲーションブロック **************************************/
#menu {
 float               : left;
 width               : 150px;
 height              : 780px;
 background-image    :  url(/images/menu.gif);
 background-repeat   : no-repeat;
 background-position : 0px;
 background-color    : #cccccc;
}


/* 個別設定 中央のコンテンツブロック ******************************************/
#contents {
 float               : right;
 width               : 599px;
 background-color    : #ffffff;
 font-size           : 12px;
}

/* 個別設定 下部のフッタブロック **********************************************/
#footer {
 clear               : both;
 width               : 750px;
}
