﻿@charset "utf-8";

body{
	height:100%;
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size:100.01%;
	line-height:1.4;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}

div#wrapper {
    width: 100%;
}
div#header {
	width:100%;
	height:40px;
	font-size:24px;
	font-weight: bold;
}
div#main {
    width: 100%;
    float: right;
}
div#content {
    margin-left: 198px;
	margin-right:10px;
	min-width:600px;
	min-height:800px;
	height:auto !important;
	height:800px;
	border:solid 1px #000000;
}
div#sub {
    width: 200px;
    margin-right: -200px;
    float: left;
}
div#navi {
	margin-left:10px;
	width:178px;
	min-height:800px;
	height:auto !important;
	height:800px;
	border:solid 1px #000000;
	text-align:left;
}
#footer{
	clear: both;
	width: 100%;
	font-size:10pt;
	text-align: center;
}

img {
	border:none;
	margin:0;
	padding:0;
}

img.va {
	vertical-align:-0.12em;
}

a {
	text-decoration:none;
}
a:link{
	color: #000000;
}
a:visited{
	color: #111111;
}
a:hover{
	color: #555555;
	text-decoration:underline;
}
a:active{
	color: #555555;
	background:#CCFFFF;
}



a.pickup{
	display:block;
	width:99%;
	font-size:10pt;
}
a.headline{
	display:block;
	width:99%;
	font-size:10pt;
}

a.title{
	display:block;
	width:99%;
	font-size:12pt;
	padding:2px 2px;
}
a.blogname{
	color:#000000;
}
a.blogname:visited{
	color:#000000;
}

div.entry{
	position:relative;
	top:0px;
	left:0px;
	height:28px;
	width:100%;
	overflow:hidden;
}
div.entry_text{
	position:absolute;
	top:4px;
	left:4px;
	height:24px;
	width:100%;
	line-height:22px;
	text-align:left;
}

div.f20 {
width:100%;height:200px;background:#F5F5F5;border-bottom:solid 1px black;
}
div.f21 {
width:100%;height:40px;overflow:hidden;border-top:solid 1px black;border-bottom:solid 1px #CCCCCC;
}
div.f22 {
width:160px;height:160px;float:left;
}
div.f23 {
position:relative;width:158px;height:158px;text-align:center;
}
div.f24 {
height:160px;overflow:hidden;text-align:left;
}

div.f30 {
position:relative;width:150px;height:150px;text-align:center;float:left;
}
div.f31 {
width:148px;height:148px;border:solid 1px black;
}
div.f32 {
position:absolute;top:80px;left:0px;width:148px;height:68px;overflow:hidden;font-size:11pt;color:black;background-color:rgba(255, 255, 255, 0.6);
}
div.f33 {
position:absolute;top:0px;left:0px;width:100%;overflow:hidden;text-align:left;color:white;text-shadow:0px -1px 10px black,1px 0px 10px black,0px 1px 10px black,-1px 0px 10px black;
}
div.f34 {
position:absolute;top:0px;left:0px;height:2px;background:blue;overflow:hidden;
}

* html div#contents{
	height: 100%;
	overflow: auto;
}

td.cate{
	width:85px;
	text-align:left;
}
td.title{
	font-size:12pt;
}
td.favicon {
	width:20px;
}


td.date{
	width:100px;
	height:31px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10pt;
}
td.thumb {
	width:20px;
	text-align:center;
}
td.progress {
	width:100px;
	text-align:left;
}

tr.line1{ 
	background:#F5F5F5;
}
tr.line1:hover td {
	background: #E0FFFF;
}
tr.line1:hover td:hover {
	background: #E0FFFF;
}
tr.line2{
	background:#FFFFFF;
}
tr.line2:hover td {
	background: #E0FFFF;
}
tr.line2:hover td:hover {
	background: #E0FFFF;
}
tr.line3{
	background:#FBEFEF;
}
tr.line3:hover td {
	background: #E0FFFF;
}
tr.line3:hover td:hover {
	background: #E0FFFF;
}
tr.line4{
	background:#E0FFFF;
}
tr.line4:hover td {
	background: #E0FFFF;
}
tr.line4:hover td:hover {
	background: #E0FFFF;
}

div.container {
width: 950px; /* ナビゲーションの幅 */
margin: 0 auto; /* センターに配置 */
}


div.rank {
	width:160px;
	height:30px;
	padding:8px 4px 4px;
	float:left;
	font-size:13pt;
	font-weight: bold;
}
div.rank_name {
	width:550px;
	height:30px;
	padding:8px 4px 4px;
	float:left;
	text-align:left;
	font-size:12pt;
	font-weight:bold;
	overflow:hidden;
}
div.rank_inout{
	width:212px;
	height:30px;
	padding:8px 4px 4px;
	float:left;
	font-size:10pt;
}
div.rank_cate{
	width:80px;
	height:30px;
	padding:8px 4px 4px;
	float:left;
	font-size:10pt;
	text-align:left;
}
.clear {
	clear:both;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* progress */
div.progress {
	width:90px;
	height:20px;
	border:solid 1px #CCCCCC;
}

/* side move */
ul.side_list{ 
	margin: 5px 10px 0px 10px;
	padding :0; 
	list-style: none;
}
ul.side_list li{
	display: block;
	padding: 2 0 3 18px;
	color:#555;
	width: 150px;
	margin: 5px;
	font-size:12pt;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}
ul.side_list a{
	display: block;
}
ul.side_list a:hover{
	background: #F5F5F5;
}

/* FixedBox */
div#FixedBox {
	margin-left:10px;
	width:178px;
	border:solid 1px #000000;
}
.fixed {
	position:fixed;
	top:10px;
}

/* Category Mark */
div.c10 {
	padding:2px;
	background:#FF3333;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c20 {
	padding:2px;
	background:#3333FF;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c30 {
	padding:2px;
	background:#FF00FF;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c40 {
	padding:2px;
	background:#00FFFF;
	font-size:10pt;
	color:#000000;
	display:inline;
}
div.c50 {
	padding:2px;
	background:#FF3399;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c60 {
	padding:2px;
	background:#9933FF;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c70 {
	padding:2px;
	background:#7FFF00;
	font-size:10pt;
	color:#000000;
	display:inline;
}
div.c80 {
	padding:2px;
	background:#FF9933;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c90 {
	padding:2px;
	background:#009900;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
div.c95 {
	padding:2px;
	background:#666666;
	font-size:10pt;
	color:#FFFFFF;
	display:inline;
}
