@charset "utf-8";
/*--------------------------------------------------------グローバルcssファイル*/
/*---------------------------------------global*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../img/background.jpg) repeat;
	color: #ffffff;
	font: normal 10px Arial, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
ul,dl,ol,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a {
	color: #bbbbbb;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
.inner {
	padding: 10px;
}
.winner{
	padding: 20px;
}
#wrapper {
	width: 830px;
	margin: 0 auto;
	background: url(../img/wrap.jpg) repeat;
}
#wrap_foot {
	width: 830px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(../img/wrap.jpg) repeat;
}
object {
	outline: none;
}
.img_center {
	width: auto;
	text-align: center;
}
/*------------------------------------table*/
table {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	border: 1px solid #ffffff;
	text-align: center;
}
/*------------------------------------form*/
form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.long {
	width: 300px;
}
.middle {
	width: 150px;
}
.short {
	width: 60px;
}
textarea {
	width: 300px;
	height: 150px;
}

/*---------------------------------------head*/
#head {
	width: 830px;
	height: 180px;
	background: url(../img/background_header.jpg) no-repeat;
}
/*---------------------------------------left_content*/
#left_content {
	width: 160px;
	float: left;
	text-align: center;
	background: url(../img/background_menu.jpg) repeat;
}
#left_content p#logo_mark {
	width: 140px;
	height: 75px;
	margin: 0 auto;
	background: url(../img/background_menu_logo.jpg) no-repeat;
}
#left_content p#logo_mark span {
	visibility: hidden;
}
#left_content #left_foot {
	width: 160px;
	height: 30px;
	background: url(../img/background_menu_foot.jpg) repeat;
}
/*---------------------------------------menu*/
#menu {
	padding: 10px 0;
}
#menu ol li {
	width: 140px;
	height: 40px;
	margin: 0 auto;
}
#menu ol li a {
	display: block;
	width: 140px;
	height: 40px;
	text-decoration: none;
}
#menu ol li span {
	visibility: hidden;
}
#menu #menu_top {
	background: url(../img/menu_top.jpg) no-repeat bottom;
}
#menu #menu_top a:hover {
	background: url(../img/menu_top.jpg) no-repeat top;
}
#menu #menu_cast {
	background: url(../img/menu_cast.jpg) no-repeat bottom;
}
#menu #menu_cast a:hover {
	background: url(../img/menu_cast.jpg) no-repeat top;
}
#menu #menu_system {
	background: url(../img/menu_system.jpg) no-repeat bottom;
}
#menu #menu_system a:hover {
	background: url(../img/menu_system.jpg) no-repeat top;
}
#menu #menu_schedule {
	background: url(../img/menu_schedule.jpg) no-repeat bottom;
}
#menu #menu_schedule a:hover {
	background: url(../img/menu_schedule.jpg) no-repeat top;
}
#menu #menu_movie {
	background: url(../img/menu_movie.jpg) no-repeat bottom;
}
#menu #menu_movie a:hover {
	background: url(../img/menu_movie.jpg) no-repeat top;
}
#menu #menu_recruit {
	background: url(../img/menu_recruit.jpg) no-repeat bottom;
}
#menu #menu_recruit a:hover {
	background: url(../img/menu_recruit.jpg) no-repeat top;
}
#menu #menu_discount {
	background: url(../img/menu_discount.jpg) no-repeat bottom;
}
#menu #menu_discount a:hover {
	background: url(../img/menu_discount.jpg) no-repeat top;
}
#menu #menu_event {
	background: url(../img/menu_event.jpg) no-repeat bottom;
}
#menu #menu_event a:hover {
	background: url(../img/menu_event.jpg) no-repeat top;
}
#menu #menu_link {
	background: url(../img/menu_link.jpg) no-repeat bottom;
}
#menu #menu_link a:hover {
	background: url(../img/menu_link.jpg) no-repeat top;
}
#menu #menu_contact {
	background: url(../img/menu_contact.jpg) no-repeat bottom;
}
#menu #menu_contact a:hover {
	background: url(../img/menu_contact.jpg) no-repeat top;
}
#menu #menu_special {
	background: url(../img/menu_special.jpg) no-repeat bottom;
}
#menu #menu_special a:hover {
	background: url(../img/menu_special.jpg) no-repeat top;
}
#menu #menu_blog {
	background: url(../img/menu_blog.jpg) no-repeat bottom;
}
#menu #menu_blog a:hover {
	background: url(../img/menu_blog.jpg) no-repeat top;
}
#bana_box li {
	margin-bottom: 5px;
}
#bana_box li span {
	display: none;
}
#group_bana li span {
	display: block;
	font-size: 10px;
	text-align: center;
}
/*---------------------------------------body*/
#body {
	width: 650px;
	padding: 0 10px;
	float: left;
	text-align: left;
}
#body h2 {
	width: 415px;
	height: 30px;
}
#body #logout {
	float: right;
}
#body .girls_box ul {
	line-height: 0; 
}
#body .girls_box li {
	text-align: center;
	float: left;
}
#body .girls_box li p,
#body .girls_box li a {
	position: relative;
	display: block;
	width: 150px;
	height: 215px;
	background: url(../img/background_girl_box.jpg) no-repeat;
	text-decoration: none;
}
#body .girls_box li a:hover {
	background: url(../img/background_girl_box_on.jpg) no-repeat;
}
#body .girls_box li img {
	margin-top: 5px;
}
#body .girls_box li span {
	display: block;
	width: 140px;
	height: 30px;
	margin: -30px auto 0;
	font-size: 12px;
	line-height: 15px;
	background: #cccccc url(../img/background_girl_box_name.jpg) no-repeat center center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	color: #000000;
	text-align: right;
}
#body .girls_box li strong.new_mark {
	display: block;
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	z-index: 999;
	background: url(../img/newmark.png) no-repeat;
	color: #ffffff;
	font: bold 14px Arial, sans-serif;
	position: absolute;
	left: 5px;
	top: 5px;
}
#body .girls_box li strong.new_mark span {
	display: none;
}
/*---------------------------------------foot_menu*/
#foot_menu {
	padding: 10px 10px 0;
}
#foot_menu ol {
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #333333;
	text-align: center;
}
#foot_menu li {
	display: inline;
	margin: 5px 10px;
	padding: 0 2px;
}
/*---------------------------------------foot*/
#foot {
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px solid #2c2c16;
	color: #666633;
}
#foot h6 {
	font-weight: bold;
}