@charset "shift_jis";
/* CSS Document */

body, ul, li, p {
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	background-image: url(/img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-shadow-color:#FF0000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
	position: relative;
}
span,
font {
	font-family: inherit !important;
}
.x-small {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.x-medium {
	font-size: 16px;
}
.medium {
	font-size: 18px;
}
.x-large {
	font-size: 24px;
}
.bold {
	font-weight: bold;
}
.yellow {
	color: #FF0;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.purple {
	color: #FF00FF;
}
.lime {
	color:#0F0
}
a img {
	border: 0;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.button {
	border: 1px #292929 solid;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 100px;
	text-shadow: 1px 2px 3px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#45494d), to(#000));
	background: -moz-linear-gradient(top, #45494d, #000);
	border-radius: 10px;
	text-align: center;
	display: block;
	height: 100px;
	width: 95%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	cursor: pointer;
	clear: both;
}

/* header */

#header2 {
	height: 130px;
	background-image: url(../img/header.png?date=240414);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 130px;
	background-image: url(../img/header.png?date=240414);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	width: 450px;
	height: 120px;
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}
#header h1 {
	font-size: 12px;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	margin-top: 0;
}
#header2 h1 {
	font-size: 12px;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	margin-top: 0;
}
#header span {
	display: none;
}
#header2 span {
	display: none;
}
#header_tel {
	position: absolute;
	right: 9px;
	top: 53px;
	display: block;
	height: 0;
	width: 334px;
	padding-top: 70px;
	overflow: hidden;
}
#wrapper {
	background-image: url(/img/bg.jpg);
	background-position: center top;
}
#container {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#contents {
	width: 778px;
	float: right;
	margin-bottom: 10px;
}
#main {
	width: 620px;
	float: left;
	margin-right: 3px;
}
#footer {
	background-image: url(/img/bg_top.jpg);
	width:100%;
	clear:both;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 16px;
}
#copyright {
	font-weight: bold;
	color: #999;
	padding: 10px;
}
.box {
	margin-bottom: 10px;
}
.c_both {
	clear: both;
	*font-size: 1%;
	*line-height: 1%;
	*height: 1%;
	*width: 1%;
}
.x-small {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
.yellow {
	color: #FF0;
}
.dark_yellow {
	color: #B57303;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.purple {
	color: #FF00FF;
}
.lime {
	color: #0F0;
}

/* top_menu */

#top_menu {
	width: 924px;
	height: 29px;
	margin-bottom: 5px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#top_menu ul {
	width: 930px;
	height: 30px;
	display: block;
	padding-left: 2px;
}
#top_menu ul li {
	width: 132px;
	list-style-type: none;
	float: left;
	display: block;
}
#top_menu a {
	background-image: url(../img/menu_top_sprite.jpg?date=250107);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
}
#top_menu span {
	display: none;
}
#top:hover {
	background-position: 0 -30px;
}
#map {
	background-position: -132px 0;
}
#map:hover {
	background-position: -132px -30px;
}
#m_maga {
	background-position: -264px 0;
}
#m_maga:hover {
	background-position: -264px -30px;
}
#request {
	background-position: -396px 0;
}
#request:hover {
	background-position: -396px -30px;
}
#enquete {
	background-position: -528px 0;
}
#enquete:hover {
	background-position: -528px -30px;
}
#recruit {
	background-position: -660px 0;
}
#recruit:hover {
	background-position: -660px -30px;
}
#link {
	background-position: -792px 0;
}
#link:hover {
	background-position: -792px -30px;
}


/* left */

#left {
	width:146px;
	float:right;
	margin-bottom: 10px;
}
#left_menu {
	margin-bottom: 3px;
	display: block;
}
#left_menu li {
	list-style-type: none;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 140px;
}
#left_menu span {
	display: none;
}
#left_menu a {
	background-image: url(../img/menu_left_sprite.jpg?v=250628);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
}
#zaiseki:hover {
	background-position: 0 -70px;
}
#sche {
	background-position: -140px 0;
}
#sche:hover {
	background-position: -140px -70px;
}
#concept {
	background-position: -280px 0;
}
#concept:hover {
	background-position: -280px -70px;
}
#system {
	background-position: -420px 0;
}
#system:hover {
	background-position: -420px -70px;
}
#riyou {
	background-position: -560px 0;
}
#riyou:hover {
	background-position: -560px -70px;
}
#faq {
	background-position: -700px 0;
}
#faq:hover {
	background-position: -700px -70px;
}
#event {
	background-image: url(../img/menu_left-event.gif?date=211031) !important;
	background-position: 0 0;
	/* background-position: -840px 0; */
}
#event:hover {
	background-image: url(../img/menu_left-event_over.gif?date=211031) !important;
	background-position: 0 0;
	/* background-position: -840px -70px; */
}
a.mail_qr_link {
	display: grid;
	place-items: center;
	width: 140px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background: linear-gradient(white, #e8e8e8);
	border-radius: 5px;
	letter-spacing: 1px;
}
#left_blog {
	margin-left: 3px;
	font-size: 10px;
	padding-bottom: 5px;
}

/* history */

#history {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 140px;
}
.history {
	background-image: url(../img/bg_history.jpg);
	display: block;
	height: 66px;
	width: 136px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 1px;
}
.history_pic {
	border: 1px solid #313131;
	float: left;
	margin-right: 7px;
}
.history_right {
	float: left;
	width: 85px;
}
.history_right div {
	overflow: hidden;
}
.history_title {
	height: 17px;
	padding-top: 12px;
}
.history_com {
	height: 32px;
	padding-top: 5px;
	line-height: 1.4;
}


/* right & newface */

#right {
	width:155px;
	float:left;
	text-align: center;
}
.newface {
	padding-top: 5px;
	background-image: url(../img/girls/newface_bac.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 153px;
	display: block;
}
.newface:hover, .newface:active {
	color: #FF0;
	text-decoration: none;
}
.newface_date {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	height: 18px;
}
.newface_photo {
	margin-bottom: 3px;
	width: 120px;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.newface_name {
	line-height: 1.2;
}
