@charset "shift_jis";

/*ページ全体の設定*/
body{
background: url(../img/back.gif) right bottom repeat fixed #047697;
padding: 0;
margin: 0;
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#fff;
line-height: 150%;
text-align: center;
}

html{
scrollbar-arrow-color:#047697;
scrollbar-base-color:#433a08;
scrollbar-face-color:#433a08;
scrollbar-track-color:#433a08;
scrollbar-3dlight-color:#047697;
scrollbar-highlight-color:#433a08;
scrollbar-shadow-color:#047697;
scrollbar-darkshadow-color:#433a08;

}

/*リンク文字色,装飾設定*/
a:link{
color:#fff;
text-decoration:none;
}

a:hover{
color:#000;
background-color:#fff;
}

a:visited{
color:#f7dc68;
text-decoration:none
}

/*見出し文字*/
h1{
font-size: 140%;
text-align:left;
clear: both;
}


/*サイトタイトル*/
#title{
width: 100%;
height:auto;
margin-bottom: 10px;
}

#titlefont{
padding: 20px 0 10px 0;
text-align: center;
font-weight: bold;
font-size: 250%;
line-height: normal;
color: #fff;
}

/*メニュー*/
#menublock{
width: 150px;

margin-left: auto;
margin-right: auto;
}

#menu{
list-style-type:none;
margin: 0;
padding: 0;
text-align: center;
}

#menu,#menu li,#menu li a{
padding:0;
}

#menu li{
display:block;
height: 20px;
margin: 0 0 5px 0;
font-size: 120%;
font-weight: bold;
background: url(../img/index.gif) no-repeat;
}

#menu li a{
width:100%;
display:block;
text-decoration:none;
color: #fff;
height: 20px;
}

#menu li a:visited{
width:100%;
display:block;
text-decoration:none;
color: #433a08;
}

#menu li a:hover{
border:none;
background: url(../img/index2.gif) no-repeat ;
color: #047697;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
text-align: center;
font-size:70%;
}


/*テキスト*/
#text{
text-align: left;
padding: 25px 15px 15px 35px;
}

/*ギャラリーページとリンクページ共通の設定*/
#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 #fff;
float: left;
}

.pict{
width: 100px;
height: 50px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

.ivent{
width: 200px;
height: 50px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

.character{
width: 550px;
height: 60px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

/*リンクページの設定*/
.bn{
width: 200px;
height: 40px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

.mbn{
width: 88px;
height: 31px;
margin: 0 5px 5px 0;
border: 1px solid #fff;
float: left;
}

/*テキストエリア*/
textarea{
width:150px;
height:50px;
border:none;
font-size: 100%;
color: #fff;
background: #047697;
scrollbar-arrow-color:#047697;
scrollbar-base-color:#433a08;
scrollbar-face-color:#433a08;
scrollbar-track-color:#433a08;
scrollbar-3dlight-color:#047697;
scrollbar-highlight-color:#433a08;
scrollbar-shadow-color:#047697;
scrollbar-darkshadow-color:#433a08;
}