@charset "utf-8";
/* CSS Document */
/*Links Page*/
#linksArea  {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
.links_area_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.links_area_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.links_area_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
/*Links Content Area*/
#linksBox  {
	width: 900px;
	height: auto;
	margin: auto;
}
#linksBox h2  {
	font-size: 20px;
	color: #000;
	padding: 5px;
	text-align: left;
}
#linksBox a  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#linksBox a:hover {
	color: #990000;
}
#linksBox .siteLink  {
	width: 700px;
	height: auto;
	padding: 10px 5px;
	text-align: center;
	margin: auto;
}
#linksBox .siteLink img {
	border: 1px solid #333;
}
#linksBox .siteLink p {
	margin: 0px auto;
	padding: 5px;
	text-align: left;
}

