@charset 'utf-8';
/*----------------------------------------------------ページ用CSS*/
/*------------------------------------index*/
#index #flash {
	width: 700px;
	height: 400px;
	margin: 100px auto 0;
}
#index h2 {
	width: 700px;
	height: 20px;
	margin: 5px auto;
	padding: 0;
	font-size:15px;
	line-height: 20px;
	text-align: center;
}
#index_text {
	margin: 5px 100px;
}
#index_text p {
	font-size: 12px;
}
#index #entrance {
	width: 800px;
	height: 30px;
	padding-top: 100px;
	background: url(../img/mobile.jpg) no-repeat center;
}
#index #entrance ul {
	float: right;
}
#index #entrance li {
	margin: 0 5px;
	display: inline;
	text-align: right;
}
#index_link {
	text-align: center;
}
#index_link li {
	display: inline;
}
#index_caution {
	margin: 5px 100px;
}
#index_caution p {
	text-align: center;
	font-size: 10px;
}
/*------------------------------------main*/
#main h2 {
	display: none;
}
#main_left {
	width: 180px;
	float: left;
}
#main_ranking,
#main_osusume {
	width: 170px;
}
#main_ranking h3 {
	width: 170px;
	height: 50px;
	background: url(../img/title_ranking.jpg) no-repeat;
}
#main_ranking li {
	width: 170px;
	height: 40px;
	margin: 2px 0;
	text-align: right;
}
#main_ranking li h4 {
	font-size: 9px;
	line-height: 20px;
	padding-right: 5px;
}
#main_ranking li h4 a {
	color: #ffffff;
}
#main_ranking li h4 strong {
	font-size: 12px;
}
#main_ranking li#rank_1 {
	background: url(../img/background_ranking_1.jpg) no-repeat;
}
#main_ranking li#rank_2 {
	background: url(../img/background_ranking_2.jpg) no-repeat;
}
#main_ranking li#rank_3 {
	background: url(../img/background_ranking_3.jpg) no-repeat;
}
#main_ranking li#rank_4 {
	background: url(../img/background_ranking_4.jpg) no-repeat;
}
#main_ranking li#rank_5 {
	background: url(../img/background_ranking_5.jpg) no-repeat;
}
#main_osusume h3 {
	width: 170px;
	height: 50px;
	background: url(../img/title_osusume.jpg) no-repeat;
}
#main_bana li {
	margin: 5px 0;
}
#main_right {
	width: 600px;
	float: left;
}
#main_news {
	width: 280px;
	height: 510px;
	background: #000000 url(../img/background_news.jpg) no-repeat right bottom;
	float: left;
}
#main_news h3 {
	width: 280px;
	height: 30px;
	background: url(../img/title_news.jpg) no-repeat;
}
#main_news .inner {
	height: 460px;
	overflow: auto;
}
#main_news dt {
	font: bold 14px Arial, sans-serif;
	color: #ffcc00;
}
#main_news dt span {
	display: block;
	font: normal 9px Arial, sans-serif;
	color: #ff3300;
}
#main_news dd {
	text-align: justify;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}
#main_pickup {
	width: 320px;
	height: 510px;
	float: left;
}
#main_pickup h3 {
	width: 320px;
	height: 30px;
	margin-bottom: 5px;
	background: url(../img/title_pickup.jpg) no-repeat;
}
#main_newface {
	width: 600px;
}
#main_newface h3 {
	width: 600px;
	height: 30px;
	background: url(../img/title_newface.jpg) no-repeat;
}
/*------------------------------------cast*/
#cast h2 {
	background: url(../img/title_cast.jpg) no-repeat;
}
/*------------------------------------detail*/
#detail h2 {
	background: url(../img/title_detail.jpg) no-repeat;
}
/*------------------------------------system*/
#system h2 {
	background: url(../img/title_system.jpg) no-repeat;
}
#system_price {
	width: 780px;
	height: 300px;
	background: url(../img/price.jpg) no-repeat center center;
}
#system_price h3,
#system_price table {
	display: none;
}
#system_caution {
	width: 600px;
	margin-left: 90px;
	padding: 10px 0;
}
#system_caution li {
	margin: 5px 0;
}
/*------------------------------------movie*/
#movie h2 {
	background: url(../img/title_movie.jpg) no-repeat;
}
#movie li {
	width: 385px;
	height: 130px;
	text-align: justify;
	text-justify: distribute-all-lines;
	background: url(../img/background_movie.jpg) no-repeat right bottom;
	float: left;
}
#movie li h4 {
	font-size: 10px;
}
#movie li h4 strong {
	font: bold 15px Arial, sans-serif;
}
#movie li span {
	font-size: 12px;
	line-height: 13px;
}
/*------------------------------------link*/
#link h2 {
	background: url(../img/title_link.jpg) no-repeat;
}
#link h3 {
	padding: 5px;
	border-left: 4px solid #ff0000;
	background: #333333;
}
#link_bana ul,
#link_bana dl {
	margin: 10px 30px;
}
#link_bana dt {
	margin-top: 10px;
}
/*------------------------------------mailmagazine*/
#mailmagazine h2 {
	background: url(../img/title_magazine.jpg) no-repeat;
}
#mailmagazine fieldset {
	width: 400px;
	margin-left: 190px;
}
/*------------------------------------sitemap*/
#sitemap h2 {
	background: url(../img/title_sitemap.jpg) no-repeat;
}
#sitemap dl {
	margin: 0 50px;
}
#sitemap dt {
	padding: 10px 0 5px;
}
#sitemap dd {
	padding-bottom: 10px;
	font-size: 12px;
}