@charset "utf-8";

a:link {
	color: #03c;
	text-decoration:none;
}

a:visited {
	color: #609;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

a:active{
text-decoration: underline;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* ブロック配置 ここまで */

ul, ol, li {
	list-style:none;
}

#contents {
	clear:left;
	margin: 20px 0px 20px 40px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

#releaselist {
	width: 650px;
}

p.disctype {
	font-size:18px;
	font-weight:bold;
	text-indent:10px;
	margin-bottom:10px;
	padding:4px;
	background-color:#99CC00;
}

#releaselist li {
	clear:both;	
}

div.disc {
	border-bottom:2px solid #006699;
	padding-bottom:5px;
	margin-left:20px;
	margin-bottom:10px;
}

div.disc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.discimg {
	width:110px;
	float:left;
}

div.discbody {
	margin-left:120px;
	margin-right:1em;
}

p.disctitle {
	font-weight:bold;
}

p.artist {
	margin-bottom:0.5em;
}

p.comment {
	padding-top:3px;
	margin-top:3px;
	border-top:dashed 1px #006600;
}
