@charset "utf-8";

/*　ディスコグラフィー
------------------------------------------------------------ */

#header {
	background: url(../common/images/header_sub.jpg) no-repeat;
}

h2#img_sub {
	width: 720px;
	height: 30px;
	_height: 50px;
	padding-bottom: 20px;
	background: url(../common/images/disco_h2.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 698px;
	_width: 720px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: url(../common/images/box_02bg.gif) repeat;
	/*background: url(../common/images/box_01bg.gif) repeat;*/
}
.box_02 {
    width: 698px;
	_width: 720px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: url(../common/images/box_02bg.gif) repeat;
}
.box_01 .box_l,
.box_02 .box_l {
    width: 140px;
	float: left;
}
.box_01 .box_r,
.box_02 .box_r {
    width: 558px;
	float: right;
	position: relative;
}
.box_01 .box_r dt {
    font-size: 1.1em;
	font-weight: bold;
	color: #000033;
	/*color: #660000;*/
	margin-top: 30px;
}
.box_02 .box_r dt {
    font-size: 1.1em;
	font-weight: bold;
	color: #000033;
	margin-top: 30px;
}

.box_01 .box_r dt.mt5,
.box_02 .box_r dt.mt5 {
	margin-top: 5px;
}
.box_01 .box_r dt.mt20,
.box_02 .box_r dt.mt20 {
	margin-top: 20px;
}

.box_01 .box_l img,
.box_02 .box_l img {
    padding-bottom: 1px;
} 
.box_01 .box_l a:hover img,
.box_02 .box_l a:hover img {
    filter: alpha(opacity=80); 
	-moz-opacity:0.80;
	opacity:0.80;
}

.box_03 {
     width: 708px;
	_width: 720px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 50px;
	border: 1px solid #666;
	background-color: #DDD;
}
.box_03 p {
    border-left: 6px solid #211312;
	font-weight: bold;
	color: #211312;
	padding-left: 10px;
	font-size: 1.1em;	
}