/*--------------------------------------
  Header Module
---------------------------------------*/

div#header {width:800px;margin:0 auto 10px auto;}

/*--------------------------------------
  Footer Module
---------------------------------------*/

div#footer {text-align:center;margin:30px 0 20px 0;width:100%; line-height:1.5; padding-bottom:20px;}

/*--------------------------------------
  Main Module
---------------------------------------*/

div#main {width:820px;margin:10px auto; overflow:hidden;}
div#contents {width:580px;float:right;padding:0 20px;}
div#navi {width:170px; float:left;padding:0 10px;}

/*--------------------------------------
  Error Module
---------------------------------------*/

div#error {width: 60%;font-weight: bold;margin:10px auto 20px auto;color:#FF0000; line-height:1.5;}
div.edit_error {text-align:center;font-weight: bold;margin:10px auto 10px auto;color:#FF0000;}

/*--------------------------------------
  Table Module
---------------------------------------*/

table.project {margin:5px 5px 20px 5px;padding:5px;}
table.project td {padding:5px;}

/*--------------------------------------
  H3 Module
---------------------------------------*/

h3.title {padding:5px;border:1px dashed #666;}

/*--------------------------------------
  thumb Module
---------------------------------------*/

img.thumb {border:1px solid #CCC;}

/*--------------------------------------
  form Module
---------------------------------------*/

table.form,table.form td {padding:5px;}
