@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
background-color:#fff;
color:#000 ; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
}

html{
scrollbar-arrow-color:#000;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#fff;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#fff ;
text-decoration: none;
background: #aaa;
}

a:visited{
color:#000;
text-decoration: underline;
}

/*見出し文字*/
h1{
font-size: 150%;
line-height: normal;
border-bottom: 3px solid #000;
clear: both;
}

/*サイトタイトル*/
#title{
font-size: 200%;
font-weight: bold;
text-align: center;
line-height: normal;
width: 100%;
clear: both;
}

/*メニュー*/
#menu{
width:335px;
height: auto;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding: 0;
}

#menu ul{
list-style-type:none;
text-align: center;
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0;
}

#menu li,#menu li a{
width: 100px;
height: 100px;
margin:0;
padding:0;
}

#menu li{
float: left;
background-color: #000;
text-align: center;
margin:5px;
}

#menu li a{
display:block;
text-decoration:none;
color: #ff1493;
background-color: #000;
}

#menu li a:visited{
text-decoration:none;
color: #aaa;
}

#menu li a:hover{
display: block;
font-style: normal;
background-color:#fff;
color: #000;
border: 1px solid #000;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 70%;
text-align: center;
}

/*テキスト*/
#text{
text-align: left;
padding: 15px;
}

/*ギャラリーとリンク共通の設定*/
#text ul{
margin: 0;
padding: 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;
}


/*リセットボタンレイアウト*/
#reset{
width: 100%;
height: auto;
clear: both;
font-size: 100%;
text-align: center;
}
