﻿body {	
        font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000000;
	text-align:center;
	margin:0px;
	padding:0px;
        background-attachment:fixed;
        background-image : url(ball.jpg);/* 背景の画像 */
        background-repeat:no-repeat;
        background-position:100% 100%;
}
#contents {
	width: 800px;
	margin:auto;
	text-align:left;
}

/* ----------KANALADY---------- */ 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
        color : #000000;
	text-align:left ;
	height:30px;
	letter-spacing:4px;
	padding-left:10px;
	padding-top:50px;
	}

/*---------- メニューリスト ----------*/
#header-menu {
             font-weight: bold;
             margin-top: 0px;
	     float:right; /* 右寄り */
             background-color: #ffffff;
}

#header-menu li { 
                  width:100px; /*幅 */
                  height:24px;
                  border-top:1px solid #000000;
                  border-left:1px solid #000000;
                  list-style-type: none;
                  float: left;
}

#header-menu li a {
                   font-size: 11px;/* 未訪問リンク文字色 */ 
                   height: 23px;
                   width: 100px;
                   border-right:1px solid #000000;
                   border-bottom:1px solid #000000;
                   line-height: 23px;
                   color: #000000;
	           font-size:16px;
                   background-color: #ffffff;
                   text-align: center;
                   border-collapse:collapse;
                   display: block;
                   text-decoration: none;
}

#header-menu li  a:hover {
                           color: #ffffff;
                           background-color: #ff3399; /* マウスオーバー時 */
}


/* ----------題名---------- */ 
h3 {	
	
    margin-bottom:40px;
　　font-size: 20px;
    color: #000000; 
    font-weight: bold;
　　padding-top: 20px;
}
}


/* ----------見出し---------- */ 
h4 {
	font-size: 18px;
        color: #ffffff;
        background-color: #ff3399;
	width:750px;
	letter-spacing:15px;
	margin-top:50px;
	padding: 3px;

}

/* ----------更新履歴---------- */ 
h5 {	
	margin-top:50px;
        font-size: 14px;
        color: #666666;

}

/* ----------フォト見出し----------- */ 
h6 {
        color: #000000;
	padding-top: 30px;
	padding-bottom: 3px;
        text-align:left;
        font-size:18px;
        font-weight:bold;
        border-bottom:solid 1px #000000;
        width:800px;
}

/* ----------本文---------- */ 

p {
	padding-top: 10px;
	font-size: 100%;
	line-height: 150%;
        clear: both;
}

p a{
        color: #000000; 
        text-decoration: none; 　/* リンク文字色 */       
}

p a:hover{
	color: #ff0099; 　/* マウスオーバー時 */
}

p img{
        float: left;
        margin-right: 15px;　 /* 写真 */
}


/* ----------点線---------- */ 
hr {

        border-bottom: dotted 2px #000000;
}


/* ----------著作権---------- */ 
address {
           color: #666666;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   font-style: normal;
	   text-align: center;
}

/* ----------更新履歴テーブル---------- */ 
table.rireki{
               font-size: 14px;
               color: #666666;
	    margin:auto;
}

table.rireki td{
	          text-align:left;
	          line-height:5%; /* 行間 */
}

/* ----------newsテーブル---------- */ 
table.news{
	    margin:auto;
}

table.news td{
	         text-align:left;
	         line-height:150%; /* 行間 */
}

/* ----------リンク---------- */ 
table.link{

    font-size:16px;
    border-top:1px solid #000000;      
    border-left:1px solid #000000; 
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    width:300px;
    margin:auto;
}
.ink th{
    border-right:1px solid #000000; 
    border-bottom:1px solid #000000; 
    background-color:#ffffff;
    background-position:left top;
    text-align:center;
}
.link td{
    border-right:1px solid #000000; 
    border-bottom:1px solid #000000; 
    padding:10px;
}

.link td a{ 
           color: #000000;/* 文字色 */ 
           text-align:center; /* 文字はセンター */
           text-decoration: none; /* アンダーライン削除 */
}
.link td a:hover{
	color: #ff0099;/* マウスオーバー時 */
