@charset "utf-8";

/* CSS Document */

#flContents {
	width: 740px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	margin-bottom: 10px;
}

#contents  #infoWrapper {
	float: left;
	width: 400px;
}
#infoWrapper #netRadio {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 65px;
	background-image: url(../images/aniyuki_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 160px;
}
#infoWrapper  #netRadio a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
}
#infoWrapper #netRadio a:hover {
	color: #333333;
}


#contents #title {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bg_welcome.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}


#contents  #subWrapper {
	float: right;
	width: 320px;
}
#contents h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFCC33;
	font-weight: normal;
	line-height: 21px;
	height: 21px;
	padding-left: 15px;
}
#infoWrapper #infoBox {
	height: 700px;
	width: 398px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	overflow: auto;
}
#subWrapper #movie {
	height: 200px;
	width: 320px;
}
#subWrapper .banner {
	width: 320px;
	margin-bottom: 5px;
}
#subWrapper table {
	width: 320px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#subWrapper th {
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#subWrapper td {
	font-size: 70%;
	color: #333333;
	padding: 5px;
	line-height: 1.5em;
}

