/* 基本設定 */
* {
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: #90cc00;
}
BODY {
font-size : 65%;
background-color : #e7e7e7;
letter-spacing : 1px;
line-height: 150%;
text-align : center;
margin : 20px 0;
}
/* ページ全体 */
#page{
width:340px;
margin:0 auto;
text-align : center;
}
/* ヘッダー*/
#head_wall{
width : 340px;
height : 265px;
text-align: center;
background : url(img/wall01.gif) no-repeat center center;
}
#head{
width : 340px;
height : 265px;
text-align: center;
background : url(img/photo.jpg) no-repeat center center;
}
/* サイトタイトル */
#head h1{
font-size : 110%;
text-align : left;
padding : 40px 30px 0;
}
/* メニュー */
#menu {
padding: 10px ;
}
#menu ul{
list-style: none;
text-align:right;
margin:150px 25px 0;
}
#menu li{
list-style: none;
display: inline;
}
#menu a{
color: #000000;
text-decoration : none;
}
#menu a:hover{
color: #ffffff;
}
/* メイン */
#main{
width: 340px;
background-color : #ffffff;
}
#main h2 {
font-size: 110%;
color : #1cb9fc;
text-align : left;
margin : 0 30px 10px;
}
#main h6 {
font-weight : normal;
font-size: 100%;
text-align : left;
margin: 5px 40px 0;
}
#main p {
text-align : left;
margin: 0 40px 0;
padding: 0 0 10px;
}
#main ul {
list-style-type : none;
padding: 0 60px 20px;
margin:0 ;
}
#main li {
list-style-type:circle; 
text-align : left;
}
/* フッター */
#foot {
width:340px;
height : 20px;
text-align:center;
background-image : url(img/wall02.gif);
padding : 10px 0;
}
/* 著作権 */
ADDRESS{
font-style:normal;
}