@charset "utf-8";
/*--------------------------------------------------------------------------------	General styles	*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	color : #333333;
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
	color : #009FE6;
}
a:visited {
	color : #00984B;
}
a:active {
	color : #FFFFFF;
	background-color : #00984B;
}
a:hover {
	color : #FFFFFF;
	background-color : #009FE6;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--------------------------------------------------------------------------------	Gradient txt	*/
h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	width: 800px;
	text-align: center;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	height: 30px;
	letter-spacing: 0.2em;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
}
/*--------------------------------------------------------------------------------	Classes			*/
.bold {
	font-weight: bold;
	font-size: 1.5em;
}
.link {
	font-size: 0.75em;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
	width: 800px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
	color: #999999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear {
	clear: both;
}
/*--------------------------------------------------------------------------------	Popup styles	*/
.popup02 a {
	position:relative;
	display: block;
	font-weight: bold;
}
.popup02 a span {
	position:absolute;
	top:-100px;
	left:-25px;
	width:202px;
	height:99px;
	visibility:hidden;
	background:url(images/popup-trans.png) no-repeat;
	color:#666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 2em;
}
.popup02 a span strong {
	font-size: 0.5em;
	color: #CCCCCC;
}
.popup02 a:hover {
	visibility:visible
}
.popup02 a:hover span {
	visibility:visible;
}
/*--------------------------------------------------------------------------------	Container styles*/
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/header_15.jpg);
	background-repeat: repeat-y;
}
/*--------------------------------------------------------------------------------	Header styles	*/
#header {
	width: 860px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 247px;
}

/*--------------------------------------------------------------------------------	Contents styles	*/
#contents {
	text-align: center;
	width: 860px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-image: url(images/header_15.jpg);
	background-repeat: repeat-y;
}
/*--------------------------------------------------------------------------------	Footer styles	*/
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	background-image: url(images/header_16.jpg);
	height: 35px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#sub_footer {
	text-align: center;
	float: left;
	width: 860px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_15.jpg);
}
/*--------------------------------------------------------------------------------	Main styles		*/
#main {
	height: 450px;
	width: 770px;
	background-image: url(images/bg.jpg);
	text-align: left;
	padding-top: 83px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
	margin: 0px;
	background-position: right;
	background-repeat: no-repeat;
}
#main iframe {
/*	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
*/	padding: 0px;
	margin: 0px;
}
/*--------------------------------------------------------------------------------	BBS styles		*/
#bbs {
	font-size: 1em;
	text-align: center;
}
#bbs table {
	font-size: 1em;
}
#bbs textarea {
	height: 100px;
	width: 400px;
}
/*--------------------------------------------------------------------------------	Schedule styles	*/
.atend .day {
	background-color: #009FE6;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	width: 65px;
}
.atend .data {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	width: 65px;
}
.atend .pict {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 0.9em;
	color: #00984B;
}
.atend {
	background-color: #00984B;
}
#left_space {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 30px;
}
/*--------------------------------------------------------------------------------	Blog styles		*/
#blog_title {
	background-color: #009846;
	color: #FFFFFF;
	font-weight: bold;
}
#blog_contents {
	margin: 10px;
	text-align: left;
	font-size: .9em;
}
#blog_contents img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#blog_misc {
	color: #999999;
	text-align: right;
	font-size: 0.8em;
}
/*--------------------------------------------------------------------------------	Blog styles		*/
#girlsblog_title {
	color: #00C1F7;
	font-weight: bold;
	background-image: url(images/t03.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: center;
}
#girlsblog {
	background-attachment: fixed;
	background-image: url(images/blog_bg.jpg);
	background-repeat: repeat-x;
}

#girlsblog_title img {
}

#girlsblog_container  {
	text-align: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#girlsblog_contents {
	margin: 10px;
	text-align: left;
	font-size: .9em;
}

#girlsblog_misc {
	color: #999999;
	text-align: right;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#girlsblog_contents img{
	margin: 10px;
	padding: 0px;
	float: right;
}

/*--------------------------------------------------------------------------------	Girls styles	*/
#girls {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#girls_s {
	float: left;
	width: 147px;
	height: 220px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(images/girls_base-trans.png);
	padding-top: 32px;
	padding-right: 17px;
	padding-bottom: 28px;
	padding-left: 16px;
	display: inline;
	background-repeat: repeat;
}
*html #girls_s {
	padding-top: 45px;
	padding-bottom: 15px;
}
*:first-child+html #girls_s {
	padding-top: 45px;
	padding-bottom: 15px;
}
#girls_set {
	width: 620px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#girls_img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#girls_name {
	color: #666666;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.2em;
	float: right;
	width: 300px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#girls_status {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
	color: #666666;
	border-top-style: double;
	border-top-color: #009FE6;
	border-top-width: thin;
}
#girls_catch {
	background-color: #00984B;
	color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.5em;
	line-height: 2em;
}
#girls_com {
	font-weight: bold;
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 2em;
	font-size: 1.2em;
	color: #666666;
}
/*--------------------------------------------------------------------------------	Recruit styles		*/
#recruit {
	float: left;
	width: 800px;
	text-align: right;
	padding: 0px;
	background-image: url(images/t00.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#recruit h2 {
	color: #00984B;
	font-size: 2em;
	float: right;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#recruit h3 {
	font-size: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 600px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#recruit h4 {
	background-image: url(images/postit-trans.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
	text-align: right;
	letter-spacing: 0.2em;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 1.2em;
	color: #FFFFFF;
	float: left;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#recruit p {
	width: 600px;
	text-align: justify;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00984B;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	margin: 0px;
}
#rec_com {
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #009FE6;
	text-align: left;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	float: right;
	width: 720px;
}

/*--------------------------------------------------------------------------------	Gallery styles		*/
#gallery {
	float: left;
	width: 800px;
	text-align: right;
	padding: 0px;
	background-image: url(images/t00.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
/*--------------------------------------------------------------------------------	Greet styles		*/
#greet {
	width: 800px;
	float: left;
	padding-top: 50px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#greet_right {
	width: 470px;
	float: left;
	text-align: justify;
	line-height: 1.8em;
	font-size: .9em;
}
#greet_right img {
	float: right;
}
#greet_center {
	float: left;
	width: 680px;
	margin-top: 30px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: .8em;
	line-height: 1.8em;
}
#greet_left {
	width: 160px;
	float: left;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#blank {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
#system {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
#system table {
	padding: 0px;
	background-image: url(images/t00.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.t_title {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}
#t_wrap {
	margin: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.t01 {
	background-image: url(images/t01-trans.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-indent: 1em;
}
.t02 {
	background-image: url(images/t02-trans.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}
.t03 {
	background-image: url(images/t03.gif);
	background-position: center center;
	background-repeat: repeat-x;
}
#flashcontent {
}
#flashcontent h1 {
	width: 100%;
}
#mailmag {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mailmag #mailmag_form {
	float: left;
	width: 400px;
	padding: 20px;
	margin: 20px;
	border: 1px solid #53BEEE;
}
#mailmag_qr {
	float: left;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}

