@charset "Shift_JIS";

/* 全称セレクタ--------------------------------------------- */

*{
margin:0;padding:0;
font:normal normal normal x-small/1.5 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
color:#333333;
text-align:center;
}

html {
scrollbar-arrow-color:#333333;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
overflow-y:scroll; /*←IEバグ対策*/
background:url(画像アドレス) no-repeat 50% 50% fixed;
}
/* 背景指定(背景を入れたい場合は↑ここにアドレスを記入して下さい) */
/* 背景を入れる場合は著作権表示の追加も忘れずに… */

/* リンク・他----------------------------------------------- */

a{text-decoration:none;}
a:link,a:visited{color:#333333;}
a:active{color:#333333;}
a:hover{color:#D64556; position:relative;top:1px;left:1px;}

ul li {list-style:none;margin:0;}/*リストマーク非表示*/


/* --------------------------------------------------------- */
/* レイアウト */
/* --------------------------------------------------------- */


/* 全体の横幅 */
#wrap {
width:180px;/*横幅を変更したい時はここの数字を変えるだけでOK*/
margin:10px auto 0px auto;/*余白autoはいじらないで下さい(真ん中寄せに必須)*/
text-align:left;
}

/* タイトル */
h1 {
font-size:120%;
text-align:right;
display:none;/*非表示*/
}


/* 記事----------------------------------------------------- */

/* 記事全体 */
#wrap ul.kiji {margin:0px 0px 10px 0px;}

/* タイトル(日付部分) */
#wrap li.title {
font-weight:bold;
margin:0px 0px 0px 0px;
padding-left:10px;
background:url(ci-si90.gif) no-repeat left center;/*タイトル部分のアイコンを指定*/
}

/* コメント部分 */
#wrap li.msg {
padding:3px 1px 0px 1px;
background:url(line.gif) repeat-x center top;/*コメント上部のラインを表示*/
}

/* レスコメント部分 */
#wrap li.resmsg {padding:0px 1px;}


/* レス用の文字色☆------------------------------------------ */

/* 変更したい場合はここを替えると全部一括で変わりますよ */

.color1 {color:#cccccc;}
.color2 {color:#ff9b9f;}
.color3 {color:#ff9046;}
.color4 {color:#b3c716;}
.color5 {color:#93baba;}
.color6 {color:#5e94a5;}


/* フッター------------------------------------------------- */

#foot {
margin:20px 0px 50px 0px;
text-align:center;
}

#foot ul {
padding:1px 0px 3px 0px;
background:url(line.gif) repeat-x center bottom;/*ライン指定*/
}

#foot li {
display:inline;/*横並びになるように指定してます*/
margin:0px 0px;
}


/* 書き込み用html------------------------------------------- */

#wrap form {margin:0px 0px;}

#wrap li.li01 {padding:3px 0px;}
#wrap li.li02 {padding:1px 0px;text-align:center;}

#wrap input,textarea,select {
color:#333333;
border:1px solid #333333;
background:transparent;
}

#wrap textarea {width:100%;height:100px;}
#wrap select {width:80px;}

#wrap input.button{
width:70px;
color:#ffffff;
font-family:Tahoma,Osaka;
border:none;
background:#333333;
}

#wrap input.input {}
#wrap input.target {width:50px;}

/* セレクトボックス背景用☆ */
/* 変更する場合はレス用の文字色と合わせた色にして下さい */
option.color1 {background:#cccccc;}
option.color2 {background:#ff9b9f;}
option.color3 {background:#ff9046;}
option.color4 {background:#b3c716;}
option.color5 {background:#93baba;}
option.color6 {background:#5e94a5;}


/* --------------------------------------------------------- */


