@charset "utf-8";
/* CSS Document */

#navi {
	height: 35px;
	vertical-align: bottom;
	background-color: #000;
	text-align: center;
}

#navi ul {
	list-style: none;
}

#navi li {
	display: inline;
	list-style: none;
}


#main {
	background: url(../img/bumboo2.jpg) repeat-y;
}

#content {
	background-color: #FFF;
	float: right;
	width: 720px;
	padding: 0 15px 30px 15px;
	min-height: 680px;
}

#left {
	float: right;
	width: 200px;
	padding-top: 1em;
}

.sidebar {
	background: url(../img/side.png) no-repeat;
	width: 170px;
	height: 20px;
	display: block;
	padding: 6px;
	margin: 0;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: medium;
	color: #366;
	border-bottom: #9BB 4px solid;
	margin: 1.5em auto 1em;
}

h3 {
	margin-bottom: 0.4em;
	color: #666;
}

h4 {
	margin-bottom: 0.4em;
}

li {
	list-style: inside;
}

.tdl {
	border-bottom: 1px solid #366;
	border-right: 1px solid #366;
	border-left: 1px solid #366;
	text-align: right;
	width: 100px;
	background-color: #DEE
}

.tdr {
	border-bottom: 1px solid #366;
	border-right: 1px solid #366;
	width: 400px;
}

.tdm {
	border-bottom: 1px solid #366;
	border-right: 1px dotted #366;	
}

.tdh {
	border: 1px solid #366;
	text-align: left;
}

.td_top td {
	border-top: 1px solid #366
}

.txt {
	width: 600px;
}

address {
	font-style: normal;
}

#end {
	margin: 2em auto auto 500px;
}

#end li {
	display: inline;
	list-style: none;
	font-size: 85%;
}
