﻿body {
	font-size:16px;
	font-family:メイリオ,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	
}

#container {
	/* width: 95%; */
	width: 780px;
	margin: 0 auto;
}

#header{
	text-align:center;
	margin-bottom:10px;
	background-color: #FFFFFF;
}

#menu {
	margin-bottom:10px;
	
	overflow:hidden;
}

#main {
	margin-bottom:10px;
	background-color: white;
	overflow: hidden;
}

#left {
	float:left;
	width:580px;
	background-color: white;
	border:1px #66FF99 solid;
	padding:5px 10px;
}

#right {
	background-color: white;
	float:right;
	width:150px;
	border:1px #66FF99 solid;
	padding:5px 10px;
	font-size:14px;
	line-height:18px;
}

#footer {
	background-color: #FFCC99;
	font-size: 12px;
	text-align: center;
	padding:5px 0 5px;
}

#menu ul>li{
	float: left;
	width: 177px;
	font-size: 15px;
	text-align: center;
	padding: 5px 2px 5px 2px;
	background:#CCFFCC ;
	margin: 3px 6px 3px 6px;
	border-radius: 10px;
}

#contents ul>li{
	width:170px;
	height:22px;
	font-size: 20px;
	text-align: center;
	padding: 6px 10px 3px ;
	background:#FFCCFF;
	margin: 5px 15px;
	border-radius: 12px
}

#menu ul>li:hover{
	background: #ddd;
}

#contents ul>li:hover{
	background: #ddd;
}

#menu ul>li>a{
	text-decoration: none;
	display: block;
}

#contents ul>li>a{
	text-decoration: none;
	display: block;
}

h1 {
	font-size: 30px;
	color: orange ;
	font-weight:bold;
	padding:10px;
}
h2 {
	font-size: 24px;
	color: #339933 ;
	
	padding:5px;
	margin-left:5px;
}

h3 {
	font-size: 18px;
	color: #FF0033;
	padding:3px;
	margin-left:8px;
}
p {
	margin:0px 10px  0px 20px;
	line-height: 28px;
}


#index ul>li>a {
   text-decoration: none;     /* 下線削除 */
   border: 1px solid #8080ff; /* 枠線 */
   background-color:#CCFFCC; /* 背景色 */
   padding: 2px;              /* 内側余白 */
   margin: 15px;
}

#index ul>li {
	line-height:30px;
	margin:3px;
}
#index ul>li>ul>li>ol {
	list-style-type: decimal;
	margin-left:50px;
	
}
#index ul>li>ul>li>ul {
	
	margin-left:50px;
	
}

#main img{
margin:4px 8px 4px 4px;
}


/* テーブル全体設定 */  
table {
	float:left;
	width: 500px;
	/* height: 100px; */  
    font-size: 15px;   
    border: 2px solid #333333;  
    background-color: #fff;  
	border-collapse: separate; 
	margin:5px 2px 5px 2px;
	
}  
  

th.song { width: 300px;
		border-top: 1px #333333 solid ;
		border-bottom:double ;
		border-right: 1px #333333 solid ;
		border-left: 1px #333333 solid ;
		 }
th.number { width: 100px; 
		border-top: 1px #333333 solid ;
		border-bottom:double ;
		border-right: 1px #333333 solid ;
		border-left: 1px #333333 solid ;
		}

  
tr {  
    background-color: #FFFFFF; 
	height:25px;
}  


th {
	text-align: center; 
	}

td {  
    text-align: center; 
	border-right: 1px #333333 solid; 
	border-bottom: 1px  #333333 solid;
	border-left: 1px #333333 solid ;
	width:55px;
}  
  

 
