/* 基本設定 */
* {
margin: 0;
padding: 0;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
BODY {
font-size : 65%;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
letter-spacing : 1px;
line-height: 150%;
text-align : center;
margin-top: 20px;
background :#ffffff url(img/wall.gif);
}

html {
cursor: w-resize;
scrollbar-3dlight-color : #FFFFFF;
scrollbar-arrow-color : #666666;
scrollbar-base-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-highlight-color : #666666;
scrollbar-shadow-color : #666666;
scrollbar-track-color : #FFFFFF;
}

/* 画像 */
img {
border: 0;
}
/* リンク */
a{
color: #000000;
text-decoration : none;
}
a:visited{
color: #000000;
}
a:hover{
color: #ffcc00;
}
/* ページ全体 */
#page{
margin:0 auto;
width:600px;
height : 420px;
border:1px #000000 solid;
}
/* ヘッダー */
#head{
width:600px;
height : 40px;
}
/* タイトル */
h1{
font-size:130%;
text-align : right;
padding:20px 20px 0px 0px;
}
/* メニュー */
#menu {
width:600px;
height : 20px;
border-bottom:1px #000000 solid;
padding:5px;
}
#menu ul{
list-style: none;
margin:0px 0px 0px 10px;
text-align:left;
}
#menu li{
list-style: none;
display: inline;
padding:3px;
}
/* アイフレーム */
IFRAME{
width:600px;
height:350px;
text-align : center;
}
/* メイン */
#all{
background : #ffffff url(img/10_2.jpg) no-repeat right bottom;
}
#main{
width: 560px;
padding: 10px 0px;
}
#main h2 {
font-size: 110%;
font-weight : normal;
margin: 0px 20px 10px;
text-align : left;
}
#main h6 {
font-size : 100%;
font-weight : normal;
margin: 0px 25px 5px;
text-align : left;
}
#main p {
text-align : left;
margin: 0 25px 20px;
}
#main ul {
list-style: none;
padding-bottom: 20px
}
#main li {
list-style: none;
text-align : left;
margin: 0 25px;
}
/* フッター */
#foot {
width:600px;
height:20px;
}
/* 著作権 */
ADDRESS{
padding: 3px;
font-style:normal;
text-align:right;
}
