@charset 'utf-8';
/*----------------------------------------------------グローバルCSS*/
/*------------------------------------global*/
html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}
body {
	margin: 0;
	padding: 0;
	font: normal 15px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	background: #ff0000 url(../img/background.jpg) repeat-y center;
}
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: #ff3300;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
span {
	text-align: justify;
	text-justify: distribute-all-lines;
}
object {
	outline: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
.inner {
	padding: 10px;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.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*/
#head {
	width: 800px;
	margin: 0 auto;
}
h1 {
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: -200px;
}
/*------------------------------------menu*/
#menu ol {
	margin-left: 3px;
}
#menu li {
	width: 130px;
	height: 40px;
	margin: 1px;
	float: left;
}
#menu li a {
	display: block;
	width: 130px;
	height: 40px;
	text-decoration: none;
}
#menu li a span {
	visibility: hidden;
}
#menu_top {
	background: url(../img/menu_top_off.jpg) no-repeat;
}
#menu_top a:hover {
	background: url(../img/menu_top_on.jpg) no-repeat;
}
#menu_cast {
	background: url(../img/menu_cast_off.jpg) no-repeat;
}
#menu_cast a:hover {
	background: url(../img/menu_cast_on.jpg) no-repeat;
}
#menu_system {
	background: url(../img/menu_system_off.jpg) no-repeat;
}
#menu_system a:hover {
	background: url(../img/menu_system_on.jpg) no-repeat;
}
#menu_movie {
	background: url(../img/menu_movie_off.jpg) no-repeat;
}
#menu_movie a:hover {
	background: url(../img/menu_movie_on.jpg) no-repeat;
}
#menu_link {
	background: url(../img/menu_link_off.jpg) no-repeat;
}
#menu_link a:hover {
	background: url(../img/menu_link_on.jpg) no-repeat;
}
#menu_mailmagazine {
	background: url(../img/menu_magazine_off.jpg) no-repeat;
}
#menu_mailmagazine a:hover {
	background: url(../img/menu_magazine_on.jpg) no-repeat;
}
/*------------------------------------body*/
#body {
	width: 780px;
	margin: 10px auto;
	text-align: left;
}
h2 {
	width: 780px;
	height: 40px;
	margin-bottom: 5px;
}
.girl_box {
	padding: 10px 0;
}
.girl_box li {
	width: 195px;
	height: 300px;
	float: left;
	text-align: center;
	background: url(../img/background_thumb.jpg) no-repeat center;
}
.girl_box li img {
	margin-top: 12px;
}
.girl_box li h4 {
	margin-top: 2px;
}
.girl_box li span {
	font-size: 12px;
}
/*------------------------------------foot*/
#foot {
	width: 790px;
	margin: 5px auto;
	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;
}
