/* -----全体の設定----- */
a img { border-style:none; }
#main{
	position:absolute;
	text-align:center;
	width:98%;
	font-size: 12px;
	background: #000039;
}
#contents{
	text-align:left;
	width:850px;
	margin:0px auto;
	padding: 10px;
	background: no-repeat;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #9900FF;
}
a:visited {
	text-decoration: none;
	color: #9966FF;
}
a:hover {
	text-decoration: none;
	color: #666699;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #FFFF33;
}
h3 {
	font-size: 14px;
	color: #6699FF;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
p  {
	font-size: 12px;
	color: #FFFFFF;
}
li  {
	font-size: 12px;
	color: #CCCCCC;
}
strong  {
	font-size: 16px;
	color: #000039;
}
/* -----ヘッダー部分----- */
.heder {
	background: #D6EFB5;
	color: #FFFFFF;
}
/* ---------- カテゴリー部分 ---------- */
.right{
	width: 100%;
}
.contentsu {
	vertical-align: text-top;
}
.border {
	border: thin solid #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
/* -----indexの設定----- */
.Length {
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	vertical-align: text-top;
}

.line {
	width: 66px;
	text-align: center;
}
/* -----フッター部分----- */
.footer
{
	text-align: right;
}
.footerad {
	text-align: center;
	background: #D6EFB5;
}
.pcaheder {
	background: #3165CE;
}
.top {
	background: #FFFFFF;
}
.white {
	background: #FFFFFF;
}
