
/* 基本設定 */
* {
margin: 0;
padding: 0;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
/* 画像 */
img {
border: 0;
}
/* リンク */
a{
color: #000000;
text-decoration : none;
}
a:visited{
color: #000000;
}
a:hover{
color: #000000;
background-color : #e1e1e1;
}
html{
height:100%;
}
BODY{
margin:0px auto;
width:402px;
height:100%;
font-size : 65%;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
line-height: 150%;
text-align: center;
background-color : #dfdfdf;
}
body > #page {
    height: auto;
}
#page{
height:100%;
min-height: 100%;
border:solid 1px #760014;
border-width:0px 1px;
background : #ffffff url(img/photo.jpg) no-repeat right bottom;
}
/* ヘッダー */
#head{
width : 400px;
height:40px;
border-bottom : 1px solid #000000;
}
/* サイトタイトル */
H1{
font-weight : normal;
font-size : 120%;
letter-spacing : 1px;
text-align : left;
padding: 10px 0px 0px 10px;
}
/* メニュー*/
#menu{
width : 400px;
border-bottom : 1px solid #000000;
}
#menu ul{
list-style: none;
text-align : left;
margin:5px 10px 5px;
}
#menu li{
list-style: none;
display: inline;
padding-right:3px;
}

/* メイン */
#main{
width:400px;
text-align : left;
padding:20px 0px 10px;
}
#main h2 {
font-weight : normal;
font-size : 120%;
text-align : left;
margin: 0px 20px 10px;
}
#main h6 {
font-weight : normal;
font-size : 100%;
margin: 0 25px;
text-align : left;
}
#main p{
margin: 0 25px 20px;
text-align : left;
}
#main ul {
list-style: none;
padding-bottom: 10px
}
#main li {
list-style: none;
text-align : left;
margin: 0 25px;
}
/* フッター*/
#foot{
width:400px;
text-align: left;
padding:10px 0;
}
/* 著作権 */
ADDRESS{
font-style:normal;
padding-left:10px ;
}