@charset "utf-8";
#top h1{
	margin-top: 16px;
	width: 100%;
	text-align: center;
}
#pc_top{
	position: absolute;
	top: 30px;
	right: 6px;
	z-index: 10;
}
#pc_top2{
	position: absolute;
	top: 11px;
	left: 6px;
	z-index: 10;
}
#top_movie{
	padding-left: 3%;
	height: 42px;
	line-height: 42px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d7d8d7)) #deeed;
}
#top_movie a{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
}
#top_movie .icon{
	vertical-align: text-top;
}
#top_nav_1{
	display: table;
	width: 100%;
	height: 40px;
	border-top: 1px solid #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666));
 }
#top_nav_5{
	display: table;
	width: 100%;
	height: 40px;
	border-top: 2px solid #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ffffff));
 }
#top_nav_6{
	display: table;
	width: 100%;
	height: 40px;
	border-top: 0 solid #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
 }
#top_nav_7{
	display: table;
	width: 100%;
	height: 40px;
	border-top: 0 solid #cc9900;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9900), to(#ffffff));
 }
#top_nav_8{
	display: table;
	width: 100%;
	height: 40px;
	border-top: 0 solid #006600;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#ffffff));
 }
#top_nav_9{
	display: table;
	width: 100%;
	height: 20px;
	border-top: 0 solid #ff0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ffffff));
 }
#top_nav_1 ul{
	display: table-row;
}
#top_nav_1 ul li{
	display: table-cell;
	padding: 4px 0;
}

#top_nav_1 ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 0px #333;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#top_nav_1 ul li:first-child a{
	border-left: none;
}
#top_nav_1 ul li:last-child a{
	border-right: none;
}

#top_nav_2{
	display: table;
	margin-top: 1px;
	width: 100%;
	height: 36px;
	border-top: 1px solid #3fa8e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6fd1ef), to(#41a9e0));
 }
#top_nav_2 ul{
	display: table-row;
}
#top_nav_2 ul li{
	display: table-cell;
	padding: 4px 0;
	width: 33%;
}

#top_nav_2 ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 0px #333;
	line-height: 26px;
	border-right: 1px solid #2c72ce;
	border-left: 1px solid #91def3;
}
#top_nav_2 ul li:first-child a{
	border-left: none;
}
#top_nav_2 ul li:last-child a{
	border-right: none;
}
#news p{
	margin: 0 10px;
	padding: 2px 4px 2px 4px;
	/*height: 5em;
	overflow: auto;*/
}
#news p a{
	display: block;
	padding-top: 4px;
	font-size: 0.85em;
	line-height: 1.2;
	text-decoration: underline;
}
#top_photo{
	margin: 0 10px 10px 10px;
	border: 1px solid #7f807f;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d6d7d6));
	-moz-box-shadow: 1px 1px 1px #9e9e9e;
	-webkit-box-shadow: 1px 1px 1px #9e9e9e;
	box-shadow: 1px 1px 1px #9e9e9e;
}
#top_photo li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c9cac9;
}
#top_photo li a{
	display: block;
	padding: 4px 20px 4px 8px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	color: #000;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0px #fff;
	background: url(../common/img/icon_link_r.png) no-repeat 97% center;
}
#top_photo li a img{
	float: left;
	margin-right: 8px;
}
#top_photo li:first-child{
	border-top: none;
}
#top_photo li:last-child{
	border-bottom: none;
}
.top_list{
	margin: 6px 10px 10px 10px;
	border: 1px solid #7f807f;
	border-radius: 6px;
	background-color: #f1f2f1;
}
.top_list2{
	margin: 6px 10px 10px 10px;
	border: 2px solid #999999;
	border-radius: 6px;
	background-color: #ffffff;
}
.top_list3{
	margin: 5px 5px 5px 5px;
	border: 6px solid #99ccff;
	border-radius: 6px;
	background-color: #ffffff;
}
.top_list li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a4a5a4;
}
.top_list li a{
	display: block;
	padding: 4px 14px 4px 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #2c479b;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0px #fff;
	background: url(../common/img/icon_link_r.png) no-repeat 97% center;
}
.top_list li a span{
	font-size: 10px;
	color: #000;
}
.top_list li a img{
	margin-right: 8px;
}
.top_list li:first-child{
	border-top: none;
}
.top_list li:last-child{
	border-bottom: none;
}
