@charset "utf-8";

/*タイトルバック*/
#stage-top {
	background-image: url(../images/bgr_cmn03.gif);
	background-repeat: repeat-x;
}

/*ヘッダー*/
#header p.top {
	position: relative;
	top: -90px;
	margin-bottom: -10px;
	padding-right: 25px;
	text-align: right;
	font-size: 10px;
	line-height: 1em;
	color: #ffffff;
}
#header table {
	margin-bottom: -80px;
}
#header td h1 {
	position: relative;
	top: -115px;
	left: 30px;
	width: 405px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
}
#header td h4 {
	position: relative;
	top: -105px;
	left: 30px;
	padding-top: 10px;
	margin-bottom: 3px;
	width: 405px;
	font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	font-weight: normal;
	text-align: justify;
}
#header td a.hard01 {
	display: block;
	width: 225px;
	height: 30px;
	position: relative;
	top: -119px;
	left: 0px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#header td a.soft01 {
	display: block;
	width: 225px;
	height: 30px;
	position: relative;
	top: -109px;
	left: 0px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#header td a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header td a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header td a:hover {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
}
#header td a:active {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
}

/*コンテンツバック*/
#main-stage {
	width: 730px;
	margin: 0px auto 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/bgr_cmn02.gif);
	background-repeat: repeat-y;
}
#main-top {
	padding: 20px 20px 0px 20px;
}

/*タイトル*/
#main-top h2 {
	position: relative;
	top: -26px;
	left: 9px;
	margin-bottom: -15px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #ffffff;
}
#main-top h2 span {
	position: relative;
	top: -2px;
	left: 10px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
}
#main-top h2 span img {
	position: relative;
	top: -2px;
}
#main-top h2 span a:link {
	color: #ffffff;
	text-decoration: none;
}
#main-top h2 span a:visited {
	color: #ffffff;
	text-decoration: none;
}
#main-top h2 span a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#main-top h2 span a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*ニュース*/
dl#news-stage {
	padding: 10px 19px 0px 19px;
	margin-bottom: 20px;
	background: #fff9a2 url(../images/white.gif) repeat;
	border: 1px solid #fff9a2;
}
#news-stage dd {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 10px;
}
#news-stage dd.end {
	border-bottom: none;
	margin-bottom: 0px;
}
#news-stage dd p {
	clear: both;
	float: left;
	padding-left: 5px;
}
#news-stage dd span {
	float: right;
	width: 575px;
	padding-bottom: 10px;
}

/*ハード*/
#hard-stage {
	padding: 15px 0px 15px 15px;
	margin-bottom: 20px;
	background: #ccd7e8 url(../images/white.gif) repeat;
	border: 1px solid #ccd7e8;
}

/*ソフト*/
#soft-stage {
	padding: 15px 0px 15px 15px;
	margin-bottom: 20px;
	background: #c9e8ef url(../images/white.gif) repeat;
	border: 1px solid #c9e8ef;
}

/*ハード／ソフト共通*/
td.lineup {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	width: 105px;
	height: 105px;
	text-align: center;
	line-height: 1.1em;
	font-style: italic;
}
td.lineup img.icon {
	position: relative;
	top: -3.5px;
}
td.genre span {
	position: relative;
	top: -95px;
	left: 10px;
	display: block;
	height: 105px;
	margin-bottom: -105px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

/*ジャンプメニュー*/
.jump02 {
	width: 690px;
}
.jump02 p.left {
	float: left;
	line-height: 1em;
}
.jump02 p.right {
	float: right;
	line-height: 1em;
	text-align: right;
	margin-bottom: 20px;
}
.jump02 img {
	position: relative;
	top: -1px;
}

