@charset "Shift_JIS";

/*-----------------------------------------------
	■top.css

	トップページのためだけのための
　ちょっと無駄な存在。
-----------------------------------------------*/

/* メイン画像 */
#index #visual{
	width									: 800px;
	height									: 265px;
	text-indent						: -9999px;
	background						: url(../img/top/image.jpg) no-repeat;
}

/* 新着情報
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.topbox{
	margin								: 1px 0px 5px 0px;
	border								: 1px solid #9A9CA0;
	border-top							: 1px solid #CEE7C5;
}

#mainCol .topbox{
	background						: url(../img/top/background_news.gif) repeat-y;
}

#whatsNew{
	margin								: 19px 0px 0px 0px;
	padding								: 0px 0px 0px 0px;
}
#whatsNew dt{
	clear									: both;
	float									: left;
	display								: inline;
	margin								: 0px 0px 0px 12px;
	width									: 11em;
	text-indent						: 20px;
	background						: url(../img/arrow/ci_gray.gif) no-repeat;
}
#whatsNew dd{
	float									: left;
	display								: inline;
	margin								: 0px 0px 14px 10px;
	width									: 28.5em;
}

.clearfix{
	clear									: both;
	height									: 5px;
}

/* メインカラムバナー領域
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#banner dt{
	display								: inline;
	margin								: 5px 0px 0px 0px;
}

/* フッターにおけるグループバナー */
#groupBanner{
	margin								: 0px auto 0px auto;
	width									: 700px;
}
#groupBanner dt{
	display								: none;
}

#groupBanner dd{
	float									: left;
	display								: inline;
	margin								: 0px 8px;
}
