/* -----全体の設定----- */
a img { border-style:none; }
#main{
	position:absolute;
	text-align:center;
	width:98%;
	font-size: 12px;
}
#contents{
	text-align:left;
	width:850px;
	margin:0px auto;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000084;
}
a:visited {
	text-decoration: none;
	color: #9966FF;
}
a:hover {
	text-decoration: none;
	color: #666699;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #CC6633;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #339900;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
/* -----ヘッダー部分----- */
.linea {
	background: #006600;
}
.sel {
	height: 38px;
	width: 585px;
	text-decoration: none;
	list-style: none;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
.cassey {
	text-align: left;
}
/* ---------- カテゴリー部分 ---------- */
.contentsu {
	vertical-align: top;
}
.border {
	border: thin solid #000000;
}
/* -----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;
}
