@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000; 
line-height: 150%;
padding:0;
background-color: #fff;
margin: 0;
text-align: center;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#000;
text-decoration:none;
border-bottom: 1px dashed #000;
}

a:visited{
color:#888;
text-decoration:none;
}

/*見出し文字*/
h2{
font-size: 150%;
clear: both;
border-bottom: 1px solid #000;
text-align: left;
width: 100%
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 760px;
height: auto;
margin-top: 20px;
}

/*ヘッダ*/
#header{
width: 100%;
height: 160px;
border: 1px solid #000;
background: url(back.jpg) left center no-repeat;
}

/*サイトタイトル*/
#title{
width: 100%;
height: 20px;
clear: both;
margin-top: 100px;
}

#titlefont{
padding:0 10px 0 10px;
font-size: 200%;
font-weight: bold;
text-align: right;
color: #000;
}

/*メニュー見出し*/
.menutitle{
border-bottom: 1px solid #000;
width: 100%;
height: auto;
margin-top: 30px;
font-size: 150%;
font-weight: bold;
text-align: left;
}

/*メニュー*/
#menublock{
float: right;
width: 200px;
height: auto;
}

#menu{
width: 100%;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
list-style-type:none;
text-align: center;
font-size: 88%;
font-weight: bold;
line-height: normal;
letter-spacing: -0.1em;
}

#menu,#menu li,#menu li a{
margin:0;
padding:0;
}

#menu li{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
border-bottom: 1px dashed #000;
}

#menu li a{
display:block;
text-decoration:none;
color: #000;

}


#menu li a:visited{
text-decoration:none;
color: #888;
}

#menu li a:hover{
color: #fff;
background-color: #000;
border: none;
}


/*テキスト*/
.text{
width: 540px;
height: auto;
float: left;
margin: 10px 0 10px 0;
color: #000;
border: 1px solid #000;
}

.textlayout{
padding: 15px;
text-align: left;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
border-top: 1px solid #000;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 70%;
text-align: center;
color: #000;
border: 1px solid #000;
margin-top: 10px;
}

