@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#482a00; 
line-height: 150%;
padding:0;
margin: 0;
background-color:#fff;
text-align: center;
}

html{
scrollbar-arrow-color:#482a00;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#482a00;
scrollbar-shadow-color:#482a00;
scrollbar-darkshadow-color:#fff;
}


/*リンクの文字色、装飾設定*/
a:link{
color:#482a00;
text-decoration:none;
}

a:hover{
color:#482a00
;text-decoration:underline;
}

a:visited{
color:#000;
text-decoration:none
}

/*見出し文字*/
h1{
font-size: 120%;
font-weight: bold;
padding:0 0 0 20px;
margin: 15px 0 5px 5px;
clear: both;
background: url(../img/h1.gif) left center no-repeat;
border-bottom: 1px dashed #482a00;
}

/*全体*/
#main{
width: 660px;
height: 595px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
background: url(../img/iframeback.gif) no-repeat center;
text-align: center;
}

/*サイトタイトル*/
#title{
width: 100%;
height:auto;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
line-height: normal;
}

#titlefont{
font-size: 200%;
font-weight: bold;
text-align: center;
}

/*メニュー*/
#menu{
width:100%;
height: auto;
list-style-type:none;
text-align: center;
font-size: 100%;
font-weight: bold;
padding: 45px 0 0 0;
}

#menu,#menu li,#menu li a{
margin:0;
}

#menu li{
display: inline;
width: 60px;
text-align: center;
padding: 0 5px 0 5px;
}

#menu li a{
display:inline;
text-decoration:none;
color: #482a00;
}

#menu li a:visited{
text-decoration:none;
color: #fff;
}

#menu li a:hover{
border:none;
background:#482a00;
color: #fff;
}

/*インラインフレーム*/
iframe{
width: 510px;
height: 310px;
margin-left: auto;
margin-right: auto;
margin: 138px 0 0 0;
}

/*フッター*/
#footer{
width: 100%;
height: 10px;
clear: both;
font-size: 70%;
}

/*テキスト*/
#text{
padding: 10px;
text-align: left;
}

/*ギャラリーページとリンクページ共通の設定*/
#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: 3px solid #482a00;
float: left;
}

.pict{
width: 30px;
height: 30px;
margin: 0 5px 5px 0;
border: 3px solid #482a00;
float: left;
}

/*リンクページ*/
.bn{
width: 200px;
height: 40px;
margin: 0 5px 5px 0;
border: 3px solid #482a00;
float: left;
}

.mbn{
width: 88px;
height: 31px;
margin: 0 5px 5px 0;
border: 3px solid #482a00;
float: left;
}

