/*
 *
 *  CSS for TMSO
 *
 *      create: 2006.05.22
 *      modify: 
 *
 */

@import url(/j/css/basic.css);
@import url(/j/css/base.css);
@import url(/j/css/header.css);
@import url(/j/css/footer.css);
@import url(../../css/side.css);
@import url(../../css/body.css);


/**************** CONTENT >> MAIN  ****************/
.ItemBlock {
	padding: 0px;
	width: 570px;
	background-image: url(../images/background_title.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}


.ItemBlock p.point01 {
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(../images/trim_header.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 18px;
	font-weight: bold;
}




.Jacket {
	margin: 0 0 0 14px;
}


.Information {
	width: 384px;       /*  386px ?  */
}


.Information h5 {
	padding-left: 18px;
	font-size: 14px;
	color: #000;
	background-color: transparent;
}

.Information h5 img {
	margin-bottom: 0.2em;
}


.AboutDisc {
	margin: 0.5em 0 0 0;
	border-top: 1px dashed #B2B2B2;
	padding-top: 0.5em;
	padding-left: 18px;
	font-size: 12px;
}


.Information p {
	padding-left: 18px;
}


.Information form {
	margin-top: 1em;
}


.Comment {
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}



.Information h6 {
	margin-top: 12px;
	font-size: 12px;
	color: #29476E;
	background-color: transparent;
}


.Information p {
	margin: 0.2em 0 0;
	font-size: 12px;
}


/**************** CONTENT >> MAIN  ****************/
h6 {
	margin: 2em auto 0;
/*
	border: 2px solid #29476E;
*/
	padding: 4px 14px;
	width: 542px;           /*  total 570px  */
	font-size: 14px;
	color: #000;
	background-color: #D9D9D9;
}


.Contents {
	margin: 1em auto 0;
	padding: 0 15px;
	width: 540px;
	font-size: 12px;
}


.Performer {
	margin: 1em auto 0;
	padding: 0 15px;
	width: 540px;
	font-size: 12px;
}


/**************** NO USE  ****************/
table.ContentsOLD {
	margin: 1em auto 0;
	width: 570px;           /*  total 570px  */
	border-collapse: collapse;
}

table.ContentsOLD th.Track {
	padding: 2px;
	width: 4em;
	border-right: 2px solid #fff;
	color: #fff;
	background-color: #999999;
}

table.ContentsOLD th.Title {
	padding: 2px 1.5em;
	text-align: left;
	color: #fff;
	background-color: #999999;
}

table.ContentsOLD td.Track {
	border-top: 2px solid #fff;
	border-right: 2px solid #D9D9D9;
	text-align: center;
	font-weight: bold;
	color: #29476E;
	background-color: #D9D9D9;
}

table.ContentsOLD td.Title {
	border-top: 2px solid #fff;
	padding: 2px 1.5em;
	color: #333;
	background-color: #D9D9D9;
}