
html, body {
	margin: 0;
	padding: 0;
	background: #779e28;
	height: 100%;
	text-align: center;
}
body, table {
	font-size: 12px;
	font-family: Meiryo, Verdana;
	line-height: 160%;
	color: #666;
	
}
a {
	color: #779e28;
	text-decoration: none;
}
a:hover {
	color: #99cc33;
}
.clear {
	display: inline-block;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
div#body {
	width: 900px;
	margin: 20px auto;
	text-align: left;
	background: #333 url(../images/09/bg.gif) center top repeat-y;
}
div#head {
	padding: 20px;
	background: url(../images/09/bg_top.gif) center top no-repeat;
}
div#head p#tagline {
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0;
}
div#head p#title {
	font-size: 20px;
	margin: 0;
	padding: 5px 0 5px;
	color: #333;
}
p#topicPath {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
div#contents {
	width: 100%;
}
div#side {
	width: 200px;
	float: left;
	margin: 0;
}
div#side dl {
	background: url(../images/09/category_bg.gif) left top no-repeat;
	padding: 3px 0 20px 20px;
}
div#side dl dt {
	font-weight: bold;
	margin: 0 0 10px 20px;
}
div#side dl dd {
	margin: 0 0 20px 0;
	color: #999;
	padding: 5px;
	font-size: 10px;
}
div#side dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#side dl dd ul li {
	background: url(../images/09/icon.gif) 0 7px no-repeat;
	padding: 0 0 0 15px;
}
h1 {
	font-size: 18px;
}

div#main {
	width: 670px;
	float: right;

}
* html div#main {
	width: 640px;
}

p.main_credit,
p.sub_credit {
	text-align: right;
	font-size: 10px;
	margin: 0 20px 0 0;
}
div.main_item {
	padding: 30px 20px 0 10px;
	background: url(../images/09/main_bg.gif) right top no-repeat;
}
div.main_item h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0;
}
div.main_item h2 a {
	color: #666;
}
div.main_item h2 a:hover {
	color: #999;
}
div.main_item p.item_category {
	font-size: 10px;
	margin: 5px 0;
	text-align: right;
	width: 100%;
}
div.main_item h3.catch {
	font-size: 14px;
	font-weight: normal;
	color: #99cc33;
}
div.main_item p img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #999;
}

div.main_item p {
	display: inline-block;
}
div.main_item p:after {
	content: "";
	display: block;
	clear: both;
}
div.main_item dl dt {
	padding: 2px 5px;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 2px 0 10px 0;
}
div.main_item dl dd img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #999;
}
div.main_item dl dd {
	margin: 0 0 10px 10px;
	display: inline-block;
	width: 630px;
}
div.main_item dl dd:after {
	content: "";
	display: block;
	clear: both;
}
div.main_item dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.main_item dl dd ul li {
	display: inline-block;
	width: 630px;
}
div.main_item dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}
div.page {
	padding: 30px 20px 10px 10px;
}
div.page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
div.page ul li {
	float: left;
	margin: 3px 5px;
	line-height: 20px;
}
div.page ul li a {
	display: block;
	text-align: center;
}
div.page ul li.active {
	display: block;
	font-weight: bold;
	text-align: center;
}
div.page ul li.page2 a {
	display: block;
	height: 20px;
	text-align: center;
	width: 35px;
}
h3#subtitle {
	margin: 20px 0 0 0;
	padding: 30px 20px 0 10px;
	font-size: 18px;
	clear: both;
}
p.sub_credit {
	text-align: right;
	font-size: 10px;
}
dl#sub dt {
	padding: 30px 20px 10px 10px;
	background: url(../images/09/main_bg.gif) right top no-repeat;
	font-size: 16px;
	font-weight: normal;
}
* html dl#sub {
	width: 670px;
}
dl#sub dd {
	padding: 0 20px 0 10px;
	margin: 0;
}
.note {
	font-size: 10px;
	text-align: right;
}
div#foot {
	margin: 0 0 0 0;
}
div#foot .inner {
}
div#foot p {
	text-align: center;
	font-size: 10px;
	padding: 20px 0;
	margin: 0;
	background: url(../images/09/bg_bottom.gif) center bottom no-repeat;
}
