@charset "Shift_Jis";
/* 文字エンコードの設定（削除不可） */



/*/////////////// 基本構造 /////////////////////////*/

*{
margin:0;
padding:0;
font:normal normal normal 100%/1.7 Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
color:#111;
border:0;
}

html{
margin:0 0 1px;
height:100%;
scrollbar-arrow-color:#666;
scrollbar-face-color:#000;
scrollbar-track-color:#000;
scrollbar-highlight-color:#444;
scrollbar-shadow-color:#444;
scrollbar-3dlight-color:#000;
scrollbar-darkshadow-color:#000;
}

body{
background:#000 url(img/girl.gif) no-repeat fixed 4% 99%;
height:100%;
font-size:75%;
text-align:center;
}


/*/////////////// アンカー /////////////////////////*/

a{
text-decoration:none;
}

a:link{
color:#cc2071;
}

a:visited{
color:#cc2071;
}

a:hover{
color:#111;
text-decoration:underline;
}


/*/////////////// 見出し /////////////////////////*/

h1{
padding:30px 0 10px;
font-size:11pt;
font-family:"Century Gothic",Verdana,Arial;
color:#fff;
letter-spacing:0.1em;
}

h2{
padding:10px 0 0 15px;
background:url(../img/line.gif) repeat-x 0 100%;
font-size:110%;
color:#eee;
font-weight:bold;
}




/*/////////////// リスト /////////////////////////*/

ul{
margin:0 0 0 2.1em;
}

ol{
margin:0 0 0 2.4em;
}

ul li{
list-style-type:square;
}

ul.rows,ol.rows{
margin:0 0 0 0.8em;
}

ul.rows li,ol.rows li{
margin:0 0.2em 0 0;
display:inline;
list-style-type:none;
}




/*/////////////// レイアウト /////////////////////////*/

/* ********** 各#ID＆.class ********** */

div#PAGETOP{
margin:0 auto;
padding:0 0 10px;
background:url(../img/bg.gif) repeat-y 50% 0;
width:850px;
min-height:100%;
text-align:left;
}

body > #PAGETOP{
height:auto;
}

/* ----------------------- */

div#HEADER{
margin:0 0 0 620px;
}

ul#PAN{
display:none;
}

/* ----------------------- */

#MENU{
margin:10px 0 0;
width:220px;
float:right;
}

#MENU ul,#MENU li{
margin:0;
}

#MENU li{
margin:0;
list-style-type:none;
}

#MENU li a{
padding:0 0 0 23px;
background:url(../img/menu.gif) no-repeat 0 50%;
color:#ccc;
}

#MENU li a:hover{
color:#666;
text-decoration:none;
}

#MENU li.menu-on a{
background:url(../img/on.gif) no-repeat 0 50%;
}

#MENU h2{
display:none;
}

/* ----------------------- */

#KIZI{
margin:-35px 20px 20px 175px;
width:400px;
}

div.text{
padding:8px 15px 0;
}

ul.modori{
margin:10px 0 0;
text-align:right;
}

ul.modori li{
list-style-type:none;
}

/* ----------------------- */

#FOOTER{
clear:both;
margin:0 auto;
padding:10px 0 0;
background:url(../img/line.gif) repeat-x;
width:400px;
text-align:center;
}

#FOOTER li{
padding:0 2px;
display:inline;
list-style-type:none;
}

#FOOTER h2{
display:none;
}


/* ----- 段落・水平線・イメージ ------------- */

p{
margin:0.2em 0 0.6em;color:#ccc
}

hr{
display:none;
}

img{
margin:0.4em 0.2em 0.4em 0;
vertical-align:bottom;
}



