@charset "Shift_JIS";


/* CSSが長いので、以下のマークで検索してみて下さい */
/* 左フレーム→★で検索 */
/* 右フレーム→☆で検索 */
/* イラスト展示用→●で検索 */
/* 小説展示用→○で検索 */
/* index.html用→■で検索 */


/* 全称セレクタ--------------------------------------------- */

* {
margin:0;padding:0;
font:normal normal normal x-small/1.5 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
color:#0b0b0b;
height:100%;
}

html {
scrollbar-arrow-color:#74b4c9;
scrollbar-face-color:#0b0b0b;
scrollbar-highlight-color:#0b0b0b;
scrollbar-3dlight-color:#0b0b0b;
scrollbar-track-color:#0b0b0b;
scrollbar-shadow-color:#0b0b0b;
scrollbar-darkshadow-color:#0b0b0b;
height:100%;
overflow-y:scroll;/* ←IE6バグ対策(フレーム用) */
}
/* スクロールバー指定が不要の場合は削除して下さい */


a{text-decoration:none;}
a:link,a:active{color:#0b0b0b;}
a:visited{color:#0b0b0b;}
a:hover{color:#fbc50b; position:relative;top:1px;left:1px;}


em {color:#74b4c9;font-weight:bold;}/* 強調 */
strong {color:#fbc50b;font-size:120%;font-weight:bold;}/* より強い強調 */
del {text-decoration:line-through;}/* 削除 */
ins {text-decoration:underline;}/* 追加 */
b {color:#ffffff;}/* 白文字 */


hr {display:none;}/* ライン(非表示) */
ul li {list-style:none;}/* マーカー非表示 */


/* ********************************************************* */
/* 左フレーム(メニューとギャラリィ)★ */
/* ********************************************************* */


/* 背景画像指定(%で位置指定) */
#back {background:url(img/sora106.jpg) no-repeat 20% 100% fixed;}

/* 全体 */
#contents {
height:100%;
min-height:100%;
margin:0px 0px;
padding-bottom:30px;
border-left:15px solid #0b0b0b;/* フレーム左の太ライン */
}

/* 上記のIE以外用ハック(縦100%用) */
body > #contents {height:auto;}

/* サイトタイトル */
#contents h1 {
color:#0b0b0b;
font-size:180%;
padding:2px 10px 0px 10px;
}

/* バナー表示部分 */
#contents h2 {padding:0px 10px;}

/* メニュー------------------------------------------------- */

ul#menu {
margin:5px 10px;
text-align:center;
}

ul#menu li {
margin:0px -3px 0px 0px;
display:inline;/* 横並び */
}

/* メニュー用リンク(フォント) */
ul#menu li a {
font-family:Tahoma,Osaka;
letter-spacing:1px;
}

/* パンくずリスト------------------------------------------- */

ul#pan {
padding:5px 10px;
text-align:right;
background:url(img/w-line.gif) repeat-x top;/* ドットライン */
}

ul#pan li {
display:inline;/* 横並び */
padding:0px 0px;
}

/* 見出し--------------------------------------------------- */

#contents h3,#contents h4 {
color:#ffffff;
font-size:100%;
font-weight:normal;
margin:0px 0px 5px 0px;
padding:2px 10px 3px 1px;
background:#0b0b0b;
}

#contents h3:first-letter {color:#74b4c9;}
#contents h4:first-letter {color:#74b4c9;}

/* 小見出し */
#contents .title {
color:#0b0b0b;
font-size:100%;
font-weight:bold;
padding:0px 10px 3px 10px;
background:url(img/w-line.gif) repeat-x bottom;/* ドットライン */
}

/* p-------------------------------------------------------- */

#contents p {
line-height:160%;
margin:0px 0px;
padding:5px 10px 12px 10px;
}

/* 下部余白を無くす */
#contents p.none {margin-bottom:-10px;}

/* 更新履歴 */
#contents p.rireki {
height:60px;/* 縦幅 */
overflow:auto;
line-height:150%;
margin:10px 10px 12px 10px;
padding:1px 1px;
}

/* リスト--------------------------------------------------- */

#contents ul.list {
line-height:160%;
margin:5px 10px 12px 10px;
}

#contents ul.list li {padding:1px 0px;}

/* フッター------------------------------------------------- */

ul#foot {
margin-bottom:20px;
padding:10px 10px;
text-align:right;
background:url(img/w-line.gif) repeat-x top;/* ドットライン */
}

ul#foot li {
display:inline;/* 横並び */
padding:0px 1px;
}

/* 著作権表示部分 */
ul#add {
margin:0px 10px;
text-align:right;
}

ul#add li {
padding:0px 15px 0px 0px;
background:url(img/ci-ic.gif) no-repeat right center;
}


/* ********************************************************* */
/* 右フレーム☆ */
/* ********************************************************* */


#wrapper {
width:80%;/* 横幅 */
margin:10px auto;
text-align:left;
}

/* 見出し--------------------------------------------------- */

#wrapper h1 {display:none;}/* 非表示 */

#wrapper h2,#wrapper h3,#wrapper h4 {
color:#0b0b0b;
font-size:120%;
font-weight:bold;
padding:0px 0px 3px 0px;
background:url(img/w-line.gif) repeat-x bottom;/* ドットライン */
}

/* P段落---------------------------------------------------- */

#wrapper p {
font-size:100%;
margin:10px 0px 30px 0px;
line-height:180%;
}

/* 文字を大きくする */
#wrapper p.text {
font-size:120%;
line-height:200%;
}

/* 装飾BOX */
#wrapper p.box {
font-size:100%;
margin:10px 0px 30px 0px;
padding:10px 10px;
line-height:180%;
border:3px double #fbc50b;
}

/* 画像を真ん中に置く */
#wrapper p.pict {
margin:0px auto;
padding:10px 0px 30px 0px;/* 余白をここでコントロール */
text-align:center;
}

/* P用リンク */
#wrapper p a {font-size:100%;}

/* リスト--------------------------------------------------- */

#wrapper ul {margin:10px 0px 10px 0px;}

#wrapper li {padding:0px 0px 2px 0px;}

/* アイコンを付ける */
#wrapper li.icon {
padding:0px 0px 0px 10px;
background:url(img/ci-i45.gif) no-repeat left center;/* リスト用画像 */
}

/* 説明付きリスト------------------------------------------- */

#wrapper dl {margin:10px 0px 10px 0px;}

#wrapper dt {
color:#74b4c9;
font-size:120%;
font-weight:bold;
}

#wrapper dd {margin:4px 0px 8px 15px;}

/* リンクページ用------------------------------------------- */

#wrapper ul.link01 {margin:10px 0px 20px 0px;}

#wrapper ul.link01 li {
display:inline;/* 横並び */
padding:0px 1px;
}

/* 下部余白を無くす */
#wrapper ul.link02 {margin:10px 0px -5px 0px;}

#wrapper ul.link02 li {
display:inline;/* 横並び */
padding:0px 1px;
}

/* フッター------------------------------------------------- */

ul#footer {
margin:50px 0px 0px 0px;
padding-bottom:50px;
text-align:right;
}

ul#footer li {
display:inline;/* 横並び */
padding:0px 5px 0px 13px;
background:url(img/ci-ic.gif) no-repeat left center;
}


/* ********************************************************* */
/* イラスト展示ページ● */
/* ********************************************************* */


#pict {
width:500px;/* 横幅 */
margin:15px auto;
padding-bottom:50px;
text-align:center;
}

#pict h1 {display:none;}/* 非表示 */

#pict h2,#pict h3 {
color:#74b4c9;
font-size:120%;
font-weight:bold;
margin:0px 0px 10px 0px;
padding:2px 5px 3px 5px;
background:#0b0b0b;
}

/* 文章部分 */
#pict p {
line-height:170%;
margin:15px 0px;
}

/* 絵の周りに枠をつける */
#pict .img {border:1px solid #0b0b0b;}


/* 戻りリンク----------------------------------------------- */

ul.pagetop {
margin:30px auto 0px auto;
text-align:center;
}

ul.pagetop li {
padding:0px 2px;
display:inline;/*横並び指定*/
}


/* ********************************************************* */
/* 小説展示ページ○ */
/* ********************************************************* */


#novel {
width:80%;
margin:10px auto;
padding-bottom:50px;
text-align:left;
}

#novel h1 {display:none;}/* 非表示 */

#novel h2 {
color:#74b4c9;
font-size:140%;
font-weight:bold;
margin:20px 0px 0px 0px;
}

/* 文章部分 */
#novel p {
font-size:120%;
margin:80px 0px 100px 0px;
line-height:200%;
}

/* コメント部分 */
#novel p.com {
font-size:100%;
margin:10px 0px 30px 0px;
padding:10px 10px;
line-height:180%;
border:3px double #fbc50b;
}


/* ********************************************************* */
/* index.html■ */
/* ********************************************************* */


/* 背景画像指定(%で位置指定) */
#index {background:url(img/sora106.jpg) no-repeat 0% 100% fixed;}

/* 全体 */
#wrap {
margin:30px 30px;
text-align:left;
}

#wrap h1 {
color:#0b0b0b;
font-size:280%;
margin:0px 0px;
}

#wrap p {
margin:20px 0px 30px 0px;
line-height:170%;
}


/* ********************************************************* */


