@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#999999; 
line-height: 150%;
padding:0;
margin: 0;
background:#ffffff url(../img/back.gif) repeat;
text-align: center;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#999999;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration: none;
}

a:visited{
color:#999999;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 100%;
clear: both;
width: auto;
height: 20px;
padding:0 0 0 22px;
background: url(../img/h1.gif) no-repeat left center;
letter-spacing: 2px;
}

/*全体*/
#main{
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}

/*サイトタイトル*/
#title{
width:800px;
height: 400px;
background: url(../img/header.jpg) no-repeat;
}



/*メニュー*/
#menu{
width:800px;
height: auto;
margin: 0;
padding:0;
float: left;
background: #ffffff;
}

#menu ul{
list-style-type: none;
margin:0;
padding:0;
}

#menu li{
width: auto;
display: block;
font-size: 120%;
padding:0;
margin:0 0 0 10px;
text-align: center;
display: inline-block;


}

#menu li a{
text-decoration:none;
color: #999999;
}

#menu li a:visited{
text-decoration: none;
color: #999999;
}

#menu li a:hover{
text-decoration: none;
color: #cccccc;

}

/*フッター*/
#footer{
width: 800px;
height: 50px;
font-size: 80%;
clear: both;
text-align: center;

}

#footerfont{
padding: 30px 0 0 0;
}

/*テキスト*/
.text{
width: 700px;
height: auto;
text-align: left;
margin-left: auto;
margin-right: auto;
}
.textlayout{
padding: 25px 20px 10px 20px;
}
/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
}

