@charset 'utf-8';
/*----------------------------------------------------グローバルCSS*/
/*------------------------------------global*/
html {
	margin: 10px 0;
	padding: 0;
	overflow: scroll;
}
body {
	margin: 0;
	padding: 0;
	font: normal 15px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	background: #000000;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
img {
	border: none;
}
ol,ul,dl,dt,dd,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #ff0099;
}
a:hover {
	text-decoration: underline;
	color: #ff99cc;
}
object {
	outline: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
.inner {
	padding: 10px;
}
.winner {
	padding: 20px;
}
.img_center {
	text-align: center;
}
.img_left {
	float: left;
	margin: 5px;
}
.img_right {
	float: right;
	margin: 5px;
}
/*------------------------------------table*/
table {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	border: 1px solid #333333;
	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;
	overflow: auto;
}
#submit_box {
	padding: 10px 0;
}
/*------------------------------------head*/
/*------------------------------------menu*/
#menu {
	padding: 0 20px;
}
#menu li {
	width: 172px;
	height: 36px;
	float: left;
}
#menu li a {
	display: block;
	width: 172px;
	height: 36px;
}
#menu li a span {
	display: none;
}
#menu li#menu_main a {
	background: url(../img/menu_top_off.jpg) no-repeat;
}
#menu li#menu_main_on,
#menu li#menu_main a:hover {
	background: url(../img/menu_top_on.jpg) no-repeat;
}
#menu li#menu_cast a {
	background: url(../img/menu_cast_off.jpg) no-repeat;
}
#menu li#menu_cast_on,
#menu li#menu_cast a:hover {
	background: url(../img/menu_cast_on.jpg) no-repeat;
}
#menu li#menu_system a {
	background: url(../img/menu_system_off.jpg) no-repeat;
}
#menu li#menu_system_on,
#menu li#menu_system a:hover {
	background: url(../img/menu_system_on.jpg) no-repeat;
}
#menu li#menu_dialy a {
	background: url(../img/menu_dialy_off.jpg) no-repeat;
}
#menu li#menu_dialy_on,
#menu li#menu_dialy a:hover {
	background: url(../img/menu_dialy_on.jpg) no-repeat;
}
#menu li#menu_movie a {
	background: url(../img/menu_movie_off.jpg) no-repeat;
}
#menu li#menu_movie_on,
#menu li#menu_movie a:hover {
	background: url(../img/menu_movie_on.jpg) no-repeat;
}
/*------------------------------------body*/
h2 {
	width: 900px;
	height: 40px;
	margin-bottom: 5px;
}
.girl_box {
	padding: 10px;
}
.girl_box li {
	width: 176px;
	height: 280px;
	padding-top: 12px;
	float: left;
	text-align: center;
	background: url(../img/background_thumb.jpg) no-repeat;
}
.girl_box li h4 {
	margin-top: 2px;
}
.girl_box li span {
	font-size: 12px;
}
/*------------------------------------foot*/
#foot {
	margin: 5px 0;
	padding: 15px 0;
	text-align: center;
	color: #ffffff;
}
#foot h6 {
	padding: 5px 0;
	font: normal 10px Arial, sans-serif;
	color: #cccccc;
}
#foot h6 a {
	color: #cccccc;
}
/*------------------------------------foot_menu*/
#foot_menu ol {
	text-align: center;
	height: 20px;
	background: #333333 url(../img/background_footer.jpg) repeat-x top;
}
#foot_menu li {
	display: inline;
	margin: 0 20px;
	padding: 0 5px;
	line-height: 20px;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
	font: bold 10px Arial, sans-serif;
}
