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

#list a:link {
	color:#000;
}
#list a:visited {
	color:#000;
}
#list a:active {
	color:#000;
}
#list_left a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#list_right a:hover {
	color:#0000ff;
	text-decoration:underline;
}
#list a {
	text-decoration:underline;
}
#list {
	width: 551px;
	margin: 0 auto 0 auto;
}
#list_left {
	width: 255px;
	margin: 15px 0 0 0;
	float: left;
}
#list_right {
	width: 255px;
	margin: 15px 0 0 20px;
	float: left;
}
#title_left {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}
#title_right {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
}
#list span {
	margin: 0 3px 0 3px;
}
#medias {
	width: 553px;
	margin: 0 auto 0 auto;
}
#location_title {
	font-size: 1.2em;
	color: #CC0000;
	width: 553px;
	margin: 25px auto 0 auto;
	background-image:url("../images/medias/title_back01.gif");
	background-repeat:repeat-y;
	text-align: left;
	float: left;
}
#location {
	width: 551px;
	margin: 0 auto 15px auto;
	border-left: #CC0000 1px solid;
	border-right: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid;
	text-align: center;
	float: left;
}
#catalog_title {
	font-size: 1.2em;
	color: #333399;
	width: 553px;
	margin: 30px auto 0 auto;
	background-image:url("../images/medias/title_back02.gif");
	background-repeat:repeat-y;
	text-align: left;
	float: left;
}
#catalog {
	width: 551px;
	margin: 0 auto 15px auto;
	border-left: #333399 1px solid;
	border-right: #333399 1px solid;
	border-bottom: #333399 1px solid;
	text-align: center;
	float: left;
}
#title01 {
	font-weight: bold;
	margin-left: 15px;
	padding: 0 10px 0 10px;
	background: #fff;
}
.media_title {
	font-weight: bold;
}
#media_list {
	width: 498px;
	margin: 10px auto 10px auto;
	text-align: left;
}
.media_text {
	margin-left: 15px;
}
table {
	width: 486px;
	margin: 10px auto 10px 15px;
}
td {
	border: #333 1px solid;
	padding: 3px 7px 3px 7px;
}
td.location {
	vertical-align: middle;
	width: 100px;
	background: #FFCC99;
}
td.catalog {
	vertical-align: middle;
	width: 100px;
	background: #DAF3F6;
}
td#school {
	padding: 0;
	border: 0;
}
td#fc1 {
	border-top: 0;
	border-bottom: 0;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}
td#fc2 {
	border-top: #333 1px dotted;
	border-bottom: 0;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}
#link_other {
	margin: 0 auto 0 auto;
	width: 551px;
	text-align: 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;
}

#link_pagetop {
	margin: 0 auto 0 auto;
	width: 500px;
	margin-right: 20px;
	text-align: right;
}
#link_pagetop a {
	padding-left: 19px;
	background-image:url("../images/pagetop.gif");
	background-position:left middle;
	background-repeat:no-repeat;
	text-align: right;
}
#link_pagetop a:link {
	color:#000;
}
#link_pagetop a:visited {
	color:#000;
}
#link_pagetop a:active {
	color:#000;
}
#link_pagetop a:hover {
	color:#333399;
	text-decoration:underline;
}
#link_pagetop a {
	text-decoration:underline;
}
