@charset "Shift_JIS";

/* 全称セレクタ */
*{
margin:0;padding:0;
font:normal normal normal x-small/1.6 Verdana,MS UI Gothic,Osaka,Chicago,sans-serif;
border:none;
}

/* --------------------------------------------------------- */

/* 全体指定 */
body {
color:#ffffff;
text-align:center;
width:100%;
}

/* スクロールバー指定 */
html {
scrollbar-arrow-color:#b9b9b9;
scrollbar-face-color:#666666;
scrollbar-highlight-color:#666666;
scrollbar-3dlight-color:#666666;
scrollbar-track-color:#666666;
scrollbar-shadow-color:#666666;
scrollbar-darkshadow-color:#666666;
overflow-y:scroll;/*←IEバグ対策*/
}

/* リンク指定 */
a{text-decoration:none;}
a:link,a:active{color:#ffffff;}
a:visited{color:#b9b9b9;}
a:hover{color:#b9b9b9;position:relative;top:1px;left:1px;}


/* --------------------------------------------------------- */

/* 幅と真ん中寄せ指定 */
#body {
width:200px;
margin:15px auto;
text-align:left;
}


/* タイトルバーの指定--------------------------------------- */

/* タイトルバー全体幅 */
.bar {
width:200px;
margin:0px 0px;
}

/* 左部分指定 */
.left{
width:8px;/*画像横幅*/
height:20px;
float:left;
background:url() left center #333333;/*タイトルバーの色はここを変更*/
}

/* 真ん中指定 */
.main{
width:184px;/*全体幅400px-左右画像(8x2=16px)を引いた計算*/
height:20px;
float:left;
background:#333333;/*タイトルバーの色はここを変更*/
}

/* 右部分指定 */
.right{
width:8px;/*画像横幅*/
height:20px;
float:right;
background:url() right center #333333;/*タイトルバーの色はここを変更*/
}

/* floatクリア用(タイトルバーに必要な指定です) */
.space{clear:both;margin:0px 0px;}


/* タイトルバー(上部)の文字部分 */
h1 {
font-size:12px;
color:#ffffff;
margin:1px 0px 0px 5px;
}

/* タイトルバー(下部)文字部分(apeskin.htmlのみ) */
h2 {
color:#ffffff;
margin:3px 5px 0px 0px;
text-align:right;
}


/* apeskin.html--------------------------------------------- */

/* 記事部分の全体指定 */
#main {
width:200px;
margin:15px 8px;
}

/* 記事タイトルが表示される部分 */
#main p {margin:5px 3px 5px 6px;}

/* ライン表示 */
#main .line {
height:3px;
background:url(c-line1.gif);
margin:0px 0px;
}


/* res_file.html-------------------------------------------- */

/* 記事部分の全体指定 */
#res {
width:200px;
margin:0px 8px;
}

/* 日付部分 */
#res h2 {
color:#8e8e8e;
margin:3px 0px;
text-align:right;
}

/* 記事文章部分 */
#res p {
color:#333333;
margin:10px 0px 15px 0px;}


/* レス部分の全体指定と余白機指定 */
#resres {
width:200px;
margin:0px 8px 0px 50px;
}

/* レス・タイトル */
#resres h3 {
color:#ffffff;
margin:5px 1px;
}

/* レス・文章部分 */
#resres p {margin:0px 0px 15px 1px;}

/* ライン */
#resres .line {
height:3px;
background:url(c-line1.gif);
margin:0px 0px;
}


/* その他共通指定------------------------------------------- */

/* 著作権表示などの部分 */
#bottom {
width:200px;
margin:5px 8px 5px 8px;
text-align:right;
}

#bottom p {
margin:0px 0px 5px 0px;
padding-bottom:5px;
border-bottom: 1px solid #333333;
}

/* 文字指定 */
strong {color:#ffffff;}
em {font-weight:bold;}


/* フォーム------------------------------------------------- */

form {margin:3px 1px;}

input,textarea{
color:#333333;
border:1px solid #333333;
margin:0px 0px 1px 1px;
}

.button{
font-size:80%;
color:#ffffff;
background:#333333;
border:1px solid #333333;
margin:0px 0px;
}

/* 書き込みページ用指定 */
.form {width:384px;margin:10px 9px 10px 7px;text-align:right;}
.none {border:none;}

/* --------------------------------------------------------- */

/* フォント色指定部分 */
.font01 {color:#5c5c5c;}/*黒*/
.font02 {color:#94B6DA;}/*水色*/
.font03 {color:#8BCF5F;}/*黄緑*/
.font04 {color:#F27995;}/*ピンク*/
.font05 {color:#FC904E;}/*オレンジ*/

/* --------------------------------------------------------- */


