body {
	text-align:center;
	background-image:url(bg4or.gif);
	color: #333333;
}

.contents {
	width: 745px;
	margin:auto;
	background-color: #FFFEFD;
	text-align:left;
	border:solid 1px #999999;
	position:relative;
}

.navbar {
	background-color: #FFBB9E;
	padding: 0px;
	width: 745px;
	position: absolute;
	top: 150px;
	left: 0px;
}
.navbar h2{
	width: 145px;
	float: left;
	text-align: center;
	background-color: #FFD9C8;
	margin:0px;
	font-family: "MS Pゴシック", Osaka, Sans-Serif;
	font-size: 18px;
	line-height: 1.5em;
}
.navbar h2 a {
	text-decoration: none;
	display:block;
        font-size: 18px;
	line-height: 1.5em;
	width: 145px;
	color: #339900;
	background-color: #FCD696;
	border: 2px solid;
	border-color: #FEEED3 #E1A32D #E1A32D #FEEED3;
	text-align: center;
}
.navbar h2 a:hover {
	background-color: #FFCC00;
}
.navber h2 a:active {
	border-color: #E1A32D #FEEED3 #FEEED3 #E1A32D;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	margin: 0px;
	background-image:url(bg3dgr.gif);
	height: 150px;
	font-size: 48px;
	padding-left: 10px;
	margin-bottom:40px;
}

h3 {
	/*font-family: "MS Pゴシック", Osaka, Sans-Serif;*/
	width: 300px;
	font-size: 200%;
	text-align: left;
	margin: 30px;
	padding: 0px 10px;
	border-left: solid 15px #009999;
	border-bottom: solid 3px #009999;
}

h4 {
	font-family: "MS　P明朝", "細明朝体", serif;
	color: #993333;
	font-size: 150%;
	margin: 1em 0px;
	background-color: #E7FAEE;
	border-top: double 3px #01A252;
	border-bottom: double 3px #01A252;
	text-align: center;
	clear: both;
}

h5 {
	/*font-family: "MS Pゴシック", Osaka, Sans-Serif;*/
        color: #009900;
	/*width: 400px;*/
	font-size: 300%;
	text-align: left;
	margin: 10px;
	padding: 0px 10px;
}

p {
	font-weight: bold;
	font-family: "MS Pゴシック", Osaka, Sans-Serif;
	font-size: 120%;
	line-height: 120%;
}

h2,h3,p {
	margin-left:10px;
	margin-right:10px;
}

a {
	font-weight: bold;
        font-size: 120%;
	line-height: 120%;
}

/*p img {
	float: left;
	margin-right: 5px;
	border: solid 1px #666666;
}*/



