body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #666666;
	background: #eeeeee url('img/bg_top.gif') repeat;
	line-height : 1.8;
	text-align: center;
}

#wrapper-header {background: #eeeeee url('img/bg_top.gif') repeat;
}

#header {
	background: #eeeeee url('img/top.gif') right no-repeat;
	width: 750px;
	height: 150px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
}

#content {
	width: 650px;
	margin: 0 auto;
	padding: 10px 60px 20px 40px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #eeeeee;
	font-size: 12px;
	text-align: left;
}

#footer {
	margin: 0 auto;
	padding: 2px 20px;
	width: 710px;
	text-align: center;
	color: white;
	background: #88ac0b;
	border: 1px solid #a0c80e;
	font-size: 12px;
}

h2 {
	padding : 3px 5px 3px;
	border-width : 0px 0px 2px 10px;
	border-style : solid;
	border-color : #83A50C;
	line-height: 120%;
	border-bottom: 1px dotted #a0c80e;
	font-size: 120%;
}

h3 {
	width:200px;
	padding:5px 0px 5px 5px;
	margin-bottom:8px;
	border:#83A50C dashed 1px;
	background: #eeeeee url('img/bg_midashi.gif') repeat;
	font-size: 12px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }