body {
	margin: 0;
	background-color: #ccc;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:link {
	color: #08f;
}

a:visited {
	color: #069;
}

a:active {
	color: #8ab;
}

a:hover {
	color: #9cf;
}

a.News { color:#5e5e5e; text-decoration:none; }
a.News:hover { color:#35a; text-decoration:underline; }

h1 {
	margin: 20pt 0 15pt 0;
	padding: 0px;
	font-size: 16pt;
	font-weight: bold;
}

h1 small {
	font-weight: normal;
	font-size: 12px;
}

h2 {
	margin: 20pt 0 15pt 0;
	padding: 10px;
	background-color: #ddd;
	font-size: 14px;
	font-weight: bold;
}

h2.corporate_title {
	padding: 0px;
	background-color: #fff;
}

h2 small {
	font-weight: normal;
	font-size: 12px;
}

h3 {
	margin: 20pt 0 15pt 0;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	border-width: 0 0 0 5pt;
	border-style: solid;
	border-color: #999;
}

h3 small {
	font-weight: normal;
	font-size: 12px;
}

h4 {
	margin: 20pt 0 15pt 0;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0 0 5pt 0;
	font-size: 12px;
	font-weight: bold;
}

img.photo {
	margin: 0 10px 10px 0;
}

img.index_photo {
	margin: 0 10px 10px 0;
	border:1px solid #666;
	text-align: left;
}

blockquote {
	padding: 10px;
	margin: 0 0 10pt 0;
	border:1px solid #999;
}

.catch {
	font-weight: bold;
	padding: 10px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	color:#c00;
	background-color: #eed;
}

.oubo_link {
	font-weight: bold;
	padding: 10px;
	border:1px solid #999;
}

th, td, li, dt, dd, strong, input, textarea, p, blockquote {
	font-size: 12px;
	line-height: 1.3em;
}

.small_text {
	font-size: 10px;
	line-height: 1.3em;
}

table.layout {
	border:1px solid #666;
	border-collapse:collapse;
	margin: 0 0 10pt 0;
}

th.layout, td.layout {
	margin: 0;
	padding: 3px;
	border:1px solid #666;
	font-weight: normal;
	line-height: 1.2em;
	color:#333;
}

th.layout {
	text-align: left;
	background-color:#eee;
	vertical-align: top;
}

td.center {
	text-align: center;

}
]dt, dd, li {
	line-height:1.3em;
}

dt {
	padding: 0 0 0 20px;
	font-weight: bold;
}

dd {
	margin-bottom:0.3em;
}

#honbun {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #fff;
	color:#333;
}

#honbun_header {
	padding: 10px 0 0 0;
	margin: 0;
	width: 800px;
	background-color: #ccc;
	color:#333;
}

#honbun_text {
	padding: 0 30px 30px 30px;
	margin: 0;
	text-align: left;
}

#honbun_navi {
	margin: 0;
	text-align: left;
	padding: 20px;
	background-color: #E7E2C9;
}

#honbun_footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 3px 0 30px 0;
	width: 800px;
}

#honbun_footer a {
	color: #333;
	text-decoration: none;
}

#honbun p {
	margin: 0 0 10pt 0;
	line-height:1.4em;
	text-align:left;
}

.red {
	color: #f00;
}

.undecided {
	background-color: #f99;
}

p.indent {
	padding: 0 0 0 20px;
}

hr {
	border: 1px solid #ddd;
}

ul#main_navi li {
	margin:0;
	list-style-type:none;
	float:left;
}

.selected {
	font-weight: bold;
}

a.button {
	background-color: #f90;
	border: double 8px #f40;
	padding: 8px 20px;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
}



TABLE.decorateTable {
	border:1px solid #666;
	border-collapse:collapse;
	margin: 0 0 10pt 0;
	width: 500px;
}
TD.evenItemName {
	text-align: left;
	background-color:#eee;
	margin: 0;
	padding: 5px;
	border:1px solid #666;
	font-weight: normal;
	line-height: 1.2em;
	color:#333;
}
TD.evenItemContents {
	margin: 0;
	padding: 5px;
	border:1px solid #666;
	font-weight: normal;
	line-height: 1.2em;
	color:#333;
}
TD.oddItemName {
	text-align: left;
	background-color:#eee;
	margin: 0;
	padding: 5px;
	border:1px solid #666;
	font-weight: normal;
	line-height: 1.2em;
	color:#333;
}
TD.oddItemContents {
	margin: 0;
	padding: 5px;
	border:1px solid #666;
	font-weight: normal;
	line-height: 1.2em;
	color:#333;
}