@charset "UTF-8";
@import "common.css";
@import "sidebar.css";

/* ---------------------------------------------------------
	CSS Document TOP > Layout
--------------------------------------------------------- */

#container {
	padding: 0;
	background: none;
}

/* ---------------------------------------------------------
	CSS Document TOP > Visual
--------------------------------------------------------- */

#visual ul {
	height: 323px;
	overflow: hidden;
	position: relative;
}

#visual li {
	height: 323px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document TOP > Osusume
--------------------------------------------------------- */

#osusume {
	background: #fff url(../img/top/box_bg.jpg) repeat-x left bottom;
	text-align: left;
	line-height: 160%;
}

#osusume .box {
	padding-left: 22px;
	padding-bottom: 30px;
}

#osusume .list {
	float: left;
	width: 190px;
	padding-top: 20px;
}

#osusume h3 {
	margin: 5px 10px 5px 5px;
	font-size: 100%;
}

#osusume p {
	margin: 0 10px 0 5px;
}

#osusume a {
	text-decoration: none;
	color: #000;
}

#osusume a:hover {
	text-decoration: underline;
	color: #6a0118;
}

/* ---------------------------------------------------------
	CSS Document TOP > News
--------------------------------------------------------- */

#news {
	background: #fff url(../img/top/box_bg.jpg) repeat-x left bottom;
	text-align: left;
	font-size: 100%;
	line-height: 160%;
}

#news .box {
	padding-bottom: 30px;
}

#news dl {
	margin: 0 15px;
	padding: 12px 0 10px;
	border-bottom: solid 1px #d5ceaa;
}

#news dt {
	float: left;
	width: 115px;
}

#news dd {
	float: right;
	width: 455px;
}

