	/* --- 全体---*/
	body {
		margin: 0px;
		padding: 0px;
		background-color: gray;
		text-align: center;	
		}
	#back{
		width: 790px;
		margin: 0 auto;
		background-image : url(../image/style/background.gif);
		background-repeat: repeat-y;
		}
	/*--- 全体の幅と中央揃え ---*/
	div.wrapper{
		
		width: 780px;
		margin: 0 auto;
		text-align: left;
		}
	
		/* --- 見出し ---*/	
	div.head{
		position: relative;
		width: 100%;
	
		}

	/* --- 見出し ---*/	
	div.header{
	
		width:100%;
		height: 41px;
		text-align: left;
		background-image : url(../image/style/header.gif);
		background-repeat: repeat-x;
		}
	div.header h1{	
		margin-top:8px;
		margin-left:15px;	
		color: white;
		font-size: 14pt;
		font-family: "ＭＳ Ｐゴシック", sans-serif;
		}


	/*---- 内容の整理 -------*/
	div.content{
		margin: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
		font-size: 11pt;
		line-height: 1.6;
		/*\*/
		letter-spacing: 0.1em;
		/**/
		}
	

	
	div.list ul{
		margin: 0px;
		list-style: none;
		}
	div.list li{
		float: left;
		margin-left: 10px;
		}
	div.list li a{
		color: #333366;
		}
		
	div.list a:hover{
		text-decoration: underline;
		color: #EC8602;
		background: none;
		}
	

	


	
			
	/*--- フッター ---*/
	#wholefooter{
		clear: both;
		width: 780px;
		height: 30px;
		
		background-image : url(../image/style/footer.gif);
		background-repeat: repeat-x;
		}
	
	div.footer{
		float: right;
		width: 40%;
		height: 30px;
		text-align: right;
		font-size: 9pt;
		font-family: Verdana,sans-serif;
		color: silver;
		background-image : url(../image/style/footer.gif);
		background-repeat: repeat-x;
		
		}
	
