/*
 * メガネ青: #51A2DA
 * メガネ緑: #8DC448
 * メガネ灰: #666666
 */

body {
	margin: 0;
	padding: 0;
	position: relative;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 85%;
	text-align: center;
	line-height: 150%;
}

a:link, a:visited, a.ref {
	color: #3380b5;
}
a:link:hover, a:visited:hover, a.ref:hover {
	color: #78af33;
}

a img { border: 0; }


h2 {
	margin: 0 0 -12px -20px;
	width: 840px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: left top;
}


h3 {
	padding: 8px 8px;
	background: #eeeeee;
	font-size: 120%;
}

h4, h5 {
	padding-left: .66em;
	border-left: 8px solid #8bdb3b;
	font-size: 110%;
}


ins { text-decoration: none; }
del {}

br { clear: both; }

