@charset "utf-8";
/* CSS Document */


/* ##### 固有 ##### */

/* ## flash ## */
div#index_flash {
	margin:10px 9px;
}

/* ## バナー ## */

a#index_banner_silvercard {
	display:block;
	width:703px;
	height:91px;
	background:url(../img/silver_banner.jpg) no-repeat left top;
	text-indent:-9999px;
	margin:0px 0px 12px 0px;
}
a#index_banner_konami {
	display:block;
	width:703px;
	height:91px;
	background:url(../img/index_banner_konami.gif) no-repeat left top;
	text-indent:-9999px;
	margin:0px 0px 12px 0px;
}


/* ## お知らせ ## */
div#index_infoBox {
	position:relative;
	width:703px;
	margin:0px;
	padding:0px;
}

h1#index_ttl {
	width:703px;
	height:30px;
	background:url(../img/index_sub.gif) no-repeat left top;
	text-indent:-9999px;
}
a#index_more {
	display:block;
	width:196px;
	height:26px;
	position:absolute;
	background:url(../img/index_more.gif);
	top:2px;
	left:505px;
	text-indent:-9999px;
}

ul#index_info {
	margin:2px 5px 18px 5px;
	padding:0px;
	display:block;
	list-style:none;
}

ul#index_info li.index_infoRow {
	padding:8px 0px;
	border-bottom:#CCCCCC 1px solid;
	clear:both;
}

div.index_infoBox_odd {
	width:336px;
	float:left;
}

div.index_infoBox_even {
	width:336px;
	float:right;
}

img.index_infoBox_photo {
	display:block;
	float:left;
}

dl.index_infoBox_text {
	float:right;
	width:230px;
	margin:0px;
	padding:0px;
	position:relative;
}
dl.index_infoBox_text dt {
	margin:18px 0 0 0;
	font-weight:bold;
}
dl.index_infoBox_text dd {
	padding:0px;
	margin:0px;
}
dl.index_infoBox_text dd.index_infoBox_genre {
	width:124px;
	height:16px;
	background:url(../img/index_info_genre.gif);
	color:#FFFFFF;
	font-size:10px;
	line-height:16px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}
dl.index_infoBox_text dd.index_infoBox_date {
	color:#666666;
	font-size:10px;
	position:absolute;
	top:1px;
	left:130px;
	font-size:10px;
	line-height:16px;
}
dl.index_infoBox_text dd.index_infoBox_course {
	line-height:16px;
}
dl.index_infoBox_text dd.index_infoBox_detail a {
	display:block;
	width:93px;
	height:17px;
	background:url(../img/index_info_more.gif) no-repeat left top;
	text-indent:-9999px;
	margin-top:4px;
}



