@charset "utf-8";
@import url("reset.css");
@import url("base.css");
@import url("contents.css");

#media_list {
	width: 255px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: #ccc 1px solid;
	float: left;
}
#bb {
	margin: 0 auto 0 auto;
	width: 553px;
	background-image:url("../images/poster/bb_body.gif");
	background-position:left top;
	background-repeat:repeat-y;
}
#bb_top {
	font-size: 0;
	margin: 0;
	width: 553px;
	height: 4px;
	background-image:url("../images/poster/bb_top.gif");
	background-position:left top;
	background-repeat:no-repeat;
	float: left;
}
#bb_body {
	margin: 0;
	padding-top: 5px;
	width: 553px;
	background-image:url("../images/poster/bb_body.gif");
	background-position:left top;
	background-repeat:repeat-y;
	float: left;
}
#bb_bottom {
	font-size: 0;
	margin: 0;
	width: 553px;
	height: 4px;
	background-image:url("../images/poster/bb_bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
	float: left;
}
p.bb_text {
	color: #fff;
	line-height: 1.8em;
	padding: 3px 20px 15px 20px;
	text-align: left;
}
#bb_list {
	margin: 15px auto 0 auto;
	width: 520px;
}
#example {
	width: 300px;
	margin: 0;
	float: left;
}
#example ul {
	display: block;
	width: 300px;
	margin: 7px auto 0 auto;
	float: left;
}
#example li {
	margin: 10px auto 10px auto;
	float: left;
}
#example dt {
	margin-left: 5px;
	width: 12px;
	float: left;
}
#example dd {
	color: #fff;
	line-height: 1.4em;
	font-size: 1.0em;
	/*font-weight: bold;*/
	width: 270px;
	margin-left: 3px;
	text-align: left;
	float: left;
}
#link_other {
	margin: 36px auto 0 auto;
	padding-bottom: 7px;
	width: 530px;
	text-align: right;
	float: left;
}
#link_other a {
	padding-left: 19px;
	background-image:url("../images/arrow.gif");
	background-position:left middle;
	background-repeat:no-repeat;
	text-align: right;
}
#link_other a:link {
	color:#fff;
}
#link_other a:visited {
	color:#fff;
}
#link_other a:active {
	color:#fff;
}
#link_other a:hover {
	color:#33ff99;
	text-decoration:underline;
}
#link_other a {
	text-decoration:underline;
}
#poster_image01 {
	float: right;
}
#poster_image02 {
	margin-top: 20px;
	float: left;
}
