@charset "Shift_JIS";

/* 全称セレクタ--------------------------------------------- */

* {
margin:0;padding:0;
font:normal normal normal x-small/1.6 Verdana,Osaka,Chicago,sans-serif;
border:none;
}

/* 全体指定------------------------------------------------- */

body {
color:#070707;
text-align:center;
}

html {
scrollbar-arrow-color:#070707;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
background:url(img/back2.jpg) no-repeat 50% 40% fixed;/* 背景画像指定 */
}
/* 50% 50%で位置の指定をしています */
/* スクロールバー指定が不要の場合は、スクロールバーのみ削除して下さい */


/* リンク指定----------------------------------------------- */

a{text-decoration:none;}
a:link,a:active{color:#070707;}
a:visited{color:#070707;}
a:hover{color:#85beba;position:relative;top:1px;left:1px;}


/* 文字指定------------------------------------------------- */

em {font-weight:bold;}/* 強調 */
strong {color:#85beba;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;}/* リストマーク(非表示) */


/* ********************************************************* */
/* レイアウト */
/* ********************************************************* */


/* 全体と真ん中寄せ */
#wrapper {
width:500px;/* 横幅 */
margin:15px auto;/* autoで真ん中に寄せてます */
text-align:left;
}

/* サイトタイトル */
#wrapper h1 {
color:#85beba;
font-size:240%;
font-weight:bold;
letter-spacing:1px;
font-family:Century Gothic,Tahoma;
margin:0px 10px;
text-align:right;
}


/* メニュー------------------------------------------------- */

ul#menu {
margin:-3px 15px 7px 15px;
text-align:right;
}

ul#menu li {
margin:0px 1px 0px 5px;
display:inline;/* 横並び */
}

/* 境目ライン画像表示 */
ul#menu li.line {
margin:0px 0px;
background:url(img/menu-line.gif) no-repeat center;
}

/* メニューリンク */
ul#menu a:link,ul#menu a:active,ul#menu a:visited {color:#696969;}
ul#menu a:hover{color:#85beba;}


/* 見出し--------------------------------------------------- */

#wrapper h2,#wrapper h3,#wrapper h4 {
color:#ffffff;
font-size:120%;
font-weight:bold;
margin:5px 0px 10px 0px;
padding:2px 5px;
background:#070707;/* 背景色 */
}

/* サブ見出し */
#wrapper .title {
font-size:120%;
margin:0px 4px 2px 4px;
padding:5px 1px 3px 1px;
background:url(img/w-line.gif) repeat-x bottom;
}


/* P段落---------------------------------------------------- */

#wrapper p {
font-size:100%;
line-height:180%;
padding:5px 5px 15px 5px;
}

/* 下部余白調節(余白10px) */
#wrapper p.none {
margin-bottom:-10px;
}

/* 文字を大きくする */
#wrapper p.text {
font-size:120%;
line-height:200%;
}

/* 更新履歴 */
#wrapper p.rireki {
width:95%;
height:30px;
overflow:auto;
margin:-5px 5px 15px 5px;
padding:0px 1px;
line-height:160%;
}

/* 記事内リンク用 */
#wrapper p a {font-size:100%;}

/* gallery.htmlのサムネイル画像用(周りに余白と枠をつける) */
#wrapper .img {
margin:1px 1px;
border:1px solid #070707;
}

/* リンクページ用 */
#wrapper p.link {margin-bottom:-15px;}


/* リスト--------------------------------------------------- */

td.main ul {
padding:5px 5px 5px 5px;
list-style:circle inside;
}

td.main li {list-style:circle inside;}

/* マーカーを画像にする */
td.main ul.list01 {list-style:none;}

td.main ul.list01 li {
list-style:none;
background:url(img/ci-b43.gif) no-repeat left center;
}

/* IE6以外用ハック */
body > #wrapper ul.list01 li {
list-style:none;
padding-left:13px;
background:url(img/ci-b43.gif) no-repeat left center;
}


/* 説明項目付きリスト--------------------------------------- */

#wrapper dl {padding:5px 5px;}

#wrapper dt {
color:#85beba;
font-size:110%;
}

#wrapper dd {padding:3px 0px 5px 15px;}


/* フッター------------------------------------------------- */

ul#foot {
margin:-5px 0px;
padding:0px auto;
text-align:center;
}

ul#foot li {
margin:0px 5px;
display:inline;/* 横並び */
}

/* 境目ライン画像表示 */
ul#foot li.icon {
padding-right:5px;
background:url(img/menu-line.gif) no-repeat right center;
}


/* ********************************************************* */


/* テーブル全体指定及び半透過フィルター */
#wrapper table {
width:100%;
margin:0px 0px 20px 0px;
filter:alpha(opacity=70);
opacity:0.7;
}

/* 記事本文部分、左右余白と背景色(白) */
#wrapper td.main {
padding:0px 10px;
background:#ffffff;
}

/* 丸角テーブル画像指定------------------------------------- */

#wrapper td.td1 {background:url(img/ct-01.gif) no-repeat;width:18px;height:18px;}
#wrapper td.td2 {background:url(img/ct-02.gif) repeat-x;height:18px;}
#wrapper td.td3 {background:url(img/ct-03.gif) no-repeat;width:18px;height:18px;}
#wrapper td.td4 {background:url(img/ct-04.gif) repeat-y;width:18px;}
#wrapper td.td5 {background:url(img/ct-05.gif) repeat-y;width:18px;}
#wrapper td.td6 {background:url(img/ct-06.gif) no-repeat;width:18px;height:18px;}
#wrapper td.td7 {background:url(img/ct-07.gif) repeat-x;height:18px;}
#wrapper td.td8 {background:url(img/ct-08.gif) no-repeat;width:18px;height:18px;}


/* ********************************************************* */


/* フッター下の余白を指定 */
#wrapper table.bottom {margin-bottom:800px;}


/* ページ下部著作権表示------------------------------------- */

#wrapper address {
margin:20px auto;
text-align:center;
}

/* アドレス用リンク */
address a:link,address a:active,address a:visited {color:#696969;}
address a:hover{color:#85beba;}


/* ********************************************************* */


