	body {
	font-family:arial; font-size:11px;
	background-color : #ffffff ;
	text-align : center ;	/* ブロック全体を中央にするにはmargin-left,margin-rightをautoにする設定を併用します */
	background-image : url("../picture/moyou.png") ;	/* ファイル名を指定（日本語ファイル名は不可） */
	background-repeat : no-repeat ;
	background-position : center top;  /* ボックス左上からの相対位置（中・上） */
	
	}

	
	
	#contents { 
	margin: 0 auto;	/* ボックスの上マージンを自動設定 */
	width : 910px ;	/* ブロックやimg要素の幅を数値や%で指定．*/
	text-align: left; 


}


	
	
	/* remove the list style */
	#nav {
		margin-top : 50px ;	/* ボックスの上マージンを数値で指定．emとex以外の単位が使用できます．*/
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:150px; 
			background: rgb(255,255,255);			
			background: rgba(255,255,255,0.5);
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		

		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:5px 5px 5px 5px; 
			font-weight:700;  
			height:15px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#999;
		}
	

	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:150px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding:5px 5px 5px 5px; 
			color:#333;
		}
		
		#nav ul a:hover {
			text-decoration:none;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */

		
		
		.clear {
    clear : both;
	color : #cccccc ;
}

		.copyright {
    padding : 80px 0px 0px 0px;	/* ボックスのパディングを上，右，下，左の順で指定．時計回りと覚えます．*/
	
}


#navtop { /* '#'の直後にXHTMLのid="○○○"で指定した，○○○を記述します */
	float : left ;	
	margin : -30px 0px 0px 0px;	

}

#footer { /* '#'の直後にXHTMLのid="○○○"で指定した，○○○を記述します */
	background-image : url("../picture/moyou2.png") ;	/* ファイル名を指定（日本語ファイル名は不可） */
	background-repeat : no-repeat ;
	background-position : center top;  /* ボックス左上からの相対位置（中・上） */
	height : 100px ;	/* ブロックやimg要素の高さを数値や%で指定．*/
	clear: both;
}

img {
    border-style:none;
}
