@charset "utf-8";

ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/* ブロック配置 ここまで */

/* Type Select start */
div#typeselect {
	width:700px;
	height:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-bottom: 2px;
}

#typeselect span, #typeselect li {
	display:inline;
}
/* Area Select end */

#contents {
	clear:left;
	margin: 10px 10px 20px;
}

#releaselist {
	width: 680px;
}

#releaselist li {
	clear:both;	
}

div.disc {
	width:100%;
	border-bottom:2px solid #006699;
	padding-bottom:5px;
	margin-left:10px;
	margin-bottom:10px;
}

/* disc画像より文字行数が少ないときでもfloatをclearする for New Browser */
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;
}