@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;
}
#example {
	width: 551px;
	margin: 0;
	float: left;
}
#example ul {
	display: block;
	width: 551px;
	margin: 7px auto 0 auto;
}
#example li {
	margin: 10px auto 10px auto;
	float: left;
}
#example dt {
	width: 12px;
	float: left;
}
#example dd {
	line-height: 1.4em;
	font-size: 1.0em;
	/*font-weight: bold;*/
	width: 536px;
	margin-left: 3px;
	text-align: left;
	float: left;
}
#link_other {
	margin: 0 auto 0 auto;
	width: 570px;
	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:#000;
}
#link_other a:visited {
	color:#000;
}
#link_other a:active {
	color:#000;
}
#link_other a:hover {
	color:#333399;
	text-decoration:underline;
}
#link_other a {
	text-decoration:underline;
}