@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 70%;
font-family: Verdana,Osaka,sans-serif;
color:#444; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background: #fff;
}

html{
scrollbar-arrow-color:#9fbfff;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#9fbfff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#9fbfff;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
}

a:hover{
color:#000;
text-decoration: line-through;
}

a:visited{
color: #0000e0;
}

/*見出し文字*/
h1{
background: url(../img/h1.gif) no-repeat bottom left;
clear: both;
height: 30px;
text-align: left;
padding: 0 0 20px 10px;
color: #aaa;
line-height: normal;
font-size: 200%;
}

/*全体*/
.main{
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
}

/*サイトタイトル*/
#title{
padding:20px 0 10px 20px;
font-size: 220%;
font-weight: bold;
color: #aaa;
text-align: left;
line-height: normal;
}

/*メニュー*/
#menu{
width: 150px;
height: auto;
border: 1px solid #9fbfff;
border-top: 10px solid #9fbfff;
border-bottom: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#menu ul{
width: 100%;
height: auto;
font-size: 120%;
list-style-type: none;
}

#menu li{
font-weight: bold;
text-align: center;
display:block;
width: 100%;
border-bottom: 1px solid #9fbfff;
}

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

#menu li a{
display: block;
text-decoration:none;
color: #444;
height: 20px;
}

#menu li a:visited{
text-decoration:none;
color: #0000e0;
}

#menu li a:hover{
color: #fff;
background-color: #77a4ff;
text-decoration: none;
}

/*テキストエリア*/
textarea{
width: 150px;
height: 50px;
font-size: 100%;
scrollbar-arrow-color:#9fbfff;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#9fbfff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#9fbfff;
scrollbar-darkshadow-color:#fff;
margin-left: auto;
margin-right: auto;
border: 1px solid #9fbfff;
border-top: 10px solid #9fbfff;
}

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

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

/*ギャラリーページとリンクページ共通の設定*/
#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 #9fbfff;
float: left;
}

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

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

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