@charset "shift_jis";

/* リンク部分の装飾 */
a{text-decoration:none;}
a:link{color:#999999;}
a:visited{color:#999999;}
a:active{color:#999999;}
a:hover{color:#999999;text-decoration:underline;}

/* スクロールバーの装飾とページの背景色の指定 */
body{scrollbar-face-color: #ffffff;scrollbar-highlight-color: #ffffff;scrollbar-shadow-color: #ffffff;scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #cccccc;scrollbar-track-color: #cccccc;scrollbar-darkshadow-color: #ffffff;
background-color:#ffffff;background: url(20060627160857.jpg);background-attachment:fixed;background-position:left bottom;background-repeat:no-repeat;}

/* ページ全体のフォントの色、スタイル、サイズの指定 */
body,div{ color:#404040; font-size:90%;font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;}

/* 記事全体のサイズ  */
.page{position:relative;width:90%;}

/* 左右の記事部分の指定  */
#indx { position: absolute; top:50px;left:5%;width:30%;}
#right { position: absolute; top:50px; left:35%; width:65%;line-height:150%;}

/* 左右の記事部分共通の指定  */
.log{width:100%;font-size:100%;border:none;}

/* ページ全体のタイトル部分  */
.title{width:90%;font-size:100%;margin-bottom:20px;}

/* 各作品・お題等のタイトル部分  */
.lefttitle{width:90%;font-size:small;margin-bottom:5px;font-family:ＭＳ Ｐ明朝;}

/* 右の記事部分  */
.kiji{width:100%;border:1px #bbbbbb solid;padding:10px;font-size:100%;margin-bottom:80px;line-height:18pt;}

/* 右の記事タイトル部分  */
.righttitle{border-color:#bbbbbb;background-color:#bbbbbb;font-family:ＭＳ Ｐ明朝;color:#FFFFFF;font-size:small;text-align:center;}

/* 右の後書き部分  */
.ps{width:100%;color:#bbbbbb;border:1px #cccccc solid;padding:5px;font-size:100%;margin-bottom:10px;text-align:right;}

/* 左のNEXTや配布サイト名の部分  */
.guide1{width:100%;font-size:100%;margin-top:30px;}

/* 右の「このページのTOPへ」と著作権表示部分  */
.guide2{width:100%;font-size:100%;text-align:right;}

/* A Moveable Feast(http://twedgi.net/feast/) */
