@import url("../../../_config/css/_common.css");
@import url("../../../_config/css/_template.css");


/* ‘S‘Ì
----------------------------------------------- */

div.table {
	position: relative;
	width: 915px;
	margin: 50px  auto;
	background: url('../../../images/table_body.png') repeat-y top left;
}

div.table:before,
div.table:after {
	content: " ";
	position: absolute;
	width: 951px;
	left: 0;
}

div.table:before {
	height: 30px;
	top:   -30px;
	background: url('../../../images/table_header.png') no-repeat top left;
}

div.table:after {
	height:  30px;
	bottom: -30px;
	background: url('../../../images/table_bottom.png') no-repeat top left;
}


/* list
----------------------------------------------- */

h3 {
	text-align: center;
	margin: 0 auto;
}


ul.list {
	list-style: none;
	text-align: center;
	width: 857px;
	margin: 0 auto;
	padding: 1em 0 2em 0;
}

p.image {
	text-align: center;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

/* -- bgm -- */

ul.bgm li {
	float: left;
	position: relative;
	padding: 1em 0 0.5em 15px;
}

ul.bgm li p {
	text-align: center;
	width: 395px;
	padding: 5px;
	background: #ffeedd;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.3em;
	color: #cc6600;
	
}

ul.bgm li img.new {
	position: absolute;
	top:  10px;
	left: 25px;
}

/* -- movie -- */

ul.movie li {
	width: 640px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

ul.movie li img.new {
	position: absolute;
	top:  10px;
	left: 25px;
}

iframe {
	margin: 1em 0;
}

div.aside {
	text-align: center;
	margin:  0 auto;
	padding: 0;
	width: 640px;
}

div.aside p {
	margin:  0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	color: #ee6633;
}




div.aside table {
	width: 640px;
}

div.aside table tr {
	border-bottom: dashed 1px #ccc;
}

div.aside table tr:nth-child(even) {
	background: #eee;
}


div.aside table thead {
	background: #ffe;
	background: -moz-linear-gradient(top, #fff, #feb);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fec));
	border-top:    1px solid #cb9;
	border-bottom: 1px solid #cb9;
}

div.aside table th,
div.aside table td {
	padding: 0.5em 1em;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
}


div.aside table th {
	width: 16em;
}


div.aside table th span {
	font-size: 10px;
}

