@import "base.css";


/* ********************************************************* */
/* 左フレームと入り口ページ(index.html) */
/* ********************************************************* */


/* レイアウト----------------------------------------------- */

/* 全体 */
#content {
width:220px;/* 横幅 */
margin:0px auto;/* 真ん中寄せ */
text-align:left;
border-left:1px solid #333333;
border-right:1px solid #333333;
background:#ffffff;
}

/* メイン */
#main {margin:0px 0px;}

/* フッター */
#foot {
width:222px;
margin:0px auto;
}


/* メニュー------------------------------------------------- */

ul#menu {
margin:8px 0px;
padding:3px 10px;
border-top:1px solid #d9dadd;
border-bottom:1px solid #d9dadd;
text-align:center;
}

/* メニューを横並びにする */
ul#menu li {display:inline;margin:0px 1px;}

/* メニューリンク用フォント指定 */
ul#menu a{font-family:Tahoma;font-size:110%;}


/* カウンター----------------------------------------------- */

ul#counter {margin:0px 10px;text-align:right;}
ul#counter li {display:inline;}/* 横並び指定 */


/* 見出し--------------------------------------------------- */

/* サイトタイトル */
#main h1 {
font-size:200%;
letter-spacing:2px;
font-weight:bold;
font-family:Century Gothic,Tahoma;
padding:10px 10px 0px 10px;
}

/* コンテンツタイトル */
#main h2,#main h3 {
font-weight:bold;
font-family:Tahoma;
margin:8px 0px;
padding:3px 10px;
background:url(../img/w-line1.gif);
}


/* 記事----------------------------------------------------- */

/* 文章部分 */
#main p {margin:8px 10px 15px 10px;}

/* 更新履歴 */
#main p.rireki {
overflow:auto;
width:190px;
height:25px;/*高さ*/
margin:-10px 10px 15px 10px;
padding:2px;
background:#eeeeee;
}

/* ジャンルタイトル */
#main p.title {
font-weight:bold;
margin:0px 0px;
padding:0px 10px 4px 10px;
background:url(../img/cl-lm29.gif) repeat-x bottom;
}

/* バナー表示用 */
#main p.banner {
margin:0px 0px 0px 0px;
text-align:center;
}


/* 戻りリンク----------------------------------------------- */

ul.pagetop {margin:0px 10px;text-align:right;}
ul.pagetop li {display:inline;}/* 横並び */


/* フッター------------------------------------------------- */

/* 角丸ライン画像を表示させてます */
#foot .bottom {
width:222px;
height:12px;
margin:0;
background:url(../img/bottom.gif) no-repeat;
}

/* 著作権表示部分 */
#foot address {padding:3px 10px 25px 10px;}


/* ********************************************************* */


