@charset"Shift_JIS";

/* Šî–{CSS */
* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  }	

h1 {
	margin: 30px 0 0 530px;
	color:#888888;
}
h1 a{
	font-size: 24px;
	text-decoration:none;
	color:#555555;
	font-weight: normal;	

}	
#wrapper{
	width: 600px;
	margin: auto;

	}	
	
#main{
	width: 800px;
	margin: auto;

}	
	
#text{
	float: right;
	width: 800px;
	min-height: 260px;
}	
p {
	color:#555555;
	font-size: 12px;
	line-height: 150%;
	padding: 20px;
	text-align: right;
	
}	
	
#manu{
	float: left;
	width: 180px;
	margin: 0 10px;
	
}	
ul {
	width: 180px;
	
}
li {
	background-image: url(mb-1.gif);
	display: block;
	font-size:15px;
	width: 180px;
	height: 35px;
	list-style-type: none;
	line-height:35px;	
}
li a{
	color:#CCCCCC;
	padding-left:20px;
	text-decoration:none;	
}
li a:hover{
	background-image: url(mb-2.gif);
	display: block;
	list-style-type: none;
	line-height:35px;			
}
img {
	border:none;
}

#footer {
	width: 700px;
	clear: both;
	line-height:70%;
	font-size: 10px;
	font-style: normal;
	text-align:left;
	padding-top:10px;
	margin-top: 10px;	
}
#footer a{
	color: #888888;
	font-size: 9px;
	text-decoration: none;

}


	
	