body{
background-color:#FFFFFF; /* 背景色 */
text-align:center; /* 中央揃え */
margin:0px; /* 余白 */
}

#layout{ /* ページ内コンテンツ全体の囲い */
width:670px;
background-color:#FFFFFF; /* 背景色 */
}

h1{ /* 見出し１ */
font-size:11px; /* 文字サイズ */
color:#999999; /* 太字色 */
width:660px; /* 幅 */
text-align:left; /* 左寄せ */
margin:0px; /* 余白 */
}

#header{
text-align:left; /* 左寄せ */
width:660px; /* 幅 */
}

#logo{ /* サイト名・ロゴ */
font-size:13px; /* 文字サイズ */
width:190px; /* 幅 */
float:left; /* 左寄せ */
background-image: url();
}

#free{ /* フリースペース */
font-size:13px; /* 文字サイズ */
width:470px; /* 幅 */
float:right; /* 右寄せ */
}

#container{
text-align:left; /* 左寄せ */
width:660px; /* 幅 */
}

#left{ /* 左側メニュー */
width:160px; /* 幅 */
font-size:13px; /* 文字サイズ */
line-height:20px; /* 行の高さ */
vertical-align:top; /* 上寄せ */
float:left; /* 左寄せ */
}

#right{ /* 右側コンテンツ */
width:490px; /* 幅 */
font-size:13px; /* 文字サイズ */
line-height:20px; /* 行の高さ */
vertical-align:top; /* 上寄せ */
margin-left:10px;
float:right; /* 右寄せ */
}

#right td{
font-size:13px; /* 文字サイズ */
line-height:20px; /* 行の高さ */
}

.title{ /* メニュータイトル */
font-size:15px; /* 文字サイズ */
font-weight:bold; /* 太字 */
color:#FFFFFF; /* 太字色 */
background-image:url(img/gray02_menu.gif); /* 背景画像 */
/* ■ (img/***_menu.gif)部分をお好みで変更
   参考：http://manet.chabashira.info/template/setup.shtml */
line-height:25px; /* 行の高さ */
padding-left:5px; /* 左側余白 */
margin:0px;
}
.category{ /* メニューカテゴリ */
font-size:13px; /* 文字サイズ */
background-image:url(img/bg01.gif); /* 背景画像 */
/* ■ (img/***.gif)部分をお好みで変更
   参考：http://manet.chabashira.info/template/setup.shtml */
line-height:23px; /* 行の高さ */
padding-left:5px; /* 左側余白 */
}

h2{ /* 見出し２ */
font-size:15px; /* 文字サイズ */
font-weight:bold; /* 太字 */
color:#FFFFFF; /* 太字色 */
background-image:url(img/gray01_h2.gif); /* 背景画像 */
/* ■ (img/***_h2.gif)部分をお好みで変更
   参考：http://manet.chabashira.info/template/setup.shtml */
line-height:25px; /* 行の高さ */
padding-left:5px; /* 左側余白 */
margin:0px; /* 余白 */
}

.contents{ /* コンテンツ */
font-size:13px; /* 文字サイズ */
line-height:20px; /* 行の高さ */
padding-left:5px; /* 左側余白 */
margin-top:5px; /* 上余白 */
margin-bottom:5px; /* 下余白 */
}

#copyrights{ /* ご自身のサイトの著作権表示用 */
font-size:13px; /* 文字サイズ */
line-height:20px; /* 行の高さ */
}

#manet{ /* テンプレート著作権表示 */
font-size:8px;
text-align:right;
}
#manet A:link{color:#999999;}
#manet A:hover{color:#999999;}
#manet A:visited{color:#999999;}

