@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;
	/*background-image:url("../images/freepaper/image_back01.jpg");
	background-position:right top;
	background-repeat:no-repeat;*/
}
#link_other {
	margin: 0 22px 0 0;
	width: 551px;
	text-align: right;
	float: right;
}
#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;
}
