*
	{
	margin:0;
	padding:0;
	color:#000;
	background:transparent;
	}
a:link
	{
	color:#18c;
	}
a:visited
	{
	color:#846;
	}
a:hover
	{
	color:#f60;
	}
em
	{
	font-family:"Hiragino Kaku Gothic Pro", sans-serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0.2em;
	color:#933;
	}
strong
	{
	font-family:"Hiragino Kaku Gothic Pro", sans-serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0.2em;
	color:#f22;
	}
.hidden
	{
	display:none;
	}
.clearing
	{
	clear:both;
	}
body
	{
	margin:0;
	padding:8px 0;
	background:#fff;
	text-align:center;
	}
#mainwrapper
	{
	width:760px;
	margin:0 auto;
	text-align:left;
	}
h1
	{
	width:760px;
	height:127px;
	background:url('imgs/title_logo.png') no-repeat;
	text-indent:-40em;
	}
#homenavi
	{
	width:195px;
	height:35px;
	position:absolute;
	top:8px;
	background:url('imgs/home_navi_hover.png') no-repeat;
	}
#cdform
	{
	background:url('imgs/orange_back.png');
	font-size:18px;
	}
#cdinput
	{
	border:none;
	background:url('imgs/orange_back.png');
	font-size:18px;
	}
#menu
	{
	width:760px;
	height:26px;
	background:url('imgs/blue_line.png');
	}
ul#menu
	{
	margin:0;
	}
#menu li
	{
	display:inline;
	margin-right:1.2em;
	font-family:"Arial Black";
	font-size:18px;
	}
#menu li a,h2 a
	{
	text-decoration:none;
	}
.content h2
	{
	padding-top:20px;
	background:url('imgs/orange_line.png') no-repeat;
	}
.contentbody
	{
	padding:0 0 24px 0;
	background:url('imgs/blue_line.png') bottom no-repeat;
	}
.right
	{
	float:right;
	padding:12px 0 12px 12px;
	}
.pageswitch
	{
	padding:2px 0;
	border-top:dotted 1px #f60;
	text-align:center;
	}
#footer
	{
	text-align:center;
	}
#footer p
	{
	margin:0;
	}
#copyright
	{
	margin-top:24px;
	padding:26px 0 8px 0;
	background:url('imgs/solid_color.png') no-repeat;
	}
p,ul,ol,dl,blockquote,table
	{
	margin:0.7em 0 0.7em 5em;
	}
dt
	{
	padding:0 1em 0 1em;
	background:#def;
	font-weight:bold;
	}
dd
	{
	padding:0.2em 2em 0.2em 1em;
	border-left:dotted 1px #cde;
	}
table {
	clear:both;
	padding:0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
caption {
	margin:0;
	padding:0;
	border-top:2px dotted #b9e0b0;
	text-align:center;
	letter-spacing:0.2em;
	}
th {
	padding:0.2em 1em;
	font-weight:bold;
	text-align:center;
	background:#c9f0c0;
	}
td {
	padding:1px 8px;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	}
.content li
	{
	margin-left:2em;
	}
.leftbox {
	float: left;
	margin:0 8px 0 5em;
	padding:0;
	}
.rightbox {
	float:right;
	margin:0 0 0 8px;
	padding:0;
	}
.centerbox {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.leftbox img, .rightbox img, .centerbox img {
	padding:0 0 4px 0;
	margin:0;
	background:#fff;
	}
.leftbox a img,.rightbox a img, .centerbox a img {
	border-top:1px solid #ddd;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	border-left:1px solid #ddd;
	padding:2px;
	margin:2px;
	}
.leftbox a:hover, .rightbox a:hover, .centerbox a:hover {
	position:relative;
	left:1px;
	top:1px;
	color:#fff;
	}
