@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

nav{
	display: block;
}

img{
	border: 0px;
}

a:link{
	text-decoration: underline;
	color: #005500;
}

a:visited{
	text-decoration: underline;
	color: #005500;
}

a:active{
	text-decoration: underline;
	color: #ff0000;
}

a:hover{
	text-decoration: underline;
	color: #ff0000;
}

div#header{
	height: 150px;
	background-image: url(images/headerback.png);
}

div#headbar{
	width: 800px;
	height: 20px;
	margin: 0px auto;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	background-image: url(images/headbar.png);
	background-color: #007700;
	color: #ffffff;
}

div#title{
	width: 800px;
	height: 80px;
	margin: 0px auto;
}

#menubar{
	height: 50px;
	width: 800px;
	margin: 0px auto;
}

#menubar a{
	display: block;
	width: 160px;
	height: 50px;
	background-image: url(images/tab.png);
	float: left;
}

#menubar a:hover{
	background-position: 0px -50px;
}

div#contents{
	width: 800px;
	margin: 20px auto;
}

div#footer{
	border-top: 5px solid #007700;
	background-color:#aaffaa;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}

body,h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}

h3{
	font-weight: bold;
}

div,p{
	margin-bottom: 20px;
}


.center{
	text-align: center;
}

p.midashi{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p.contents{
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}

div.scrolling{
	margin-top: 0px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #aaaaaa;
}

div.noscroll{
	padding: 10px;
}

div.underbar{
	margin: 10px 0px;
	border-bottom: dotted 1px #222222;
}

table{
	border: none;
}

th{
	text-align: left;
	padding: 10px;
	color: #007700;
	border: 1px solid #007700;
	background-color: #ccffcc;
}

td{
	text-align: left;
	padding: 10px;
	border: 1px solid #222222;
}
span.bold{
	font-weight: bold;
}

.ss{
	text-align: center;
}