@charset "utf-8";
body{
    border:none;
    margin:0;
    padding:30px;
    background: #444;
    font:normal 16px/20px Lekton, sans-serif;
}
.menu3 {
	width:100%;
}
.menubase {
	display:block;float:left;
}
.w15per {
	width:15%;
}
.w8per {
	width:8%;
}
.w9per {
	width:9%;
}
.w12per {
	width:12%;
}
.w13per {
	width:13.28%;
}
.w14per {
	width:14.51%;
}
.w25per {
	width:25%;
}
#rssmark {
	width:3%;
}
#rssmark h2 {
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: 700;
	padding: 0px;
}
#rssmark img {
    width: 80%;
    height:auto;
}
#rssmark img:hover {
    width: 100%;
    height:auto;
}
table#cast {
	text-align:center;
}
table#cast tr td {
	padding:5px;
	//border: 20px solid #ff69b4;
	border: 20px solid #F4A7B3;
}
table#toprighttable{
	width:80%;
	margin:0 auto;
}
table#toprighttable tr td{
	font-size:x-large;
	vertical-align:top;
}
#menu2 ul {
  list-style-type: none;
}
#newstable {
	color:white;
	font-size:small;
	width:100%;
	height:100%;
	//background-color: rgba(0, 0, 0, 0.6);
}
table#newstable tr th{
	width:10%;
	padding:0 10px 0 5px;
	text-align:right;
}
/*
#menu2 ul li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/
#menu2 {
	margin-top:-30px;
	list-style-type: none;
	width:100%;
	padding: 0;
}
#menu2 li {
  position: relative;
  width: 20%;
  float: left;
  display:inline;//ie6対策
  margin: 0;
  padding: 0;
  text-align: center;
}
/*
ul#menu2 li ul {
	width:100%;
}
*/
#menu2 li a {
	display: block;
	margin: 2px 2px;
	padding: 0;
	width:200px;
	height:200px;
	border-radius:50%;
	border: 5px solid pink;
	background: white;
	color:#666666;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
#menu2 li img {
	width:100%;
	height:auto;
}
#menu2 li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu2 li p {
 font-size:25px;
  display: block;
	text-shadow: rgba(5, 0, 0, .2) 3px 3px 3px;
	/*text stroke*/
	-webkit-text-stroke: 4px rgba(0, 0, 0, .6);
}
a img#topapplybtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	opacity: 0.8;
}
#footerArea3 {
	//width:80%;
	position:fixed;
	bottom:0;
	right:5%;
}
#footerArea3 ul li {
	//float:left;
	float:right;
}
