@charset "utf-8";
/* 
----------------------------------------------------------------------------- 
HTML ELEMENT RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6,textarea{font-size:100%;}
q:before,q:after{content:'';}

/* 
----------------------------------------------------------------------------- 
BASIC SETTING
-----------------------------------------------------------------------------*/
html {
	height:100%;
	margin-bottom:0.1px;
	}
	
body {
	font-family:"ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Lucida Grande", "メイリオ", Meiryo, sans-serif;
	font-size:76%;
	font-weight:normal;
	line-height:1.4;
	text-align:center;
	background-color: #fff;
	color: #808080;
	background:url(bgBody.gif);
	padding-bottom:60px;
	}

p,li,dd,table {line-height:1.4;}

a { 
	color:#808080;
	text-decoration:underline;
	overflow:hidden; /* Delete Link Border for Firefox */
	}
	
a:hover {
	color:#999999;
	text-decoration:none;	
	}

.clearfix:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
	 } 

.clearfix {  
     zoom: 100%;  
} 

.textStyle01 {
	display:none;
}
	
/* 
----------------------------------------------------------------------------- 
CONTAINER
-----------------------------------------------------------------------------*/
#container {
	background:url(bgBodyTopLine.gif) top left repeat-x;
	}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	width:860px;
	height:75px;
	background:url(bgHeader.gif) top left no-repeat;
	margin:0 auto;
	}

h1 {
	width:500px;
	float:right;
	text-align:right;
	padding:28px 20px 0px 0px;
	font-size:90%;
	}

h1 a {
	text-decoration:none;
	cursor:default;	
	}
	
h1 a:hover {color:#808080;}

#logo {
	float:left;
	padding:12px 0px 0px 19px;
	}

#headlineTable {
	clear:both;
	position:relative;
	top:3px;
	left:25px;
	float:left;
}

#headline {
	width:300px;
	text-align:left;
	padding:0px 0px 0px 37px;
	background:url(headLineNew.gif) left no-repeat;
	color:#F16D82;
	}

#headline a { 
	color:#4570d3;
	text-decoration:underline;
	overflow:hidden; /* Delete Link Border for Firefox */
	}
	
#headline a:hover {
	color:#7896db;
	text-decoration:none;	
	}

#subNavi {
	width:860px;
	margin:0 auto;
	}
	
#subNavi ul {
	float:right;
	display:block;
	width:500px;
	font-size:94%;
	position:relative;
	top:3px;
	left:-20px;
	}

#subNavi li {
	float:right;
	display:block;
	padding:0px 0px 0px 16px;
	margin-left:10px;
	background:url(arrowType01.gif) left no-repeat;
	}

	

/* 
----------------------------------------------------------------------------- 
PAGE TOP
-----------------------------------------------------------------------------*/	
#top .pageTop {
	color:#FF6600;
	text-align:right;
	margin-top:40px;
	margin-right:24px;
	margin-left:auto;
	background:url(arrowType03.gif) left no-repeat;
	width:70px;	
	font-size:90%;
}


#top .pageTop a { 
	color:#FF6600;
	text-decoration:underline;
	overflow:hidden; /* Delete Link Border for Firefox */
	}
	
#top .pageTop a:hover {
	color:#FF6600;
	text-decoration:none;	
	}

	
/* 
----------------------------------------------------------------------------- 
RANKING
-----------------------------------------------------------------------------*/	
#top #rankHeader {
	background:url(bgRankHeader.gif) top no-repeat;
	width:220px;
}

#top #rankHeader h2 {
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:9px 0px 15px 18px;
}

#top #rank {
	background:url(bgRankBody.gif) top repeat-y;
	width:220px;
	text-align:left;
}

#top #rank ul {
	width:180px;
	margin-left:17px;
}

#top #rank li {
	width:150px;
	padding:0px 0px 10px 25px;
}

#top #rank .rank01 {
	background:url(rank1.jpg) no-repeat top left;
}

#top #rank .rank02 {
	background:url(rank2.jpg) no-repeat top left;
}

#top #rank .rank03 {
	background:url(rank3.jpg) no-repeat top left;
}

#top #rank .rank04 {
	background:url(rank4.jpg) no-repeat top left;
}

#top #rank .rank05 {
	background:url(rank5.jpg) no-repeat top left;
}

#top #rank a { 
	color:#F16D82;
	text-decoration:underline;
	overflow:hidden; /* Delete Link Border for Firefox */
	}
	
#top #rank a:hover {
	color:#F7ACB8;
	text-decoration:none;	
	}

#top #rankFooter {
	background:url(bgRankFooter.gif) bottom no-repeat;
	width:220px;
	height:15px;
	margin-bottom:2px;
}

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width:860px;
	margin:5px auto 0;
}

#bgContentsHeader {
	width:860px;
	background:url(bgContentsHeader.gif) top no-repeat;
	padding-top:20px;
}

#bgContentsHeader h2 {
	margin-right:auto;
	background:url(bgMember.gif) left no-repeat;
	width:239px;
	height:21px;
	color:#FFFFFF;
	padding-top:7px;
	margin-left:25px;
	margin-bottom:10px;
}

#footerBody {
	width:860px;
	background:url(bgContentsBody.gif) top repeat-y;
}

#footer a { 
	color:#808080;
	text-decoration:underline;
	overflow:hidden; /* Delete Link Border for Firefox */
	}
	
#footer a:hover {
	color:#999999;
	text-decoration:none;	
	}

#footer ul {
	width:820px;
	text-align:left;
	margin-right:auto;
	margin-left:19px;
	font-size:85%;
	}

#footer li {
	padding:0px 7px 4px 7px;
	text-align:left;
	line-height:1.2;
	}

#footer table {
	width:800px;
	text-align:left;
	margin-right:auto;
	margin-left:19px;
	}

#footer table a {
	padding:0px 7px 0px 7px;
	}
	
#footer td {
	padding:0px 7px 0px 7px;
	}

.bgContentsFooter {
	background:url(bgContentsFooter.gif) bottom no-repeat;
	width:860px;
	height:18px;
	clear:both;
	}

#lineup{
	clear:both;
	width:855px;
	margin:0;
	text-align:left;
	background:url(dotLine.gif) repeat-x top left;
	}

#lineup ul{
	width:855px;
	text-align:left;
	display:block;
	padding-bottom:5px;
	margin-bottom:0;
	padding-top:5px;
	margin-top:5px;
	margin-left:0;
	}

#lineup li {
	text-align:left;
	display:inline;
	padding:0 12px 0 0;
	}

#lineup .last{
	text-align:left;
	width:179px;
	display:inline;
	padding:0;
	}


#portal{
	width:855px;
	margin:0;
	padding:10px 0 10px 0;
	text-align:left;
	}

#portal ul{
	width:855px;
	text-align:left;
	font-size:80%;
	margin-left:0;
	}

#portal li {
	padding:0px 7px 4px 7px;
	text-align:left;
	line-height:1.2;
	}
	
	
/* 
----------------------------------------------------------------------------- 
COPYRIGHT
-----------------------------------------------------------------------------*/

#copyright {
	clear:both;
	width:855px;
	margin:0;
	font-size:90%;
	color:#999999;
	background:url(dotLine.gif) repeat-x top left;
}

#copyright .leftArea{
	float:left;
	width:500px;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}

#copyright .rightArea{
	float:right;
	width:200px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

#copyright2 {
	clear:both;
	width:855px;
	margin:0;
	font-size:90%;
	color:#999999;
}

#copyright2 .leftArea{
	float:left;
	width:500px;
	text-align:left;
	padding-left:10px;
}

#copyright2 .rightArea{
	float:right;
	width:200px;
	text-align:right;
	padding-right:10px;
}

