/*ページデザイン用ＣＳＳ*/

/*背景画像、色*/
body{
	background-color:#000000;
	text-align:center;
	
}
/*横幅決定*/
#contents{
	width: 600px;
	margin: auto;
	background-color: #ffffff;
	text-align:left;
	position:relative;
}

/*サイトタイトル*/
h1{
	text-align: center;
	font-color: #ffffff;
	background-image:url(../img/top.jpg);
	height: 150px;
	margin-bottom:40px;	

}

h2,h3,h4,table,p,#path{
	margin-left:10px;
	margin-right:10px;
	
}

h5{
	font-size:15px;
	margin-bottom:1px;
	margin-left:10px;
	margin-right:10px;
}

/*ナビゲーションバー*/
#navbar{
	background-image: #ffffff;
	border: solid 1px #000000;
	width: 600px;
	height:25px;
	position:absolute;
	top:150px;
	left: 0px;
}
#navbar h2{
	width: 85px;
	float: left;
	text-align:center;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	letter-spacing: 1px;
	line-height:1.8em;
	border-right: solid 1px #000000;
	border-left: none;
	
}
#navbar a{
	display:block;
	width:90px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
