@charset "shift_jis";

/*ページ全体の設定*/
body{
background: #fff url(../img/back.gif) no-repeat fixed left bottom;
padding: 0;
margin: 0;
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000;
line-height: 150%;
text-align: center;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#fff;
scrollbar-face-color:#52d61e;
scrollbar-track-color:#52d61e;
scrollbar-3dlight-color:#52d61e;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#52d61e;

}

/*リンク文字色,装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:visited{
color:#888;
text-decoration:none
}

a:hover{
color:#fff;
background-color:#52d61e;
}

/*見出し文字*/
h1{
font-size: 140%;
text-align:left;
clear: both;
padding: 5px 0 0 35px;
background: url(../img/h1.gif) no-repeat left top;
border-bottom: 3px dotted #52d61e;
height: 30px;
}

/*エンターページ*/
#enter{
width: 250px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#enterfont{
color: #000;
padding: 0 20px 10px 20px;
}

#entertitle{
padding: 10px 0 10px 0;
text-align: center;
font-weight: bold;
font-size: 180%;
line-height: normal;
}

#enterfont img{
border: none;
}

/*サイトタイトル*/
#title{
width: 100%;
height:auto;
float: left;
}

#titlefont{
padding: 10px 0 10px 0;
text-align: left;
font-weight: bold;
font-size: 180%;
line-height: normal;
color: #fff;
}

/*メニュー*/
#menublock{
width: auto;
margin: 0 0 0 30px;
}

#menu{
list-style-type:none;
margin: 0;
padding: 0;
}

#menu,#menu li,#menu li a{
padding:0;
}

#menu li{
width: 80px;
display:block;
margin: 0 0 0 5px;
font-size: 100%;
font-weight: bold;
float: left;
text-align: center;
}

#menu li a{
height: 30px;
display:block;
text-decoration:none;
color: #000;
background: url(../img/index.gif) no-repeat left top ;
}


#menu li a:visited{
width:100%;
display:block;
text-decoration:none;
color: #fff;
background: none;
}

#menu li a:hover{
border:none;
color: #000;
background-color:transparent;
background: none;
}

/*フッター*/
#footer{
height: auto;
text-align: center;
font-size:70%;
color: #fff;
float: left;
margin: 0 0 0 10px;
}

/*テキスト*/
#text{
text-align: left;
padding: 30px 15px 15px 30px;
}

/*ギャラリーページとリンクページ共通の設定*/
#gallerymenu ul,#text ul{
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: inside;
}

/*ギャラリページの設定*/
#gallerymenu{
width: auto;
margin: 10px;
}

#gallerymenu img{
border:none;
}

.pict{
width: 30px;
height: 30px;
margin: 0 5px 5px 0;
float: left;
}

/*リンクページの設定*/
.bn{
width: 200px;
height: 40px;
margin: 0 5px 5px 0;
border: 1px solid #52d61e;
float: left;
}

.mbn{
width: 88px;
height: 31px;
margin: 0 5px 5px 0;
border: 1px solid #52d61e;
float: left;
}


