@charset "utf-8";
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 0px;
	line-height: 20px;
	background-image: url(../images/pback.jpg);
	background-repeat: repeat-x;
}
#header{
	background-image: url(../images/page.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 146px;
	width: 800px;
}
.title{
	padding-top: 120px;
	padding-left: 148px;
	font-size: 16px;
	font-weight: bold;
	color: #51A363;
}
#con{
	float: left;
	height: auto;
	width: 800px;
}
#menu{
	background-color: #FFFFCC;
	height: auto;
}
#menu a{
	color: #006633;
	text-decoration: none;
	padding-left: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006633;
	line-height: 40px;
}
#menu a:hover{
	color: #CC0000;
	text-decoration: underline;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
#main{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}
#main a{
	color: #003366;
	text-decoration: none;
}
#main a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.tx1{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	height: 25px;
	padding-top: 10px;
	padding-left: 8px;
	background-image: url(../images/tba.jpg);
	background-repeat: repeat-x;
	padding-bottom: 7px;
}
.tx2{
	padding-left: 20px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 15px;
	line-height: 25px;
}
#copy{
	float: left;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

