@charset "utf-8";


/* =====================================================================
*
*    INDEX
*
*    1. Yahoo UI Library Reset CSS
*    2. Basic Format
*    3. Yahoo UI Library Fonts CSS
*    4. Basic Font Format
*    5. Basic Hyperlink Format
*
* =================================================================== */

/* =====================================================================
*
*    1. Yahoo UI Library Reset CSS
*    Copyright (c) 2007, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.net/yui/license.txt
*    version: 2.3.1
*
* =================================================================== */

 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
 
table {
	border-collapse: collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}
 
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
 
ul li {
	list-style: none;
}
 
caption, th {
	text-align: left;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

 
/* =====================================================================
*
*    2. Basic Format
*
* =================================================================== */

* {

	font-weight: normal;
	font-style: normal;
}
 
body {
	font-size: 100%;
	color: #484848;
	background:#000000;
	text-align:center;
}
 
*html body {
	font-size: 12px;
	color: #484848;
	background:#000000;
	text-align:center;
} 

*:first-child+html body {
	font-size: 12px;
	color: #484848;
	background:#000000;
	text-align:center;
}
 
hr {
	display:none;
}
 
form {
	margin:0;
	padding:0;
}
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
 
input {
	line-height: 1.2;
}
 
/*textarea {
	padding: 0.4em 10px;
}
 */
img {
	vertical-align: bottom;
}

p {
	line-height: 150%;
}

abbr {
	border: none;
}


/* =====================================================================
*
*    3. Yahoo UI Library Fonts CSS
*    http://developer.yahoo.com/yui/fonts/
*    *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*    *http://developer.yahoo.com/yui/license.txt
*    
*    Font-size Adjustment
*    
*    77% = 10px	|	122% = 16px	|	167% = 22px	
*    85% = 11px	|	129% = 17px	|	174% = 23px
*    92% = 12px	|	136% = 18px	|	182% = 24px
*    100% = 13px	|	144% = 19px	|	189% = 25px
*    107% = 14px	|	152% = 20px	|	197% = 26px
*    114% = 15px	|	159% = 21px	|
*
* =================================================================== */

 
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;

}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 99%;
}


/* =====================================================================
*
*    4. Basic Font Format
*
* =================================================================== */

/* ---------------------------------
*    Font Family
*/

body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	
}

/* ---------------------------------
*    Font Size
*/

.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }
*html .x-small   { font-size:  10px; letter-spacing: 1px; }
*:first-child+html .x-small   { font-size:  10px; letter-spacing: 1px; }

/* =====================================================================
*
*    5. Basic Hyperlink Format
*
* =================================================================== */

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover   { color: #FFFFFF; text-decoration: none; }
a:active  { color: #FFFFFF; text-decoration: underline; }

a.altText:hover { background-color: transparent; }



.clear{
	clear:both;
}

.clear2{
	margin-bottom:30px;
	clear:both;
}


.center{
	text-align:center;
	margin-bottom:5px;
}

.strong{
font-weight:bold;
}

.hidden{
display:none;}

*html .hidden{
display:inline;
}
*+html .hidden{
display:inline;
}

*html .fontie{ font-family:"ＭＳ Ｐゴシック";}
*+html .fontie{ font-family:"ＭＳ Ｐゴシック";}


/* =====================================================================
*    wrapper
* =================================================================== */

#wrapper{
	margin:0 auto;
	text-align:left;
	width:900px;
	background:url(../images/all_bg.jpg) no-repeat;
	padding-top:10px;
	margin-bottom:40px;
}

/* =====================================================================
*    header
* =================================================================== */

#header{
	width:900px;
	height:500px;
	position:relative;
}

#header2{
	width:900px;
	height:220px;
	position:relative;
}

#header_user{
	width:900px;
	height:150px;
	position:relative;
}



#kyoraku a{
	display:block;
	text-indent:-9999px;
	width:114px;
	height:25px;
	background:url(../images/kyoraku.jpg) no-repeat;
}

h1 a{
	text-indent:-9999px;
	width:343px;
	height:150px;
	background:url(../images/krm_logo.jpg) no-repeat;
	position:absolute;
	top:5px;
	left:311px;
}


#menu{
	width:900px;
	height:46px;
	position:absolute;
	top:185px;
	left:4px;
}

*html #menu{
	width:900px;	
	
}

#menu li{
	float:left;
}

#menu li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px;
}

#menu li#top a{ width:174px; background:url(../images/menu.jpg) no-repeat; }
#menu li#bp a{ width:174px; background:url(../images/menu.jpg) -180px 0 no-repeat; }
#menu li#dt a{ width:174px; background:url(../images/menu.jpg) -362px 0 no-repeat; }
#menu li#ranking a{ width:174px; background:url(../images/menu.jpg) -544px 0 no-repeat; }
#menu li#user a{ width:174px; background:url(../images/menu.jpg) -725px 0 no-repeat; }


#menu li#top a:hover{ width:174px; background:url(../images/menu.jpg) 0 -46px no-repeat; }
#menu li#bp a:hover{ width:174px; background:url(../images/menu.jpg) -180px -46px no-repeat; }
#menu li#dt a:hover{ width:174px; background:url(../images/menu.jpg) -362px -46px no-repeat; }
#menu li#ranking a:hover{ width:174px; background:url(../images/menu.jpg) -544px -46px no-repeat; }
#menu li#user a:hover{ width:174px; background:url(../images/menu.jpg) -725px -46px no-repeat; }


#menu li#top_on{	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px; width:174px;  width:174px; background:url(../images/menu.jpg) 0 -46px no-repeat;  }
	
	#menu li#bp_on{	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px; width:174px; background:url(../images/menu.jpg) -180px -46px no-repeat; }

#menu li#dt_on{	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px; width:174px; background:url(../images/menu.jpg) -362px -46px no-repeat; }
#menu li#user_on{	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px; width:174px; background:url(../images/menu.jpg) -725px 0 no-repeat; }
#menu li#ranking_on{	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:46px;
	margin-right:6px; width:174px; background:url(../images/menu.jpg) -544px 0 no-repeat; }
	


/*　本番用

#header #menu li#top a{ width:174px; background:url(../images/menu.jpg) no-repeat; }
#header #menu li#bp a{ width:174px; background:url(../images/menu.jpg) -180px 0 no-repeat; }
#header #menu li#dt a{ width:174px; background:url(../images/menu.jpg) -362px 0 no-repeat; }
#header #menu li#ranking a{ width:174px; background:url(../images/menu.jpg) -544px 0 no-repeat; }
#header #menu li#user a{ width:174px; background:url(../images/menu.jpg) -725px 0 no-repeat; }


#header #menu li#top a:hover{ width:174px; background:url(../images/menu.jpg) 0 -46px no-repeat; }
#header #menu li#bp a:hover{ width:174px; background:url(../images/menu.jpg) -180px -46px no-repeat; }
#header #menu li#dt a:hover{ width:174px; background:url(../images/menu.jpg) -362px -46px no-repeat; }
#header #menu li#ranking a:hover{ width:174px; background:url(../images/menu.jpg) -544px -46px no-repeat; }
#header #menu li#user a:hover{ width:174px; background:url(../images/menu.jpg) -725px -46px no-repeat; }*/

#main_image{
	text-indent:-9999px;
	width:900px;
	height:264px;
	background:url(../images/main_image.jpg) no-repeat;
	position:absolute;
	top:245px;
	left:5px;	
}




/* =====================================================================
*    contents
* =================================================================== */

#content{
	clear:both;
	width:890px;
	padding-top:25px;
	position:relative;
}

*html #content{
	clear:both;
	width:905px;
	padding-top:25px;
}

.top_item{
margin-top:80px;
text-align:center;}



/* =====================================================================
*    main
* =================================================================== */

#main{
float:left;
margin-left:5px;
}

*html #main{
float:left;
margin-left:3px;
}

#cyclone{
	text-indent:-9999px;
	width:630px;
	height:184px;
	background:url(../images/c_bg1.gif) no-repeat;
	margin-bottom:35px;
}

#select{
margin-bottom:40px;

}

#select h2{
	text-indent:-9999px;
	width:630px;
	height:87px;
	background:url(../images/select_title.gif) no-repeat;
	margin-bottom:20px;
}

#select_left{
	float:left;
	width:310px;
	height:577px;
	background:url(../images/c_bg2.gif) no-repeat;
	position:relative;
}

#select_right{
	float:left;
	width:310px;
	height:577px;
	background:url(../images/c_bg3.gif) no-repeat;
	margin-left:10px;
	position:relative;
}

.dl_btn{
	position:absolute;
	left:17px;
	top:496px;

}

.dl_btn a{
	display:block;
	text-indent:-9999px;
	width:278px;
	height:68px;
	background:url(../images/dl_btn.jpg) no-repeat;
}

.dl_btn a:hover{
	display:block;
	text-indent:-9999px;
	width:278px;
	height:68px;
	background:url(../images/dl_btn.jpg) 0 -68px no-repeat;
}


#select_more{
	clear:both;
	text-indent:-9999px;
	width:630px;
	height:62px;
	background:url(../images/c_bg4.gif) no-repeat;
	margin-bottom:30px;
}

#detail_area{
	width:630px;
	height:204px;
	background:url(../images/c_bg5.gif) no-repeat;
	position:relative;
	margin-bottom:30px;
}

.detail_btn{
	position:absolute;
	left:157px;
	top:127px;

}

.detail_btn a{
	display:block;
	text-indent:-9999px;
	width:299px;
	height:68px;
	background:url(../images/detail_btn.jpg) no-repeat;
}

.detail_btn a:hover{
	display:block;
	text-indent:-9999px;
	width:299px;
	height:68px;
	background:url(../images/detail_btn.jpg) 0 -68px no-repeat;
}

.pagetop{
	text-align:right;
}

/* =====================================================================
*    side
* =================================================================== */

#side{
float:left;
}

#mypage{
margin-bottom:20px;
} 

#mypage a{
	display:block;
	text-indent:-9999px;
	width:250px;
	height:77px;
	background:url(../images/my_pagebtn.jpg) no-repeat;
}

#mypage a:hover{
	display:block;
	text-indent:-9999px;
	width:250px;
	height:77px;
	background:url(../images/my_pagebtn.jpg) 0 -77px no-repeat;
}


.banner{
	margin-bottom:10px;
	padding-bottom:10px;
}

#mobile_title{
margin-top:10px;
}

#mobile{
	margin-top:10px;
	width:240px;
	border:#a8a8a8 solid 5px;
	background:#FFFFFF;
	padding:10px 0;
}

.mobile_txt{
	width:210px;
	margin-left:15px;
	margin-top:10px;
}

#mobile_line{
	margin-top:15px;
	margin-bottom:15px;
}


/* =====================================================================
*    footer
* =================================================================== */

#footer{
	clear:both;
	width:100%;
	border-top:1px solid #cc1616;
}

#footer address{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	
}



/* =====================================================================
*    main_contents
* =================================================================== */

#main_contents{
	width:740px;
	float:left;
}

#main_contents #headline{
	width:275px;
	height:180px;
	background:#e5e5e5;
}

#main_contents #headline h2{
	width:275px;
	height:24px;
	background:url(../images/headline.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#main_contents #headline ul{
	margin-top:8px;
	}

#main_contents #headline li{
	margin-bottom:3px;
	width:258px;
	margin-left:10px;
}

*:first-child+html #main_contents #headline li{
	margin-bottom:5px;
	width:258px;
	margin-left:10px;
}

#main_contents #headline li p{
	background:url(../images/sign.gif) 0 4px no-repeat;
}

#main_contents #headline li a{
	display:block;
	padding-left:10px;
	width:240px;
	line-height:16px;
	height:32px;
}

#main_contents #middle_banner{
	text-align:right;
	margin-top:-180px;
	margin-bottom:18px;
}


/* =====================================================================
*    many_contents
* =================================================================== */

#many_contents{
	width:740px;
	background:url(../images/bigline.gif) repeat-y;
}

#many_contents .only_contents{
	width:180px;
	float:left;
	margin-right:6px;
}

#bottom{
	clear:both;
	width:740px;
	height:4px;
	background:url(../images/bigbottom.gif) no-repeat;
	margin-bottom:14px;
}

#many_contents .no4{
	margin-right:0px;
	}

#many_contents .only_contents h3{
	width:180px;
	height:21px;
	padding-left:25px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	}
	
*html #many_contents .only_contents h3{	
	height:23px;
	}
	
*:first-child+html #many_contents .only_contents h3{	
	height:23px;
	} 	
	
#many_contents .no1 h3{	background:url(../images/head1.gif) no-repeat; }
#many_contents .no2 h3{	background:url(../images/head2.gif) no-repeat; }
#many_contents .no3 h3{	background:url(../images/head3.gif) no-repeat; }
#many_contents .no4 h3{	background:url(../images/head4.gif) no-repeat; }

#many_contents .only_contents .only_in{
	background:#f3f2f2;
	width:180px;
}

#many_contents .only_contents .only_in .o_img{
	width:50px;
	height:50px;
	background:#666666;
	float:left;
	margin-right:5px;
	margin-left:6px;
}

#many_contents .only_contents .only_in .o_disc{
	float:left;
	width:100px;
	margin-left:3px;	
}

#many_contents .only_contents .only_in .o_disc2{
	float:left;
	width:120px;
	margin-left:3px;	
}

#many_contents .only_contents .only_in .o_link{
	width:110px;
	margin-bottom:4px;
	line-height:14px;
	word-break:break-all;	
}

#many_contents .only_contents .only_in .o_link a{
	font-weight:bold;
}

#many_contents .only_contents .only_in .o_txt{
	line-height:13px;
	width:110px;
}

#many_contents .only_contents .only_in li{
	clear:both;
	width:180px;
	background:url(../images/line2.gif) bottom no-repeat;
	padding:5px 0;
}

#many_contents .only_contents .all_view{
	text-align:right;
	padding-right:3px;
}

.air{
clear:both;
}

/*アクセスランキング*/

#many_contents .only_contents .only_in .o_img_rank1{
	width:50px;
	height:50px;
	background:#666666 url(../images/rank1.gif) top no-repeat;
	float:left;
	margin-right:5px;
	margin-left:6px;
	padding-top:18px;
}

#many_contents .only_contents .only_in .o_img_rank2{
	width:50px;
	height:50px;
	background:#666666 url(../images/rank2.gif) top no-repeat;
	float:left;
	margin-right:5px;
	margin-left:6px;
	padding-top:18px;
}

#many_contents .only_contents .only_in .o_img_rank3{
	width:50px;
	height:50px;
	background:#666666 url(../images/rank3.gif) top no-repeat;
	float:left;
	margin-right:5px;
	margin-left:6px;
	padding-top:18px;
}


/*新着スキン･テーマ*/

#many_contents .only_contents .only_in .o_linkicon{
	margin-bottom:3px;
	font-size:77%;
	color:#999999;
	font-weight:bold;
}

#many_contents .only_contents .only_in .o_linkicon img{

	vertical-align:middle;
}

*html #many_contents .only_contents .only_in .o_linkicon{
	margin-bottom:3px;
	font-size:10px;
	color:#999999;
}

#many_contents .only_contents .only_in .o_img_small{
	width:30px;
	height:30px;
	background:#666666;
	float:left;
	margin-right:5px;
	margin-left:6px;
}

#many_contents .only_contents .only_in .o_link_small{
	line-height:14px;	
}

#many_contents .only_contents .only_in .o_link_small a{
	font-weight:bold;
}

/* =====================================================================
*    PR
* =================================================================== */

#main_contents #pr{
	width:740px;
}

#main_contents #pr li{
	float:left;
	width:240px;
	background:url(../images/line3.gif) right top repeat-y;
	padding:6px 0 6px 6px;	
	border-bottom:1px dotted #adadad;
}

#main_contents #pr li.botom_none{
	border-bottom:none;
}

#main_contents #pr li.right_none{
	background:none;
}


#main_contents #pr h3{
	width:740px;
	height:23px;
	background:url(../images/head5.gif) no-repeat;
	padding-left:11px;
	padding-top:3px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

#main_contents #pr .y_img{
float:left;
	width:50px;
	height:50px;
	background:#999999;
	margin:5px;
}



#main_contents #pr .y_link a{
	display:block;
	background:url(../images/youtube.gif) 0 3px no-repeat;
	padding-left:20px;
	font-weight:bold;
	height:22px;
	width:150px;
	margin-bottom:4px;
}

*html #main_contents #pr .y_link a{
	width:160px;
}

*:first-child+html #main_contents #pr .y_link a{
	width:160px;
}
 

#main_contents #pr .y_txt{
	line-height:13px;
	width:150px;
	margin-left:60px;
}

*html #main_contents #pr .y_txt{
	width:160px;
}

/* =====================================================================
*    side
* =================================================================== */

#side{
	width:232px;
	float:right;
	margin-right:1px;
}

#side #user,#side #search,#side #request{
	width:234px;
	background:#eeeeee;
	position:relative;
}

#side #search{
	margin-bottom:10px;
}

#side #request{
	margin-top:15px;
	margin-bottom:10px;
}

#side #user form{
	width:232px;
	height:60px;
}

#side #user p.formline{
	width:232px;
	height:1px;
	background:url(../images/line4.gif) bottom no-repeat;
	margin-bottom:5px;

}


#side #user p#error{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	margin-left:7px;
	margin-bottom:5px;
}


#side #search form{
padding-bottom:10px;
}

#side #user h4,#side #search h4,#side #request h4{
	background:#646464;
	color:#FFFFFF;
	padding:3px 0 3px 5px;
}

#mypage p{
text-align:center;
padding:0px 0 5px 0;
}

#mypage p img{
padding:8px 0 0 0;
}

*html #mypage p img{
margin-top:8px;
}

*+html #mypage p img{
margin-top:8px;
}



#side #user h4 span{
	font-weight:bold;
}

#user input.id,#user input.pass{
	position:absolute;
	width:128px;
	height:16px;
	font-size:77%;
	color:#999999;
	border:1px solid #c4c4c4;
	background:#FFFFFF;
}

*html #user input.id,#user input.pass{
	padding-top:3px;
	padding-left:2px;
}

*:first-child+html #user input.id,#user input.pass{
	padding-top:3px;
	padding-left:2px;
}

#user input.id{
	top:30px;
	left:7px;
}

#user input.pass{
	top:52px;
	left:7px;
}

#user input.login_btn{
	position:absolute;
	top:31px;
	left:144px;
}

#user #attention{
	margin-left:5px;
	padding-top:3px;
	color:#FF0000;
	font-size:12px;
	line-height:14px;
}

#user #help{
	line-height:17px;
	margin-left:5px;
	padding-top:3px;
	padding-bottom:10px;
}

#side #search select{
	margin-left:5px;
	margin-top:7px;
	font-size:77%;
	color:#333333;
	letter-spacing:1px;
	margin-bottom:4px;
}


#search input.word{
	width:155px;
	height:16px;
	margin-right:7px;
	margin-left:5px;
	font-size:77%;
	color:#999999;
	border:1px solid #c4c4c4;
	background:#FFFFFF;
}

*html #search input.word{
	padding-top:3px;
	padding-left:2px;
}

*:first-child+html #search input.word{
	padding-top:3px;
	padding-left:2px;
}

#search input.search_btn{
	font-size:77%;
	vertical-align:middle;
}

#side .banner{ margin-bottom:6px;}

#side #request .r_img{
	float:right;
	margin-right:15px;
	margin-top:8px;
}


#side #request .r_head{
	margin-left:5px;
	padding-top:5px;
	font-weight:bold;
	line-height:15px;
	padding-bottom:5px;
}

#side #request .r_txt{
	width:160px;
	letter-spacing:1px;
	line-height:14px;
	margin-left:5px;	
}

*html #side #request .r_txt{
	width:130px;
	}

*:first-child+html #side #request .r_txt{
	width:130px;
	}

#side #request .r_link{
	line-height:17px;
	margin-left:5px;
	padding-top:3px;
	padding-bottom:10px;
}

#side #request .r_link a{
	text-decoration:underline;
}

#side #secom{
	width:232px;
	position:relative;
	height:120px;
}

#side #secom p{
	position:absolute;
	top:25px;
	left:70px;
	width:164px;
	font-size:77%;
	color:#999999;
	line-height:14px;
}


*html #side #secom p{
	position:absolute;
	top:50px;
	left:80px;
	width:144px;
	font-size:11px;	
}

*:first-child+html #side #secom p{
	position:absolute;
	top:50px;
	left:80px;
	width:144px;
	font-size:11px;	
}



/* =====================================================================
*    side_menu
* =================================================================== */

#side_menu{
width:250px;
height:290px;
background:url(../images/side_menu.gif) no-repeat;
margin-bottom:20px;
padding-top:40px;
}


*html #side_menu{
width:250px;
height:304px;
background:url(../images/side_menu.gif) no-repeat;
margin-bottom:20px;
padding-top:55px;
}

*+html #side_menu{
width:250px;
height:290px;
background:url(../images/side_menu.gif) no-repeat;
margin-bottom:20px;
padding-top:55px;
}

#side_menu ul{
margin-left:10px;}

#side_menu ul li{
color:#FFFFFF;
margin:10px 0;}

*html #side_menu ul li{
color:#FFFFFF;
margin:7px 0;}

*+html #side_menu ul li{
color:#FFFFFF;
margin:7px 0;}



#side_menu ul li a{
color:#FFFFFF;}

#side_menu ul li img{
vertical-align:middle;
}

#side_menu ul li ul.in_ul{
margin-left:20px;
margin-top:0;}









#main_top{
	text-indent:-9999px;
	width:630px;
	height:5px;
	background:url(../images/ranking_top.gif) no-repeat;
	margin:0;
	padding:0;
}

#main_box{
	clear:both;
	width:630px;
	height:2080px;
	background:url(../images/ranking_middle.gif) repeat-y;
	padding:20px 0 25px 0;
}

*html #main_box{
margin-top:-15px;
	clear:both;
	width:630px;
	height:2080px;
	background:url(../images/ranking_middle.gif) repeat-y;
	padding:20px 0 25px 0;
}

*+html #main_box{
	clear:both;
	width:630px;
	height:2040px;
	background:url(../images/ranking_middle.gif) repeat-y;
	padding:20px 0 25px 0;
}



#main_bottom{
	text-indent:-9999px;
	width:630px;
	height:7px;
	background:url(../images/ranking_bottom.gif) no-repeat;
		margin:0;
	padding:0;
}


#ranking_area{
margin-left:10px;
	width:612px;
	height:48px;
	position:relative;
	background:url(../images/ranking_in_top.gif) no-repeat;	
}


#ranking_in{
	clear:both;
	width:612px;
	position:absolute;
	top:37px;
	left:-15px;	
	background:url(../images/ranking_in_middle.gif) repeat-y;
	padding:25px 0 0 0;
}

#ranking_in_bottom{
	position:absolute;
	top:2262px;
		}

*html #ranking_in_bottom{
	position:absolute;
	top:2215px;
		}


*+html #ranking_in_bottom{
	position:absolute;
	top:2211px;
		}



#ranking_tab{
height:700px;
	margin-bottom:35px;
	position:absolute;
	top:9px;
	left:15px;
}



#ranking_tab li{
	float:left;
}

#ranking_tab li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}

#ranking_tab li.on{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}


#ranking_tab li#tab1 a{ width:143px; background:url(../images/my_tab2.gif) no-repeat; }
#ranking_tab li#tab2 a{ width:180px; background:url(../images/my_tab2.gif) -147px 0 no-repeat; }


#ranking_tab li#tab1 a:hover{ width:143px; background:url(../images/my_tab2.gif) 0 -34px no-repeat; }
#ranking_tab li#tab2 a:hover{ width:180px; background:url(../images/my_tab2.gif) -147px -34px no-repeat; }



#ranking_tab li#tab1.on{ width:143px; background:url(../images/my_tab2.gif) 0 -34px no-repeat; }
#ranking_tab li#tab2.on{ width:180px; background:url(../images/my_tab2.gif) -147px -34px no-repeat; }







#ranking_in #ranking_no1 table{
	margin-left:35px;
	margin-bottom:15px;
	width:500px;

}

#ranking_in #ranking_no1 table th{
	font-size:30px;
	font-weight:bold;
	color:#000000;
	height:42px;
	padding:10px 0 10px 10px;

}

#ranking_in #ranking_no1 table td{
	font-size:20px;
	height:42px;
	padding:10px 0 10px 13px;
	text-align:right;
		color:#000000;

}

#ranking_in #ranking_no1 table td strong{
	font-size:35px;
	font-weight:bold;
	color:#7a001c;
}



#ranking_in #ranking_no2 table{
	margin-left:65px;
	margin-bottom:15px;
	width:500px;

}

#ranking_in #ranking_no2 table th{

	width:390px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:20px 0 10px 10px;
}

#ranking_in #ranking_no2 table td{

text-align:center;
font-weight:bold;
	padding:20px 0 10px 10px;
}


html[xmlns] #ranking_in #ranking_no2 table th{

	width:390px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:20px 0 10px 10px;
}

html[xmlns] #ranking_in #ranking_no2 table td{

text-align:center;
font-weight:bold;
	padding:20px 0 10px 10px;
}


/* これ以降Netscape 4、Opera 4〜5のみに適用される /*//*/
#ranking_in #ranking_no2 table th{
	height:65px;
	width:390px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:10px 0 10px 10px;
}

#ranking_in #ranking_no2 table td{
height:65px;
text-align:center;
font-weight:bold;
}
/* これ以降全てのブラウザに適用される */ 

/*html[xmlns*=""] body:last-child #ranking_in #ranking_no2 table th{
	height:65px;
	width:390px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:10px 0 10px 10px;
}

html[xmlns*=""] body:last-child #ranking_in #ranking_no2 table td{
height:65px;
text-align:center;
font-weight:bold;
}







html[xmlns*=""] body:last-child #ranking_in #ranking_no2 table th{

	width:390px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:20px 0 10px 10px;
}

html[xmlns*=""] body:last-child #ranking_in #ranking_no2 table td{

text-align:center;
font-weight:bold;
	padding:20px 0 10px 10px;
}
*/


*html #ranking_in #ranking_no2 table th{
height:60px;
width:390px;
}

*html #ranking_in #ranking_no2 table td{
height:60px;
text-align:center;
font-weight:bold;
}


*+html #ranking_in #ranking_no2 table th{
height:45px;
width:390px;
}

*+html #ranking_in #ranking_no2 table td{
height:45px;
text-align:center;
font-weight:bold;
}








#ranking_in #ranking100 table{
	width:565px;
	border:1px solid #6c6c6c;
}


#ranking_in #ranking100 table th{
width:64px;
		color:#FFFFFF;
			border:1px solid #6c6c6c;
			background:#373737;
			text-align:center;
}

#ranking_in #ranking100 table td{


	padding:10px 25px 10px 13px;
		color:#FFFFFF;
			border:1px solid #6c6c6c;
			background:#373737;

}

#ranking_in #ranking100 table td.pointarea{
width:61px;
			text-align:center;
		color:#FFFFFF;
			border:1px solid #6c6c6c;
			background:#373737;

}




#ranking_in #ranking_no1{
margin-left:9px;
background:url(../images/no1.jpg) no-repeat;
width:598px;
height:82px;
margin-bottom:30px;
	padding-top:95px;
}

*html #ranking_in #ranking_no1{

width:598px;
height:177px;

}


#ranking_in #ranking_no2{
margin-left:22px;
background:url(../images/no2_3.jpg) no-repeat;
width:565px;
height:126px;
	padding-top:30px;

}

*html #ranking_in #ranking_no2{

height:156px;


}

#ranking_in #ranking100{
margin-left:22px;
width:582px;
margin-bottom:30px;


}

*html #ranking_in #ranking100{
margin-top:-14px;
}



#ranking_t1{
margin-left:7px;
margin-bottom:15px;}

#ranking_txt{
margin-left:10px;
margin-bottom:25px;
color:#FFFFFF;
margin-right:10px;
}

.ranking_user{
text-align:center;
}


.ranking_user_btn{
margin-left:175px;
padding-top:15px;
margin-bottom:30px;
}

*html .ranking_user_btn{
margin-left:175px;
padding-top:15px;
margin-bottom:30px;
}

*+html .ranking_user_btn{
margin-left:175px;
padding-top:15px;
margin-bottom:30px;
}

.ranking_user_btn a{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) no-repeat;
}

.ranking_user_btn a:hover{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) 0 -75px no-repeat;
}




.ranking_user_btn2{
margin-left:25px;
padding-top:15px;
margin-bottom:30px;
}



.ranking_user_btn2 a{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) no-repeat;
}

.ranking_user_btn2 a:hover{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) 0 -75px no-repeat;
}


.ranking_user_btn3{
margin-left:200px;
margin-bottom:40px;
}



.ranking_user_btn3 a{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) no-repeat;
}

.ranking_user_btn3 a:hover{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) 0 -75px no-repeat;
}


#dt_img1{
margin-left:22px;
margin-bottom:10px;
}

#dt_img2{
margin-left:6px;
margin-bottom:10px;
}

#dt_img3{
margin-left:6px;
margin-bottom:10px;
}

.ranking_user_btn4{
margin-left:160px;
margin-bottom:40px;
}



.ranking_user_btn4 a{
	display:block;
	text-indent:-9999px;
	width:322px;
	height:73px;
	background:url(../images/install.jpg) no-repeat;
}

.ranking_user_btn4 a:hover{
	display:block;
	text-indent:-9999px;
	width:322px;
	height:73px;
	background:url(../images/install.jpg) 0 -72px no-repeat;
}




.ranking_user_btn5{
margin-left:180px;
margin-bottom:40px;
}




.ranking_user_btn5 a{
	display:block;
	text-indent:-9999px;
	width:272px;
	height:98px;
	background:url(../images/install2.jpg) no-repeat;
}

.ranking_user_btn5 a:hover{
	display:block;
	text-indent:-9999px;
	width:272px;
	height:98px;
	background:url(../images/install2.jpg) 0 -98px no-repeat;
}

.ranking_user_btn6{
float:left;
margin-left:22px;
margin-right:8px;
}

*html .ranking_user_btn6{
float:left;
margin-left:12px;
margin-right:8px;
}






.ranking_user_btn6 a{
	display:block;
	text-indent:-9999px;
	width:270px;
	height:68px;
	background:url(../images/dtuse_btn.jpg) no-repeat;
}

.ranking_user_btn6 a:hover{
	display:block;
	text-indent:-9999px;
	width:270px;
	height:68px;
	background:url(../images/dtuse_btn.jpg) 0 -69px no-repeat;
}


.ranking_user_btn7{
margin-left:175px;
padding-top:15px;
margin-bottom:60px;
}



.ranking_user_btn7 a{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) no-repeat;
}

.ranking_user_btn7 a:hover{
	display:block;
	text-indent:-9999px;
	width:248px;
	height:75px;
	background:url(../images/user_come.gif) 0 -75px no-repeat;
}



/* =====================================================================
*    bp
* =================================================================== */


#main_box2{
	clear:both;
	width:630px;
	background:url(../images/ranking_middle.gif) repeat-y;
	padding:20px 0 25px 0;
	color:#FFFFFF;
}


#bp_detail{
	width:604px;
	height:290px;
	background:url(../images/bp_detail.jpg);
	margin-left:12px;

}

*html #main_box2{
	margin-top:-15px;
	}

.bp_txt{
margin:0 15px 30px 15px;}


.bp_txt strong{
color:#FFFF00;
}

.bp_txt b{
font-weight:bold;
}

.bp_txt span{
font-size:11px;
}



.bp_txt4{
margin:0 15px 30px 15px;}

.bp_txt4 img{
vertical-align:middle;
}

.bp_txt strong{

font-weight:bold;
}

#bp_image{
margin-bottom:54px;}


#bp_tab{
margin-left:10px;
position:absolute;
top:300px;
}


#bp_tab li{
	float:left;
}

#bp_tab li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}

#bp_tab li.on{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}


#bp_tab li#tab1 a{ width:144px; background:url(../images/bp_tab.gif) no-repeat; }
#bp_tab li#tab2 a{ width:144px; background:url(../images/bp_tab.gif) -144px 0 no-repeat; }


#bp_tab li#tab1 a:hover{ width:144px; background:url(../images/bp_tab.gif) 0 -34px no-repeat; }
#bp_tab li#tab2 a:hover{ width:144px; background:url(../images/bp_tab.gif) -144px -34px no-repeat; }



#bp_tab li#tab1.on{ width:144px; background:url(../images/bp_tab.gif) 0 -34px no-repeat; }
#bp_tab li#tab2.on{ width:144px; background:url(../images/bp_tab.gif) -144px -34px no-repeat; }


#bp_tab li#tab3 a{ width:187px; background:url(../images/bp_tab.gif) -288px 0 no-repeat; }
#bp_tab li#tab3 a:hover{ width:187px; background:url(../images/bp_tab.gif) -288px -34px no-repeat; }
#bp_tab li#tab3.on{ width:187px; background:url(../images/bp_tab.gif) -288px -34px no-repeat; }




#dt_tab{
margin-left:10px;
position:absolute;
top:300px;
}


#dt_tab li{
	float:left;
}

#dt_tab li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}

#dt_tab li.on{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:34px;
	margin-right:4px;
}


#dt_tab li#tab1 a{ width:144px; background:url(../images/dt_tab.gif) no-repeat; }
#dt_tab li#tab2 a{ width:140px; background:url(../images/dt_tab.gif) -144px 0 no-repeat; }
#dt_tab li#tab3 a{ width:144px; background:url(../images/dt_tab.gif) -283px 0 no-repeat; }

#dt_tab li#tab1 a:hover{ width:144px; background:url(../images/dt_tab.gif) 0 -34px no-repeat; }
#dt_tab li#tab2 a:hover{ width:140px; background:url(../images/dt_tab.gif) -144px -34px no-repeat; }
#dt_tab li#tab3 a:hover{ width:144px; background:url(../images/dt_tab.gif) -283px -34px no-repeat; }


#dt_tab li#tab1.on{ width:144px; background:url(../images/dt_tab.gif) 0 -34px no-repeat; }
#dt_tab li#tab2.on{ width:140px; background:url(../images/dt_tab.gif) -144px -34px no-repeat; }
#dt_tab li#tab3.on{ width:144px; background:url(../images/dt_tab.gif) -283px -34px no-repeat; }





#bp_detail_in{
width:195px;
margin-left:405px;
padding-top:10px;
}


.bp_btn{
margin:10px 0;}

.bp_btn a{
	display:block;
	text-indent:-9999px;
	width:187px;
	height:76px;
	background:url(../images/bp_btn.gif) no-repeat;
}

.bp_btn a:hover{
	display:block;
	text-indent:-9999px;
	width:187px;
	height:76px;
	background:url(../images/bp_btn.gif) 0 -76px no-repeat;
}




#avatar{
margin-left:10px;
padding-top:30px;
}

#bp_t1{
margin-bottom:20px;}


.bp_t1_sub{
margin-bottom:20px;}

.bp_t1_sub2{
margin-left:10px;
margin-bottom:20px;}

.dt2_bg{
height:255px;
background:url(../images/dt2_bg.jpg) left bottom no-repeat;}


#bp_t2{
margin-bottom:10px;
margin-left:15px;}

#bp_t3{
margin-bottom:25px;
}

#bp_t4{
margin-bottom:25px;
margin-left:15px;
}

#avatar_image{
margin-left:15px;
margin-bottom:30px;}

#under{
padding:20px 0;}

#code{

border:1px solid #A9AAA5;
height:80px;
line-height:18px;
padding:5px;
width:520px;}

#code2{

border:1px solid #A9AAA5;
height:100px;
line-height:18px;
padding:5px;
width:572px;
margin-bottom:40px;}



#code3{
border:1px solid #A9AAA5;
height:100px;
line-height:18px;
padding:5px;
width:572px;
margin-bottom:40px;
margin-left:10px;}

.bp_txt2{
margin-left:0px;
padding-top:25px;
font-size:10px;
margin-bottom:35px;
}


.bp_txt3{
margin-left:0px;
padding-top:25px;
font-size:11px;
margin-bottom:35px;
}

.bp2_box{
width:270px;
float:left;
margin-left:25px;
}

.img{
margin-right:15px;
}

.txt_blue strong{
color:#00ffff;
}

.step table th{
width:50px;
color:#FFFFFF;}

.step table th,.step table td{
vertical-align:middle;
padding-left:10px;
line-height:20px;
padding-bottom:15px;color:#FFFFFF;}




      h3 { font-size:100%; color:#FFFF00; margin-left:25px; font-weight:normal; margin-top:15px; margin-bottom:5px; font-weight:bold; }
	ol {  margin-left:50px; margin-right:20px;}
	.dotline { border-top:1px solid #999999;  margin: 5px 25px; height:1px;}
	
	
	*html .ienone{
	display:none;
	}