/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {   
    overflow-y:scroll;   
}
body {
	text-align: center;
	line-height: 16px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	font-size: 11px;
}
.clear {
	clear: both;
	float: none;
}

a {
	color: #BF1343;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #BF1343;
	text-decoration: underline;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
* html #bg_wrapper {
	behavior: expression(IEPNGFIX.fix(this));}
#bg_wrapper {
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-y;
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper {
	padding: 0px 15px;
}
/*--------------------------------------------------
	h1
--------------------------------------------------*/
h1 {
	height: 22px;
	padding-top: 5px;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {

}
#header .logo a {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 330px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#info {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 91px;
	width: 450px;
}

/*--------------------------------------------------
	top_image
--------------------------------------------------*/
#top_image {
	height: 264px;
	width: 780px;
}
#news_image {
	background-image: url(images/news_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#link_image {
	background-image: url(images/link_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#system_image {
	background-image: url(images/system_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#event_image {
	background-image: url(images/event_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#recruit_image {
	background-image: url(images/recruit_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#mail_magazine_image {
	background-image: url(images/mail_magazine_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#girls_image {
	background-image: url(images/girls_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}
#schedule_image {
	background-image: url(images/schedule_image.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 780px;
}

/*--------------------------------------------------
	menu_contents
--------------------------------------------------*/
#menu_contents {
	background-color: #FFDDED;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
}
/*--------------------------------------------------
	bar
--------------------------------------------------*/
#bar {
	background-color: #EFAFCD;
	height: 22px;
	width: auto;
	font-size: 11px;
	vertical-align: middle;
}

/*--------------------------------------------------
	breadcrumb
--------------------------------------------------*/
#breadcrumb {
	float: left;
	padding-left: 24px;
	padding-top: 3px;
}
/*--------------------------------------------------
	rss_contents
--------------------------------------------------*/
#rss_contents {
	float: right;
	width: 250px;
	height: 21px;
	vertical-align: middle;
	padding-top: 1px;
}
#rss_contents img {
	vertical-align: middle;
}


/*--------------------------------------------------
	navigation
--------------------------------------------------*/

#navigation {
	height: 70px;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
#navigation {
	list-style: none;
}
#navigation li {
	text-indent:-9999px;
	float: left;
}
#navigation a {
	text-decoration:none;
	background:url(images/navigation.jpg) no-repeat scroll left top;
	overflow: hidden;
}
#navi_top a{background-position:0px 0px}
#navi_system a{background-position:-111px 0px}
#navi_event a{background-position:-218px 0px}
#navi_girls a{background-position:-325px 0px}
#navi_schedule a{background-position:-432px 0px}
#navi_link a{background-position:-539px 0px}
#navi_recruit a{background-position:-646px 0px}

#navi_top a:hover{background-position:0px -70px}
#navi_system a:hover{background-position:-111px -70px}
#navi_event a:hover{background-position:-218px -70px}
#navi_girls a:hover{background-position:-325px -70px}
#navi_schedule a:hover{background-position:-432px -70px}
#navi_link a:hover{background-position:-539px -70px}
#navi_recruit a:hover{background-position:-646px -70px}


#navi_top li,#navi_top a {
	width: 111px;
	height: 70px;
	display: block;
}
#navi_system li,#navi_system a {
	width: 107px;
	height: 70px;
	display: block;
}
#navi_event li,#navi_event a {
	width: 107px;
	height: 70px;
	display: block;
}
#navi_girls li,#navi_girls a {
	width: 107px;
	height: 70px;
	display: block;
}
#navi_schedule li,#navi_schedule a {
	width: 107px;
	height: 70px;
	display: block;
}
#navi_link li,#navi_link a {
	width: 107px;
	height: 70px;
	display: block;
}
#navi_recruit li,#navi_recruit a {
	width: 112px;
	height: 70px;
	display: block;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	height: auto;
	width: 750px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#top_contents {
	float: left;
	padding-right: 15px;
	border-right: 1px solid #FFACFF;
}

/*--------------------------------------------------
	live_news
--------------------------------------------------*/
#live_news {
	width: 509px;
	height: auto;

}
#live_news .all_title {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 509px;
	padding-top: 2px;
}
#live_news .all_title a{
	text-align: right;
	height: 20px;
	width: 124px;
	margin-left: 382px;
	overflow: hidden;
}
#live_news .block {
	background-color: #FEE9F3;
	height: 150px;
	width: 497px;
	margin-top: 10px;
	overflow: auto;
	padding: 6px;
}
#live_news .content {
	line-height: 16px;
	margin-top: 6px;
}
#live_news .title {
	font-size: 12px;
	font-weight: bold;
}

/*--------------------------------------------------
	pickup
--------------------------------------------------*/
#pickup {
	width: 210px;
}
#pickup h2 {
	background-image: url(images/title_pickup_contents.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 210px;
	text-indent: -9999px;
}
#pickup .mail_magazine a{
	background-image: url(images/banner_mail_magazine.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 78px;
	width: 210px;
	margin-top: 10px;
}
#pickup .mrs_course a{
	background-image: url(images/banner_mrs_course.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 78px;
	width: 210px;
	margin-top: 6px;
}
#pickup .girls a{
	background-image: url(images/banner_girls.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 78px;
	width: 210px;
	margin-top: 6px;
}
#mobile {
	background-image: url(images/bg_mobile.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 210px;
	margin-top: 10px;
}
#mobile .block {
	padding: 86px 10px 10px 8px;
}
#mobile .mail_address {
	width: 166px;
}
#mobile .domain {
	margin-top: 6px;
	width: 166px;
}
#mobile img {
	margin-top: 10px;
}

/*--------------------------------------------------
	top_schedule
--------------------------------------------------*/
#top_schedule {
	width: 509px;
	margin-top: 10px;
}
#top_schedule h2 {
	background-image: url(images/title_today_schedule.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#top_schedule .block {
	background-color: #FEE9F3;
	height: auto;
	width: 509px;
	margin-top: 10px;
}
#top_schedule .test {
	background-image: url(images/test_top_schedule.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 750px;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	height: auto;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#footer ul {
	float: left;
}
#footer li {
	border-right: 1px solid #E72481;
	float: left;
	margin-right: 6px;
	padding-right: 6px;
}

#footer p {
	margin-top: 6px;
}
address {
	margin-top: 6px;
}

/*--------------------------------------------------
	single
--------------------------------------------------*/
#single {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#single h2 {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#single .block {
	background-color: #FEE9F3;
	height: auto;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#single .content {
	line-height: 24px;
	margin-top: 6px;
	font-size: 12px;
}
#single .title {
	font-weight: bold;
	font-size: 12px;
}
/*--------------------------------------------------
	archive
--------------------------------------------------*/
#archive {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#archive h2 {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#archive .block {
	background-color: #FEE9F3;
	height: auto;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#archive .content {
	line-height: 24px;
	margin-top: 6px;
	font-size: 12px;
	border-bottom: 1px solid #FFACFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#archive .title {
	font-weight: bold;
	font-size: 12px;
}
#archive .pagenav {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
}
#archive .pages {
	margin-right: 10px;
}
#archive .current {
	margin-right: 4px;
	margin-left: 4px;
}
/*--------------------------------------------------
	side_bar
--------------------------------------------------*/
#sidebar {
	float: right;
	width: 210px;
}
/*--------------------------------------------------
	side_archive
--------------------------------------------------*/
#side_archive {
	width: 210px;
	margin-bottom: 10px;
}
#side_archive h2 {
	background-image: url(images/title_archive.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 210px;
	text-indent: -9999px;
}
#side_archive .block {
	background-color: #FEE9F3;
	height: auto;
	width: 198px;
	margin-top: 10px;
	overflow: auto;
	padding: 6px;
}
#side_archive .block li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFACFF;
}
#side_archive .border {
	border-top: 1px solid #FFACFF;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*--------------------------------------------------
	side_news
--------------------------------------------------*/
#side_news {
	width: 210px;
	margin-bottom: 10px;
}
#side_news h2 {
	background-image: url(images/title_news.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 210px;
	text-indent: -9999px;
}
#side_news .block {
	background-color: #FEE9F3;
	height: auto;
	width: 198px;
	margin-top: 10px;
	overflow: auto;
	padding: 6px;
}
#side_news .border {
	border-top: 1px solid #FFACFF;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*--------------------------------------------------
	link
--------------------------------------------------*/
#link {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#link h2 {
	background-image: url(images/title_link.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#link .block {
	background-color: #FEE9F3;
	height: auto;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#link ul {
}
#link li {
	border-bottom: 1px solid #FFACFF;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#link img {
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}

/*--------------------------------------------------
	system
--------------------------------------------------*/
#system {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#system h2 {
	background-image: url(images/title_system.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#system .block {
	background-color: #FEE9F3;
	height: 600px;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#system .event {
	background-image: url(images/bg_event.jpg);
	background-repeat: no-repeat;
	height: 387px;
	width: 497px;
}
#system h3 {
	background-image: url(images/title_order_system.jpg);
	background-repeat: no-repeat;
	height: 21px;
	margin-top: 20px;
	text-indent: 140px;
}
#system .order_system {
	background-color: #FDD0E4;
	padding: 10px;
}
#system table {
	border-top: 1px solid #FFACFF;
	border-left: 1px solid #FFACFF;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 477px;
	font-size: 14px;
	background-color: #FEE2ED;
	letter-spacing: 0.1em;
}
html>body table {border-collapse: separate}


#system th {
	border-right: 1px solid #FFACFF;
	border-bottom: 1px solid #FFACFF;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background-color: #CE75A2;
	text-align: center;
	width: 100px;
	height: 18px;
}
#system td {
	border-right: 1px solid #FFACFF;
	border-bottom: 1px solid #FFACFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	height: 18px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}
#system .style01 {
	text-align: left;
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

/*--------------------------------------------------
	event
--------------------------------------------------*/
#event {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#event h2 {
	background-image: url(images/title_event.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#event .block {
	background-color: #FEE9F3;
	height: 400px;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#event .event {
	background-image: url(images/bg_event.jpg);
	background-repeat: no-repeat;
	height: 387px;
	width: 498px;
}

/*--------------------------------------------------
	recruit
--------------------------------------------------*/
#recruit {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#recruit h2 {
	background-image: url(images/title_recruit.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#recruit .block {
	background-color: #FEE9F3;
	height: 400px;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}

/*--------------------------------------------------
	mail_magazine
--------------------------------------------------*/
#mail_magazine {
	float: left;
	width: 509px;
	border-right: 1px solid #FFACFF;
	height: auto;
	padding-right: 15px;
}
#mail_magazine h2 {
	background-image: url(images/title_mail_magazine.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 509px;
	text-indent: -9999px;
}
#mail_magazine .block {
	background-color: #FEE9F3;
	height: auto;
	width: 497px;
	margin-top: 10px;
	padding: 6px;
}
#mail_magazine .pc {
	background-image: url(images/bg_mail_magazine_pc.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 497px;
}
#mail_magazine .mobile {
	background-image: url(images/bg_mail_magazine_mobile.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 497px;
	margin-top: 15px;
}
#mail_magazine .content {
	padding-top: 80px;
	padding-left: 15px;
}
#mail_magazine .cancel {
	padding-top: 15px;
}

/*--------------------------------------------------
	cast_wrap
--------------------------------------------------*/
#cast_wrap {
	width: 750px;
	margin-top: 10px;
}
#cast_wrap h2 {
	background-image: url(images/title_girls.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 750px;
	text-indent: -9999px;
}
#cast_wrap .block {
	background-color: #FEE9F3;
	height: auto;
	width: 750px;
	margin-top: 10px;
}

/*--------------------------------------------------
	schedule_wrap
--------------------------------------------------*/
#schedule_wrap {
	width: 750px;
	margin-top: 10px;
}
#schedule_wrap h2 {
	background-image: url(images/title_schedule.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 750px;
	text-indent: -9999px;
}
#schedule_wrap .block {
	background-color: #FEE9F3;
	height: auto;
	width: 750px;
	margin-top: 10px;
}