@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
background-color:#fff;
color:#444 ; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background: #fff;
}

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:#444;
scrollbar-darkshadow-color:#fff;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#444 ;
text-decoration:none;
}

a:hover{
color:#fff ;
text-decoration: none;
background: #444;
}

a:visited{
color:#ccc ;
text-decoration: none;
}

/*見出し文字*/
h1{
font-size: 150%;
line-height: normal;
border-bottom: 1px dashed #444;
clear: both;
}

/*サイトタイトル*/
#title{
font-size: 200%;
font-weight: bold;
margin:0 0 10px 0;
line-height: normal;
}

/*メニュー*/
#menu{
width:auto;
height: auto;
text-align: left;
padding: 35px;
margin: 0;
}

#menu ul{
margin: 0;
padding:0;
list-style-type: none;
}

.limenu{
font-size: 120%;
font-weight: bold;
margin: 10px 0 5px 0;
}

.pictitle{
margin: 0 0 0 10px;
padding: 0 ;
font-weight: normal;
font-size: 80%;
letter-spacing: normal;
}

.pic{
margin: 0 0 0 10px;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 70%;
}

/*テキスト*/
#text{
text-align: left;
padding:15px;
}

/*リンクページ*/
#text ul{
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: inside;
}

.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;
}

