@charset "utf-8";
@import url("reset.css");
@import url("base.css");
@import url("contents.css");

#tvcm_image {
	width: 400px;
	margin: 35px auto 20px auto;
}
#link_other {
	margin: 10px 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;
}
