@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000;
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background-color: #fff;
}

html{
scrollbar-arrow-color:#000;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#fff;
background-color:#ffc2c2; 
text-decoration:none;
}

a:visited{
color:#ff6060;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 120%;
clear: both;
float: none;
background: url(../img/h1.gif) no-repeat left top;
padding: 0 0 0 30px;
margin: 10px 0 10px 0;
width: auto;
height: 35px;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 700px;
height: auto;
margin-top: 10px;
background: #fff;
border: 1px solid #000;
}

/*ヘッダ*/
#header{
width: 100%;
height: 150px;
background: url(../img/header.jpg) no-repeat left top;
}

#right{
float:right;

}

#left{
float:left;
}

#titlefont{
/*右寄せの場合はpaddingを50px 10px 5px 0;に変更*/
padding:50px 680px 5px 0;
font-size: 200%;
font-weight: bold;
text-align: right;
line-height: normal;
}

/*メニュー*/
#menu{
width:700px;
height: auto;
font-size: 100%;
font-weight: bold;
background: #000;
float: left;
}

#menu ul{
width: auto;
list-style-type: none;
margin: 0;
padding: 0;
float: right;
}

#menu li{
display: block;
height: auto;
width: 80px;
padding: 3px;
float: left;
background: #000;
}

#menu li a{
display: block;
text-decoration:none;
color: #fff;
}

#menu li a:hover{
color: #000;
text-decoration: none;
background: #fff;
}

#menu li a:visited{
color: #ccc;
text-decoration: none;
}

/*フッター*/
#footer{
width: 700px;
height: auto;
clear: both;
font-size: 80%;
text-align: center;
background: #000;
color: #fff;
}

#footer a:link{
color: #fff;
text-decoration: none;
}

#footer a:hover{
color: #000;
text-decoration: none;
background: #fff;
}

#footer a:visited{
color: #ccc;
text-decoration: none;
}

/*インラインフレーム*/
iframe{
width: 700px;
height: 380px;
float: left;
border: none;
margin: 0;
}

/*テキスト*/
#text{
margin: 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: 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;
}

