@charset "shift_jis";

/*ページ全体の設定*/
body{
background: url(../img/back.gif) top right repeat-y #fff;
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:#000;
scrollbar-base-color:#000;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#000;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#000;

}

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

a:hover{
color:#fff;
background-color:#87ceeb;
}

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

/*見出し文字*/
h1{
font-size: 140%;
text-align:left;
clear: both;
border-bottom: 1px dashed #000;
}


/*サイトタイトル*/
#title{
width: 150px;
height:150px;
border: 1px dashed #000;
margin-bottom:10px;
margin-left:auto;
margin-right: auto;
margin-top:10px;
}

#titlefont{
padding: 30px 0;
text-align: center;
font-weight: bold;
font-size: 180%;
}

/*メニュー*/
#menublock{
width: 90px;

margin-left: auto;
margin-right: auto;
}

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

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

#menu li{
display:block;
height: 20px;
border: 1px dashed #000;
margin: 0 0 5px 0;
font-size: 120%;
font-weight: bold;
}

#menu li a{
width:100%;
display:block;
text-decoration:none;
color: #000;
height: 20px;
}

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

#menu li a:hover{
border:none;
background-color:#87ceeb;
color: #fff;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
text-align: center;
font-size:70%;
}

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

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

/*ギャラリページの設定*/
.photo{
width: 50px;
height: 50px;
padding: 0;
margin: 0 5px 5px 0;
border: 1px solid #000;
float: left;
}

.pict{
width: 30px;
height: 30px;
margin: 0 5px 5px 0;
border: 1px solid #000;
float: left;
}

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

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

/*テキストエリア*/
textarea{
width:150px;
height:50px;
border:1px dashed #000;
font-size: 100%;
color: #000;
scrollbar-arrow-color:#000;
scrollbar-base-color:#000;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#000;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#000;
}