@charset "utf-8";

*{	margin:0; border:0; padding:0; }

body{
	background:#ADFF2F url(img/bg.png) repeat-y center;
	background-color:#ffb6c1;
	color:#333;
	text-align:center;
	font-size:small;
}

.header{
	width:600px;
	height:60px;
	margin:10px auto;
	background-color:#fff;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#hd_CD{ background-image:url(img/CDP_title.png); }

#cm{
	width:600px;
	height:20px;
	margin:10px auto 20px;
	padding:240px 0px 0px;
	background:#fff url(img/shinobi_dramaCD2_pop3.png) no-repeat top center;
	text-align:center;
	font-weight:bold;
	text-indent:-9999px;
	overflow:hidden;
}

#idxmenu{
	width:598px;
	margin:5px auto;
	border:1px solid #666;
	padding:1em 0;
	background-color:#fff;
	color:#666;
	text-align:center;
	font-size:12px;
}

#mainbox{
	width:600px;
	margin:15px auto;
	text-align:left;
	background-color:#fff;
}

.mob{ display:none; }

.item{
	clear:both;
}

.caption{
	margin-bottom:10px;
	border:1px solid #666;
	padding:3px 20px;
	background:#fff url(img/capdot.png) no-repeat 10px center;
	text-align:left;
	color:#600;
	font-size:1.2em;
	font-weight:bold;
}

.booklet{
	margin:0px auto 30px;
	border:1px solid #666;
	padding:10px;
	float:left;
	line-height:0px;
}

.details{
	margin-bottom:30px;
	float:right;
}

dt{
	font-weight:bold;
}

.il_list dt{
	width:8em;
	float:left;
	line-height:1.5;
}

.il_list dd{
	margin-left:8em;
	line-height:1.5;
}

.cd_shop{
	margin:20px auto 30px;
	text-align:center;
	clear:both;
}

em{
	font-weight:bold;
	font-style:normal;
	color:#c36;
}

#rights{
	width:600px;
	height:auto;
	margin:30px auto;
	border:1px solid #666;
	padding:5px 0;
	background-color:#fff;
	font-size:10px;
	text-align:center;
	clear:both;
}

#idxmenu A{ font-size:10px; }
A{ font-size:small; text-decoration:none;}
A:link   { color: #369; font-weight:bold; }
A:visited   { color: #999; font-weight:normal; }
A:hover { color: #FFA63F; font-weight:bold; }
A:active  { color: #fff; font-weight:bold; }

.mini{
	font-size:x-small;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
