@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: September 17, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/
#body .contents .column p.date {
	color: #1a1a1a;
	font-family: helvetica,clean,Hiragino Kaku Gothic Pro,sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/*----------------------------------
 1..releaseItem
------------------------------------*/
#body .contents .column .releaseItem {
	width: 220px;
	margin-bottom: 40px;
	float: left;
}
#body .contents .column .summary {
	width: 170px;
	margin-bottom: 40px;
	float: right;
}
#body .contents .column .releaseItem h3,
#body .contents .column .summary h3 {
	font-size: 152%;
	line-height: 1.3;
	margin: 0 0 5px;
}
#body .contents .column .releaseItem p {
	font-size: 93%;
}
#body .contents .column .summary h4 {
	font-size: 107%;
	line-height: 1.3;
	margin: 0;
}
#body .contents .column .summary h5 {
	color: #999;
	font-size: 100%;
	margin: 0 0 10px;
}


/*----------------------------------
 2..mediaInfo
------------------------------------*/
#body .contents .column .summary .mediaInfo ul {
	width: 170px;
	overflow: hidden;
	background: url(../../images/catalog/bg_mediaInfo_line.gif) repeat-x left bottom;
}
#body .contents .column .summary .mediaInfo ul li {
	text-align: center;
	width: 84px;
	float: left;
	display: block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#body .contents .column .summary .mediaInfo ul li.miFirst {
	width: 83px;
	border-left: 1px solid #ccc;
}
#body .contents .column .summary .mediaInfo ul li a {
	color: #000;
	width: 82px;
	display: block;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: url(../../images/catalog/bg_mediaInfo_b.gif) repeat-x left top;
}
#body .contents .column .summary .mediaInfo ul li.miFirst a {
	width: 81px;
	border-left: 1px solid #fff;
}
#body .contents .column .summary .mediaInfo ul li strong a,
#body .contents .column .summary .mediaInfo ul li a:hover {
	font-weight: normal;
	background: url(../../images/catalog/bg_mediaInfo_a.jpg) repeat-x left top;
}
#body .contents .column .summary .mediaInfo ul li a.active {
	font-weight: normal;
	background: url(../../images/catalog/bg_mediaInfo_a.jpg) repeat-x left top;
}
#body .contents .column .summary .mediaDetail {
	font-size: 93%;
	padding: 15px 0 0;
	clear: both;
}


/*----------------------------------
 2.#tabContent
------------------------------------*/
#tabContent {
}
#tabContent #tabIndex {
	width: 120px;
	height: 25px;
	background: url(../../images/catalog/tab_btn.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li {
	float: left;
	cursor: pointer;
	display: block;
}
#tabContent #tabIndex li.tabMusic,
#tabContent #tabIndex li.tabMovie {
	text-decoration:none;
	line-height: normal;
	text-indent: -9999px;
	width: 60px;
	height: 25px;
}
#tabContent #tabIndex li a {
	width: 60px;
	height: 25px;
	display: block;
}
#tabContent #tabIndex li.tabMusic {
	background: url(../../images/catalog/tab_music.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li.tabMovie {
	background: url(../../images/catalog/tab_movie.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li.active {
	background-position: left top;
}

#tabContent #player2 {
	margin-top: 20px;
}

