body {
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: white;
	background: black;
	margin: 0;

}
div#head{
	width: 100%;
	height: 100px;
	background-color: #000000;
	background: url('gfx/head.png') repeat-x;
	color: #ffffff;
}
div#navi {
	text-align: right;
	margin-top: 55px;
	margin-right: 10px;
}
div#www {
	width: 760px;
	margin: 0 auto;
}
div#foot {
	clear: both;
	font-size: 10px;
	text-align: right;
}
div#adsense {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}
p.head {
	margin-top: 0;
}
.img_about {
	float: right;
}

span.title {
	font-size: 20px;
	font-family: Verdana;
	top-margin: 10px;
	margin-left: 10px;
	
}
a.navi {
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: bold;

}
a:hover.navi {
	color: #FF8C00;
	font-weight: bold;
}
a.out {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover.out {
	color: #FF8C00;
}

