body {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	background: #eee;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div.section {
	overflow: visible;
	background: #fff;
	width: 600px;
	margin: 40px;
	padding: 0;
	border: 1px dotted #f90;
}

ul#nav, ul#nav li, ul#nav a, ul#nav strong {
	display: block;
	margin: 0;
	padding: 0;
}

ul#nav {
	/* border-bottom: 1px solid #f90; */
	background: url("/img/f90.gif") repeat-x bottom;
	padding: 0 0 0 40px;
}

ul#nav li {
	float: left;
	list-style: none;
	background: none;
	font: bold 10pt "Helvetica Neue", Helvetica, sans-serif;
	white-space: nowrap;
	margin-right: 20px;
}

ul#nav a {
	text-decoration: none;
	color: #999;
	border-width: 1px 1px 0;
	border-style: dotted;
	border-color: #f90;
	padding: 5px 10px;
}

ul#nav a:hover {
	color: #f90;
	border-style: solid;
	border-color: #f90;
}

ul#nav strong a {
	color: #333;
	background: #eee;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #f90;
}

ul#sub_nav, ul#sub_nav li, ul#sub_nav a, ul#sub_nav strong {
	display: block;
	margin: 0;
	padding: 0;
}

ul#sub_nav {
/*	background: #fff0cc; */
	border-bottom: 1px dotted #f90;
	margin: 0;
	padding: 0 40px;
}

ul#sub_nav li {
	float: left;
	list-style: none;
	background: none;
	font: bold 10pt "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	margin-right: 20px;
}

ul#sub_nav a {
	text-decoration: none;
	color: #999;
	padding: 5px 0;
}

ul#sub_nav a:hover {
	color: #f90;
}

ul#sub_nav strong a {
	color: #333;
}

h1 {
	font: bold 12pt Futura, "Helvetica Neue", Helvetica, sans-serif;
	color: #f90;
	margin: 0;
	padding: 1em 40px;
}

h2 {
	font: bold 10pt "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px dotted #f90;
	margin: 0;
	padding: 10px 20px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	text-decoration: none;
	color: #333;
}

h3 {
	font: bold 10pt "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	border-left: 8px solid #f90;
	margin: 2em 20px 1em;
	padding: 0 0 0 5px;
}

h2 + h3 {
	margin: 1em 20px;
}

h4 {
	font: bold 10pt "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0 20px;
}

p {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
	text-align: justify;
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0 20px;
}

a:link, a:visited {
	color: #06c;
	text-decoration: none;
}

a:active, a:hover {
	color: #09f;
	text-decoration: underline;
}

table {
	border-bottom: 1px solid #666;
	border-collapse: collapse;
	margin: 1em 20px;
	padding: 0;
}

caption {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
	text-align: left;
	margin: 0 20px 5px;
}

th {
	text-align: left;
	font: bold 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	color: #fff;
	background: #666;
	margin: 0;
	padding: 5px 1em;
}

td {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	border-bottom: 1px dotted #666;
	margin: 0;
	padding: 5px 1em;
}

/*
form {
	border: 1px dotted #f90;
	margin: 20px;
	padding: 20px;
}
*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px dotted #f90;
	margin: 20px;
	padding: 20px;
}

legend {
	color: #333;
	font: bold 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #f90;
	margin: 0;
	padding: 5px;
}

input {
	margin: 0;
	padding: 0;
}

form table {
	border-width: 0;
	margin: 0;
	padding: 0
}

form th, form td {
	text-align: left;
	border-width: 0;
	margin: 0px;
	padding: 5px;
}

th.right, td.right {
	text-align: right;
}

ol {
	list-style: decimal inside none;
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 1em 20px;
	padding: 0;
}

ol li {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.6em;
	background: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none outside none;
	margin: 1em 20px;
	padding: 0;
}

ul li {
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.6em;
	background: url("/img/marker.gif") no-repeat left;
	margin: 0;
	padding: 0 0 0 15px;
}

dl {
	margin: 1em 20px;
	padding: 0;
}

dt {
	line-height: 1.6em;
	color: #333;
	font: bold 10pt "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, sans-serif;
	margin: 1em 0;
	padding: 0;
}

dd {
	line-height: 1.6em;
	font: normal 10pt "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 0 1em;
	padding: 0;
}

pre.code {
	font: normal 10pt monospace;
	color: #000;
	background: #eee;
	overflow: auto;
	border-width: 1px;
	border-style: dotted;
	border-color: #f90;
	margin: 1em 20px;
	padding: 20px;
}

code {
	font: normal 10pt "Courier", monospace;
}

address {
	font: normal 10pt "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	text-align: right;
	border-top: 1px dotted #f90;
	margin: 1em 0 0;
	padding: 10px 20px;
}

address.footer {
	clear: right;
	text-align: center;
	font: normal 10pt Futura, "Helvetica Neue", Helvetica, sans-serif;
	color: #f90;
	border-top: 1px solid #f90;
	margin: 0;
	padding: 5px 0 40px;
}

address.footer a {
	color: #f90;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.animal {
	width: 379px;
	height: 151px;
	float: right;
	margin: 0 40px 0 0;
}
