@charset "shift_jis";

* {
   margin: 0;
   padding: 0; /* 全てのプロパティの余白とパディングをリセットしています。*/
}

#cotent {
   width: 740px;     /* メニューとコンテンツを囲んでいます。 */
}

#leftmenu {
   float: left;
   width: 164px;     /* floatの width 指定は必須です。*/
   margin: 0;
   padding: 5px 5px 0 6px;
   text-align: left;
   background-color: #ffffff;
}

#prof {
   float: right;
   width: 540px;     /* floatの width 指定は必須です。*/