@charset "UTF-8";



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	background: transparent;
}


body {
	line-height: 1;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	font-size: inherit;
	line-height: inherit;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

img, a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}
li {
	display: list-item;
	vertical-align: bottom;
	list-style: none;
}

blockquote, q {
	quotes: none;
}

input, textarea, select, button {
	font-size: inherit;
	font-family: inherit;
}

select { margin: inherit; }



ins { text-decoration: none; }
del { text-decoration: line-through; }

sup, sub { position: relative; }
sup { top: -4px; }
sub { top: 4px; }

strong { font-weight: bold;}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }




/* --------------------------------------------------
	END of Resetting Styles
 -------------------------------------------------- */
 
 


/* ========================================= Float Clear Fix */
.fltclr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fltclr {display: inline-block;}

* html .fltclr {height: 1%;}
.fltclr {display: block;}




.brclr { clear: both; }/* brタグ用フロート解除 */



.normaltxt {/* ノーマルテキスト */
		font-weight: normal;
	}






/* ======================== Base Layout ========================= */

html {
	height: 100%;
	min-height: 100%;
}
	html>/**/body {/* FF */
		overflow: auto;
	}
	html:first-child body {/* Opera */
		overflow: auto;
	}


body {
	height: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #f0f0f0;
	background-color: #000;
	background-repeat: no-repeat;
	/*background-repeat:repeat-x;*/
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/background/2010_ALL_D1.jpg);
	overflow: auto;
}

#D1gpTopPage {
	background-image: url(/images/background/bg1005_0601.jpg);
	background-color:#000;
	}



/* -----------  Link  ---------- */
	a {text-decoration: none; outline: none;}
	a:link {color: #fff;}
	a:visited {color: #eee;}
	:focus {outline: none; text-decoration: none;}
	a:hover {color: #f00; text-decoration: underline;}
	a:active {outline: none;}

	a img {text-decoration: none;}
/* -----------  END: LINK  ---------- */




	/* ----- Font Size ----- */
	.ts9 {font-size: 69%;}  /*renders 9px */ 
	.ts10 {font-size: 77%;}  /*renders 10px */ 
	.ts11 {font-size: 85%;}  /*renders 11px */ 
	.ts12 {font-size: 93%;}  /*renders 12px */  
	.ts13 {font-size: 100%;} /*renders 13px */  
	.ts14 {font-size: 108%;} /*renders 14px */ 
	.ts15 {font-size: 116%;} /*renders 15px */ 
	.ts16 {font-size: 123.1%;} /*renders 16px */ 
	.ts18 {font-size: 138.5%;} /*renders 18px */ 
	.ts20 {font-size: 153.9%;} /*renders 20px */ 
	.ts24 {font-size: 182%;} /*renders 24px */ 

	/* ----- margin ----- */
	.mT5{margin-top: 5px!important;}
	.mT10{margin-top: 10px!important;}
	.mT20{margin-top: 20px!important;}
	.mT30{margin-top: 30px!important;}
	.mT40{margin-top: 40px!important;}
	.mT50{margin-top: 50px!important;}
	.mR10{margin-right: 10px!important;}
	.mR20{margin-right: 20px!important;}
	.mR30{margin-right: 30px!important;}
	.mR40{margin-right: 40px!important;}
	.mR50{margin-right: 50px!important;}
	.mB10{margin-bottom: 10px!important;}
	.mB20{margin-bottom: 20px!important;}
	.mB30{margin-bottom: 30px!important;}
	.mB40{margin-bottom: 40px!important;}
	.mB50{margin-bottom: 50px!important;}
	.mL10{margin-left: 10px!important;}
	.mL20{margin-left: 20px!important;}
	.mL30{margin-left: 30px!important;}
	.mL40{margin-left: 40px!important;}
	.mL50{margin-left: 50px!important;}




#container {
	height: 100%;
	min-height: 100%;
	width: 1003px;
}
	* html #container {
		height: 100%;
	}
	body > #container{
		height: auto;/* FF */
	}




h1#d1logo {
	position: absolute;
	position: fixed;
	left: 8px;
	top: 5px;
	z-index: 1000;
}
h1#sllogo {
	position: absolute;
	position: fixed;
	left: 14px;
	top: 10px;
	z-index: 1000;
}

#anv {
	position: absolute;
	position: fixed;
	left: -15px;
	top: 0;
	z-index: 250;
}

#srsponsor {
	position: absolute;
	position: fixed;
	left: 9px;
	top: 56px;
	z-index: 1001;
}



.d1rd_badge {
	position: absolute;
	left: 280px;
	top: 57px;
	z-index: 303;
	padding-bottom: 66px;
	text-align: center;
	overflow: hidden;
}

.d1rd_badge .badgecapt {
	padding: 1px 4px;
	font-size: 85%;
	line-height: 1.66em;
	color: #fff;
	background-color:#222;
}

.d1rd_badge .d1sl_badge {
	background:url(../images/items/bg_black80.png);
}

.badgetitle {
	display:inline-block;
	padding:4px 0px;
	width:100%;
	font-size:93%;
	line-height: 1.5em;
	font-weight:bold;
	background:url(../images/items/bg_black80.png);
}

.badgetitle strong {
	padding:1px 2px 1px 11px;
	font-size:93%;
	font-weight:normal;
	background:#222 url(../images/items/link_arrow.png) no-repeat left center;
}

.d1rd_badge a {
	text-decoration: none;
	color: #fff;
}
	.d1rd_badge a:hover {
		text-decoration: none;
		color: #f40;
	}



.d1rd_badge2 {
	position: absolute;
	left: 340px;
	top: -8px;
	z-index: 303;
	width: 440px;/*←ロゴが一つの時*/
	overflow: hidden;
	left: 420px;
	top: -3px;
}

.d1sl_badge2 {
	position: absolute;
	left: 834px;
	top: 14px;
	width: 320px;
	z-index: 304;
	text-align: center;
	overflow: hidden;

	top: 6px;
	left: 300px;
}


.d1rd_catch {
	position: absolute;
	left: 350px;
	top: 250px;
	z-index: 302;

	text-align: center;
	overflow: hidden;
}









#col01 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 148px;
	z-index: 500;
}

#col02 {
	position: absolute;
	left: 148px;
	top: 0px;
	height: 100%;
	width: 136px;
	/*z-index: 200;*/
	z-index: 300;
}

#col03 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1003px;
	z-index: 100;
}

#col03 .col03bottom {
		height: 50px;
	}








/* ========== iFrame ========== */
#mainmenu {
	width: 148px;
	/*height: 420px;*/
	/*height:550px;*/
	/*height:620px;*/
	height: 700px;
	overflow-y: auto;
}

.d1submenus iframe {
	width: 136px;
	height: 360px;
	height: 290px;
	overflow-y: auto;
}

.d1submenus iframe#submenu_street {
		width: 136px;
		height: 230px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_street10 {
		width: 136px;
		height: 450px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_streetInter {
		width: 136px;
		height: 230px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_streetEast {
		width: 136px;
		height: 130px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_streetWest {
		width: 136px;
		height: 130px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_streetLadys {
		width: 136px;
		height: 190px;
		overflow-y: auto;
	}
.d1submenus iframe#submenu_imgdiv {
		width: 136px;
		height: 80px;
		overflow-y: auto;
	}
.d1submenus iframe#submenu_imgaboutSl {
		width: 136px;
		height: 100px;
		overflow-y: auto;
	}
.d1submenus iframe#submenu_imgentrant {
		width: 136px;
		height: 155px;
		overflow-y: auto;
	}
	
	
.d1submenus iframe#submenu_imgentSl {
		width: 136px;
		height: 120px;
		overflow-y: auto;
	}
	
.d1submenus iframe#aboutD1 {
		width: 136px;
		height: 140px;
		overflow-y: auto;
	}

.d1submenus iframe#divimenu {
		width: 136px;
		height: 130px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_round09 {
		width: 136px;
		height: 290px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_round10 {
		width: 136px;
		height: 230px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_ranking {
		width: 136px;
		height: 85px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_round10E {
		width: 136px;
		height: 170px;
		overflow-y: auto;
	}
	
.d1submenus iframe#submenu_round08 {
		width: 136px;
		height: 230px;
		overflow-y: auto;
	}

.d1submenus iframe#submenu_imgGirl {
		width: 136px;
		height: 130px;
		overflow-y: auto;
	}


/* ========================= Main Menu ========================= */

#d1main_menu_bg {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 66%;
	width: 148px;
	background: url(../images/menu/mainmenu_bg.png) repeat-y 0px 0px;
	z-index: 30;
}
#slmain_menu {
	width: 148px;
	height: 100%;
		height: auto;
		min-height: 100%;
	z-index: 1000;

	position: fixed;
	left: 0px;
	top: 126px;
	background: url(../images/menu/sl_mainmenu_bg.png) repeat-y 0px 0px;
	overflow: hidden;
}

#slmain_menu iframe {
	height:450px;
}


#d1main_menu_top {
		position: fixed;
		left: 0px;
		top: 108px;
		height: 18px;
		width: 148px;
		background: url(../images/menu/mainmenu_top.png) no-repeat 0px 0px;
		z-index: 99;
}
#slmain_menu_top {
		position: fixed;
		left: 0px;
		top: 108px;
		height: 18px;
		width: 148px;
		background: url(../images/menu/sl_mainmenu_top.png) no-repeat 0px 0px;
		z-index: 99;
}

#d1main_menu {
	width: 148px;
	height: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 126px;
	background: url(../images/menu/mainmenu_bg.png) repeat-y 0px 0px;
	overflow: hidden;
}

#d1main_menu iframe {
	height: 410px;
	overflow: hidden!important;
	}





/* ========================= Sub Menu ========================= */

.d1submenus {
	display: none;
	
	position: fixed;
	/*left: 148px;*/
	left: 135px;
	top: 132px;
	width: 136px;
	z-index: 110;
}

.d1submenus .d1submenu_top {
	height: 12px;
	width: 136px;
	font-size: 0.1em;
	line-height: 10px;
	background: url(../images/menu_round/subm_rnd_top.png) no-repeat left top;
}

.d1submenus .d1submenu_bottom {
	height: 5px;
	width: 136px;
	font-size: 0.1em;
	line-height: 4px;
	background: url(../images/menu_round/subm_rnd_btm.png) no-repeat left top;
}
.d1submenus .d1submenu_bottomSl {
	height: 9px;
	width: 136px;
	font-size: 0.1em;
	line-height: 4px;
	background: url(../images/menu_round/subm_rndSl_btm.png) no-repeat left top;
}

.d1submenus .d1submenu_toppage {
	height: 5px;
	width: 136px;
	font-size: 0.1em;
	line-height: 4px;
	background: url(../images/menu_round/subm_top_btm.png) no-repeat left top;
}

.d1submenus .d1submenu_toppage_top {
	height: 10px;
	width: 121px;
	font-size: 0.1em;
	line-height: 4px;
	background: url(../images/menu_round/top_sub_head.png) no-repeat left top;
}




.d1submenus .d1submenu_topSl {
	height: 12px;
	width: 136px;
	font-size: 0.1em;
	line-height: 10px;
	background: url(../images/menu_round/subm_rnd_topSl.png) no-repeat left top;
}








/* ========================= MAIN CONTENTS AREA ========================= */

#d1main_body {
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 282px;
	/*padding-left: 300px;*/

	background-image: url(../images/items/bg_blackbar2.png);

	margin-top: 123px;
/*	margin-top: 210px;
	background-image: url(../images/items/bg_black60.png);*/
}





#d1footer {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 69%;
	/*background-image: url(../images/items/bg_black60.png);*/
}
	#d1footer p {
		float: left;
		height: 20px;
		line-height: 20px;
		text-align: right;
		color: #aaa;
	}
	#d1footer p a {
		display: block;
		height: 20px;
		line-height: 1000em;
		overflow: hidden;
	}

		#d1footer p.ft_copy {
			float: right;
			padding-bottom: 2px;
			width: 500px;
			line-height: 18px;
		}
			#d1footer p.ft_copy a {
				display: inline;
				height: 18px;
				line-height: 18px;
			}
			#d1footer p.ft_copy a:link { color: #ddd;}
			#d1footer p.ft_copy a:visited {color: #ddd;}
			#d1footer p.ft_copy a:hover {color: #fff;}


		#d1footer p.ft_back {
			width: 49px;
		}
			#d1footer p.ft_back a {
				width: 49px;
				background: url(../images/items/footer_back.png) no-repeat;
			}
		#d1footer p.ft_home {
			width: 48px;
		}
			#d1footer p.ft_home a {
				width: 48px;
				background: url(../images/items/footer_home.png) no-repeat;
			}
	#d1footer li {
	float: right;
	}
	.Ftext {
	text-align:right;
	}
	
.d1footNavi {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 69%;
}

.d1footNavi li {
	float:right;
	}






.close_mainbody {
	position: absolute;
	position: fixed;
	left: 153px;
	bottom: 60px;
	z-index:1500;
}

a#closebtn {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 100em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/menu_round/subm_close.png);
	overflow: hidden;
}
	a:hover#closebtn {
		background-position: 0px -16px;
	}

a#openbtn {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 100em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/menu_round/subm_open.png);
	overflow: hidden;
}
	a:hover#openbtn {
		background-position: 0px -16px;
	}




#d1main_body .moviebox {
	margin: 3.0em 0 2.0em;
	font-size: 77%;
	text-align: center;
}


.D1SubTitle {
	margin: 0 0 15px;
	}







/* ========================= SPONSOR BAR ========================= */
#sponsor_box {
	clear: both;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 56px;
	width: 1024px;
	z-index: 2000;

	background: #000 url(../images/menu/sponsor_box_bg.png) no-repeat 0px 0px;
}
#sponsor_box_Sl {
	clear: both;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 56px;
	width: 1024px;
	z-index: 2000;/*
	background: #000 url(/sponsors/sponsor_box_bg_sl.png) no-repeat 0px 0px;*/
} 


#sponsors_bar {
	margin-top: 9px;
	margin-left: 10px;
	width: 1004px;
	height: 38px;

	overflow: hidden;
}







/**/
#renewalmessage {
	position: absolute;
	left: 164px;
	top: 466px;
	width: 290px;

	font-size: 77%;
	color: #000;
	background-image: url(../images/items/bg_white80.png);
	background-image: none;
	background-color: #fff;
}

#renewalmessage p {
	margin: 4px 8px;
}

#renewalmessage ul {
	margin: 4px 8px;
	border-top: 1px dotted #aaa;
}

#renewalmessage ul li {
	padding: 2px;
	border-bottom: 1px dotted #aaa;
}



/* TOKYO BADGE */
.d1rd_tokyo {
	margin-bottom: 20px;
	padding: 0px;
	width: 180px;

	font-size: 93%;
	line-height: 1.33em;
	text-align: center;
	font-weight: bold;
	color: #fff;
/*	background: #161616 url(../gp/gp2009/gp090x/d1tokyo_bnnr.png) no-repeat center top;
	background: #161616 url(../gp/gp2009/gp090x/d1tokyo_s.png) no-repeat 50% 50%;*/
}

.d1rd_tokyo a {
	display: block;
	width: 180px;
	padding: 152px 0px 2px;
/*	background: #060606 url(../gp/gp2009/gp090x/d1tokyo_bnnr.png) no-repeat center top;*/
	background: #060606 url(../gp/gp2009/gp090x/d1tokyo_bnnr3.png) no-repeat center top;
}

.d1rd_tokyo .d1rd_tokyo_tel {
	padding: 2px 1px;
	background-color: #09e;

	font-family: "MS Gothic","MS ゴシック",sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.d1rd_tokyo .d1rd_tokyo_tel a {
	padding: 1px 0px 1px;
	background-color: transparent;
	background-image: none;
}

.d1rd_tokyo .d1rd_tokyo_tel strong {
	font-size: 19px;
	line-height: 22px;
}


.d1rd_tokyo_top .d1rd_tokyo_lawtik,
.d1rd_tokyo .d1rd_tokyo_lawtik {
	padding: 0px;
	background-color: #fff;
}

.d1rd_tokyo_top .d1rd_tokyo_lawtik a,
.d1rd_tokyo .d1rd_tokyo_lawtik a {
	padding: 0px;
	background-color: transparent;
	background-image: none;
}




.d1rd_tokyo_top {
	position: absolute;
	left: 816px;
	top: 20px;
	/*padding: 10px 0px;*/
	padding: 0px;
	width: 180px;
	z-index: 305;

	font-size: 85%;
	line-height: 1.33em;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.d1rd_tokyo_top a {
	display: block;
	width: 180px;
	padding: 152px 0px 2px;
/*	background: #060606 url(../gp/gp2009/gp090x/d1tokyo_bnnr.png) no-repeat center top;*/
	background: #060606 url(../gp/gp2009/gp090x/d1tokyo_bnnr3.png) no-repeat center top;
}

.d1rd_tokyo_top .d1rd_tokyo_tel {
	padding: 3px 1px;
	background-color: #09e;

	font-family: "MS Gothic","MS ゴシック",sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.d1rd_tokyo_top .d1rd_tokyo_tel a {
	padding: 2px 0px 2px;
	background-color: transparent;
	background-image: none;
}

.d1rd_tokyo_top .d1rd_tokyo_tel strong {
	font-size: 19px;
	line-height: 22px;
}



.d1king_top {
	margin-top: 25px;
	padding: 1px 0px 1px;
	line-height: 1.6em;
	background-image: url(../images/items/bg_black80.png);
}

.d1king_top a {
	padding: 2px 0px 0px;
	background-color: transparent;
	background-image: none;
}



.odaiba_events {
/*	position: relative;
	left: 780px;
	top: 366px;
*/

	margin-top: 12px;
	padding: 1px 0px 3px;
	width: 444px;
	text-align:center;
	font-size: 85%;
	line-height: 1.5em;
	background-color: #c00;
/*	overflow: hidden;
	background-image: url(../images/items/bg_red80.png);
	background-image: url(../images/items/bg_black60.png);*/
}

.odaiba_events a {
	display: block;
	float:left;
	width:116px;
	text-align: center;
	text-decoration:none;
	overflow: hidden;
}

.odaiba_events a img {
	width: 90px;
	margin: 3px 0px 1px;
	border: 1px solid #888;
}
.odaiba_events a:hover img {
	border: 1px solid #f00;
}




.d1slbadge_top {
	position: absolute;
	left: 796px;
	top: 20px;
	/*padding: 10px 0px;*/
	padding: 0px;
	width: 180px;
	z-index: 305;

	font-size: 93%;
	line-height: 1.33em;
	text-align: center;
	font-weight: bold;
	color: #fff;
}




#GoToE {
	position: relative;
	top: -29px;
	width: 93px;
	left: 628px;
}



