/* CSS Document */
*{
margin:0;
padding:0;
}
html{
    height:100%;
	width:100%;
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
body {
	background-image: url(img/dream_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	color:#CCCCCC;
	font-size:12px;
    height:100%;
}

#box{
	background: url(img/ayako.png) no-repeat scroll right bottom;
	height: 100%;
	width: 100%;
	min-width:500px;
	margin: 0;
}
* html #box{
behavior: url(iepngfix.htc);
}


#box #title {
	height: 111px;
	width: 350px;
	left: 10%;
	top: 30px;
	background: url(img/title.png) no-repeat 0 0;
	position: relative;
}
#box #title h1{
	visibility: hidden;
	font-size: 1px;
	line-height:111px;
}
* html #box #title {
behavior: expression(IEPNGFIX.fix(this));
}
#box #contents{
	width: 70%;
	margin: 30px 0 0 12%;
	min-width: 500px;
}

#contents .pan {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.pan span {
	font-size: 8px;
}

#contents .pan a:link,
#contents .pan a:visited,
#contents .pan a:hover{
	color:#999966;
}


.cd {
	margin: 0 10px 0 0;
	float: left;
}
.cd_copy {
	display:block;
	width: 180px;
	margin: 25px 0 0 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color:#FFFFFF;
}
.cd_copy .copy{
	display:block;
	width: 170px;
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 0 10px;
	color:#CCCCCC;
}
.cd_copy .price{
	display: block;
	width:175px;
	color:#FF95CA;
	margin-top:10px;
}
.cd_copy .buy{
	display: block;
	width:175px;

	margin-top:10px;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
}

.cd_copy .buy a:link,.cd_copy .buy a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.cd_copy .buy a:hover{
	color:#FF99FF;
	font-weight:bold;
	text-decoration:none;
}

#contents h3{
	margin: 25px 0 10px 0;
	font-size: 16px;
	color: #CCCC66;
}

#contents p.text{
	margin: 10px 30px 0 30px;
	line-height:135%;
}
#contents dl{
	clear: both;
	padding-top: 20px;
}

#contents h2.menu{
	font-size: 16px;
	line-height: 18px;
	color: #009966;
	font-weight: bold;
	border-left: 15px ridge #009966;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contents .menu span{
	font-size: 12px;
}

#contents h2.menu a:link,
#contents h2.menu a:visited{
	text-decoration: none;
	color: #009966;
}
#contents h2.menu a:hover{
	color:#009900;
}

#contents dd {
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 130%;
}

#contents dd.member{
	line-height: 20px;
	padding-right:30px;
	padding-top: 20px;
}

#contents h2.dt,
#contents h2{
	font-size: 16px;
	line-height: 18px;
	color:#00CC00;
	font-weight: bold;
	border-left: 15px ridge #009900;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	clear:both;
}

#contents .dt span{
	font-size: 12px;
	color:#FFF;
	font-weight: normal;
	padding-left: 15px;
}
#contents dt.kaisetsu {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC00;
	margin-left: 20px;
	margin-top: 20px;
}



#contents ol.song{
	margin: 10px 0 10px 25px;
}

ol.song li{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
ol.song li span {
	font-size: 11px;
	color: #999999;
	padding-left: 10px;
}

.listen{
	margin: 10px 0 20px 0;
}

ol.note{
	margin: 10px 0 0 50px;
}



#box #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin: 50px 0 15px 0; 
}
#box #footer a:link,
#box #footer a:visited,
#box #footer a:hover{
	text-decoration: none;
	color: #999999;
}

.photo {
	float:left;
	width:200px;
	margin-right: 20px;
}
.photo2 {
	float:right;
	width:200px;
	margin-left: 20px;
}
.img {
	float:left;
	margin-right: 10px;
}
.img2 {
	float:right;
	margin-left: 10px;
}
.img3 {
	text-align: center;
}
