@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: #fff url(../img/back.jpg) no-repeat fixed right bottom;*/
}

html{
scrollbar-arrow-color:#444;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
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:#fff;
background-color: #b00000;
}

a:visited{
color:#888;
text-decoration:none;
}

/*見出し文字*/
h1{
height: 20px;
/*background: url(../img/h1.gif) no-repeat left center;*/
padding: 15px 0 0 10px;
margin:10px 0 10px 0;
clear: both;
font-size: 100%;
color: #000;
}

/*エンターページ*/
#enter{
padding: 30px 20px 10px 20px;
}

/*サイトタイトル*/
#titlefont{
padding:5px;
font-size: 130%;
font-weight: bold;
text-align: right;
line-height: normal;
color: #fff;
}

/*メニュー*/
#menu{
width: auto;
height: auto;
list-style-type:none;
text-align: center;
font-size: 100%;
font-weight: bold;
float: left;
}

#menu,#menu li a{
margin:0;
padding:0;
}

#menu li{
width: 100px;
text-align: center;
padding: 10px 0 0 0;
}

#menu a:link{
color: #000000;
text-decoration: none;
}

#menu a:hover{
color: #000;
background: #fff;
}

#menu a:visited{
color: #aaa;
text-decoration: none;
}

/*フッター*/
#footer{
width: auto;
height: auto;
font-size: 70%;
margin: 0 0 0 5px;
text-align: right;
color: #fff;
}

#footer a:link{
color: #fff;
text-decoration: none;
}

#footer a:hover{
color: #000;
background: #fff;
}

#footer a:visited{
color: #aaa;
text-decoration: none;
}

/*テキスト*/
#text{
margin: 15px 20px 15px 20px;
text-align: left;
}

/*ギャラリーページとリンクページ共通の設定*/
#text ul{
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: inside;
}

/*ギャラリページ*/
.pict{
width: 25px;
height: 25px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

.pict a:link{
display: block;
color: #fff;
text-decoration: none;
}

.pict a:hover{
display: block;
color: #000;
background: #fff;
}

.pict a:visited{
display: block;
color: #aaa;
text-decoration: none;
}

/*リンクページ*/
.bn{
width: 200px;
height: 40px;
margin: 0 5px 5px 0;
border: 1px solid #444;
float: left;
}

.mbn{
width: 88px;
height: 31px;
margin: 0 5px 5px 0;
border: 1px solid #444;
float: left;
}