@charset "shift_jis";

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

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

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

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

a:visited{
color:#444;
text-decoration: underline;
}

/*見出し文字*/
h1{
font-size: 140%;
clear: both;
float: none;
letter-spacing: 5px;
border-bottom: 1px dashed #444;
}

/*サイトタイトル*/
#title{
width: 100%;
height:auto;
margin-bottom: 10px;
margin-top: 20px;
}

#titlefont{
padding:5px;
font-size: 140%;
font-weight: bold;
text-align: center;
line-height: normal;
letter-spacing: 5px;
}

/*メニュー*/
#menu{
width: 198px;
height: auto;
list-style-type:none;
text-align: center;
font-size: 100%;
font-weight: bold;
letter-spacing: 5px;
}

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

#menu li{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
border: 1px dashed #444;
}

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

.bgcgray{
background-color: #fff;
}

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

#menu li a:hover{
background-color: #fff;
color: #444;
}

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

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

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

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

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

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

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