@charset "utf-8";
/* CSS Document */
#header {
	width: 960px;
	background: #FFFFFF;
}
#pan {
	font-size: x-small;
	width: 960px;
	color: #FFFFFF;
	background-color: #669966;
}
#navi {
	width: 200px;
	float: left;
	background: #669966;
	right: 0px;
}
#navi ul li {
	list-style: none;
	margin-right: 0px;
	padding-bottom: 10px;
}
#navi ul {
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
#contents {
	width: 760px;
	float: right;
}
#texts {
	width: 700px;
	clear: both;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/bg.gif) repeat-y;
}

#footer {
	clear: both;
	background: #669966;
	color: #FFFFFF;
	text-align: right;
}
#container #contents #texts p {
	line-height: 180%;
}
th {
	color: #809FFF;
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
	padding: 2px;
}
td {
	background: #FFFFFF;
	border-top: thin;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
	padding: 2px;
}

#container #contents #texts table {
	line-height: 180%;
	background: #809FFF;
	padding-right: 5px;
	padding-left: 5px;
	
}
