@charset "shift_jis";

/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}

/* ===== Basic Style ===== */

body{
	color:#333333;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background-color: #fcf2e6;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

img{
	border:0;
	vertical-align: bottom;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
#whole {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper	{
	padding-bottom: 5px;
}
#all {
	text-align:left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0px 5px 0px 5px;
}
#main {
	text-align:left;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000066;
}
a	{
	color: #0033cc;
	text-decoration: none;
}
a:link	{
	color: #0033cc;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}
.cboth	{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.clear	{
	clear: both;
}
h1,h2,h3,h4,h5,h6	{
	font-size: 100%;
}
.right	{
	float: right;
}
.left	{
	float: left;
}
p.gotop	{
}
/* ===== Header Area ===== */
#header	{
	width: 537px;
	margin-left: 10px;
}
#header h1	{
}
/* ===== Contents Area ===== */
#contents	{
	width: 537px;
	margin-left: 10px;
	margin-top: 5px;
}
p.pagetop	{
	clear: both;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.pagetop a	{
	text-decoration: underline;
}
/* ===== Lower Area ===== */
#lower	{
	width: 537px;
	margin-left: 10px;
	background: url(img/side_navi_back.gif) no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
}
#lower h2	{
	border-left: 5px solid #fc2b2b;
	font-size: 140%;
	line-height: 1.6em;
	padding-left: 5px;
	margin-bottom: 1em;
}
#lower table	{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	border-collapse:collapse;
}
#lower th	{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#lower td	{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#lower strong	{
	display: block;
	margin-top: 1em;
	color: #000066;
}
#lower p.p01	{
	margin-top: 1em;
	text-align: center;
}
