@charset "utf-8";
body{
	background-color: black;
	color: white;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #000;
}
h1,h2{
	padding: 0;
	margin: 0;
}
a img{
	border: none;
}
#wrapper{
	width: 1020px;
	margin: 0 auto;
}

#top{
	font-size: 0.8em;
	padding: 3px 0;
	height: 18px;
	border-bottom:1px solid #333;
}
#top p{
	font-size: 0.9em;
	float:left;
	width:500px;
	padding: 0;
	margin: 0;
	color:#ccc;
}
#toplist{
	float:left;
	width:250px;
	padding: 0;
	margin: 0;
}
#toplist li{
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #333;
}
#toplist li.last{
	border-right:none;
}
#toplist li a{
	color: #ffffff;
	text-decoration: none;
}
#toplist li a:hover{
	text-decoration: underline;
}

#left{
	width: 290px;
	float: left;
}
#right{
	width: 730px;
	float: left;
}
#logo{
	padding-top: 25px;
	padding-bottom: 20px;
}

#logo p{
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 0.8em;
}

#rightbox{
	width: 290px;
	float: left;
	padding: 0 0 20px 0;
}
#rightbox h2{
	background-image: url(../images/icon2.png);
	background-position: left 4px;
	background-repeat: no-repeat;
}
#rightbox form{
	position: relative;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 40px;
	border-top: 1px dotted #fff;
}
#rightbox form p{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 24px;
}
#rightbox form p input#keyword{
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 190px;
	border: none;
}
#rightbox form p #btn{
	position: absolute;
	top: 10px;
	left: 200px;
}

#ui-tab {
	width: 290px;
	height: 400px;
	position: relative;
}

#ui-tab ul{
	width: 40px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
#ui-tab ul li{
	width: 40px;
	min-width: 40px;
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: 1px solid #333;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    width: 40px;
    min-width: 40px;
    height: 28px;
    padding: 0;
    margin: 0;
}
.ui-tabs-panel {
    border-top: none;
    border-left: 1px solid #333;
    width: 200px;
    height: 500px;
    padding: 0 10px;
    margin: 0;
	float: left;
	background-color: #000;
}
.scroll-pane
{
    width: 200px;
    height: 500px;
	overflow: auto;
}
.scroll-pane a
{
	color: #fff;
}
.ui-tabs-hide {
	position: absolute;
	left: -10000px;
	display: block;
}
.scroll-pane p
{
	padding: 0;
	margin: 0;
}


#fragment-now a,#fragment-1 a,#fragment-2 a,#fragment-3 a,#fragment-4 a,#fragment-5 a,#fragment-6 a,#fragment-7 a,#fragment-8 a,#fragment-10 a {
	text-decoration: none;
	line-height: 150%;
}
#fragment-now a:hover,#fragment-1 a:hover,#fragment-2 a:hover,#fragment-3 a:hover,#fragment-4 a:hover,#fragment-5 a:hover,#fragment-6 a:hover,#fragment-7 a:hover,#fragment-8 a:hover,#fragment-10 a:hover {
	text-decoration: underline;
}

#infomation{
	padding: 15px 0 10px 0;
	height: 150px;
}
/*
#infomation img{
	width: 90px;
	margin: 0 10px;
	float: left;
}
*/
#infomation h2{
	float: left;
	font-size: 1em;
	line-height: 1em;
	padding: 20px 0;
}
#infomation p{
	float: left;
	font-size: 0.7em;
	margin: 0;
	padding: 8px 2px;
}

#right .story{
	width: 730px;
	height: 200px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	overflow:hidden;
}
#right .story p{
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 180px;
	font-size: 0.8em;
}
#right .story p span{
	display: inline-table;
	padding: 2px 0;
}
#right .story .num{
	padding: 2px 10px 0 0;
	width: 30px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	border-top: 1px solid #333;
}
#right .story img{
	width: 180px;
}


#right #result{
	border-top: 1px dotted #fff;
	padding: 5px 0;
	margin: 0;
}
#right #result li{
	padding: 4px 0;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
}
#right #result li a{
	color: #fff;
}

#footer {
	clear: both;
	font-size: 0.7em;
	color: #666;
	padding: 10px 0;
}
#footer p{
	padding: 10px;
	margin: 0;
}
#footerlist{
	padding: 30px 0 0 0;
	margin: 0;
}
#footerlist li{
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #fff;
}
#footerlist li.last{
	border-right:none;
}
#footerlist li a{
	color: #ffffff;
	text-decoration: none;
}
#footerlist li a:hover{
	text-decoration: underline;
}

#pager{
	font-size: 0.7em;
	padding: 0 0 10px 0;
	letter-spacing:0.1em;
}
#pager p{
	display: inline-table;
	padding: 0;
	margin: 0;
}
#pager p a{
	white-space:nowrap;
	padding: 3px 5px 1px;
	margin: 2px 0;
	width: 5em;
	display: inline-table;
	border: 1px solid #333;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}
#pager p a:hover{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}
#pager p a.now{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}
.ranking{
	list-style:none;
}
.ranking a{
	text-decoration: none;
	line-height: 150%;
	color:#fff;
}

