body {
	color: #666666;
	font-size: 12pt;
}
div.tytlelogo {
	float: left;
	width: 300px;
}
div.base {
	clear: both;
	background-image: url("image/eiji11.jpg");
	width: 680px;
}
	
div.navi {
	margin-top: 1em;
	text-align: center;
	font-size: 10pt;
}
div.mainspace {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 1em;
	border: dotted 2px #666699;
	background-color: #ffffff;
}
h4{
	text-align: center;
	font-size: 14pt;
	color: #666699;
}
	
/*　リンクの装飾の定義　*/
a {
	text-decoration: none;
}
a:link {
	color: #666699;
}
a:visited {
	color: #0033ff;
}
a:hover {
	color: #9966ff;
	text-decoration: underline;
}
a.me:link {
	color: #999966;
}
