body{
	margin:0px;
	padding:0px;
	font-size:14px;
	background:#fff url(../../../img/image.gif);
	behavior:url(../../../PIE.htc);
}
#_fotter{text-align:center;background:#000;color:#fff;margin:20px 0 0;padding:5px}
img#_icon_up{
	position:fixed;
	bottom:50px;
	left:1px;
	opacity:0.8;
}
img{
	border:0px;
	vertical-align:bottom;
}
div{
	margin:0px;
	padding:0px;
}

td{
	padding:0px;
	min-height:1em;
	vertical-align:top;
}


._left{
	text-align:left;
}
._center{
	text-align:center;
}
._right{
	text-align:right;
}

._bg_1{
	background-color:#f3f3f3;
}
._bg_2{
	background-color:#eee;
}
._bg_3{
	background-color:#ccc;
}

._bg_w{
	background-color:#fff;
}
._bg_c{
	background-color:#222;
}
._ssmall{
	font-size:10px;
}
._small{
	font-size:12px;
}
._big{
	font-size:16px;
}

._txt_white{
	color:#fff;
}
._txt_black{
	color:#000;
}
._txt_red{
	color:#f00;
}
._txt_glay{
	color:#999;
}

._border_0{
	border:0px solid #999;
}
._border_1{
	border:1px solid #999;
}
._pad{
	padding:5px;
}


table{
	border-collapse :collapse;
}
._maru_rt{
	border:1px solid #999;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
}
._maru_lt{
	border:1px solid #999;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
}
._maru_rb{
	border:1px solid #999;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
}
._maru_lb{
	border:1px solid #999;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
}
._maru{
	border:1px solid #999;
	border-radius:5px;
	-webkit-border-radius:5px;
}

._bold{
	font-weight:bold;
}

img#_loading{
	position:fixed;
	top:50%;
	left:50%;
}

dl#Menu_dl{
	float:left;
	width:210px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background: #f9f9f9;
}
dt.Menu_dt{
	margin:-1px 0px;
	border: solid 1px #999;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
dt.Menu_dt:first-child{
	margin:0px;
}
dt.Menu_dt:hover{
	background: #ccc;
}
dd.Menu_dd{
	display:none;
	margin:0px;
	margin-top:-1px;
	padding:5px;
	text-align:left;
	border: solid 1px #999;
}
dd._dd{
	margin:0px;
	margin-top:-1px;
	padding:0px;
	text-align:center;
	border: solid 1px #999;
	overflow:hidden;
}

table#_KijiList{
	
}

td._k_0{
	background: #fff;
	width:32px;
	vertical-align:middle;
	border:1px solid #999;
	padding:5px;
	color:#999;
}
td._k_1{
	background: #fff;
	width:auto;
	min-width:190px;
	vertical-align:middle;
	border:1px solid #999;
	padding:5px;
	line-height:15px;
}
td._k_2{
	background: #fff;
	width:120px;
	vertical-align:middle;
	border:1px solid #999;
	padding:5px;
	color:#999;
	font-size:10px;
}
td._k_3{
	background: #fff;
	width:30px;
	vertical-align:middle;
	border:1px solid #999;
	padding:5px;
}
td._kiji_text{
	padding:5px;
}
._gradient_orenge{
	color:#000;
	text-align:center;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffd5aa), to(#fff4ea));
	background: linear-gradient(to bottom, #ffd5aa, #fff4ea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5aa', endColorstr='#fff4ea', GradientType=0);
}
._gradient_red{
	color:#000;
	text-align:center;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffaaaa), to(#ffeaea));
	background: linear-gradient(to bottom, #ffaaaa, #ffeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaa', endColorstr='#ffeaea', GradientType=0);
}
._gradient_green{
	color:#000;
	text-align:center;
	background: -webkit-gradient(linear, center top, center bottom, from(#aaffaa), to(#eaffea));
	background: linear-gradient(to bottom, #aaffaa, #eaffea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffaa', endColorstr='#eaffea', GradientType=0);
}
._gradient_blue{
	color:#000;
	text-align:center;
	background: -webkit-gradient(linear, center top, center bottom, from(#aaffff), to(#eaffff));
	background: linear-gradient(to bottom, #aaffff, #eaffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffff', endColorstr='#eaffff', GradientType=0);
}
._gradient_gray{
	color:#000;
	text-align:center;
	background: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#f9f9f9));
	background: linear-gradient(to bottom, #efefef, #f9f9f9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f9f9f9', GradientType=0);
}

td a p{
	text-decoration: none;
	height:1.1em;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0;
	padding:0
	white-space:nowrap;
}
td a p:hover{
	background: #fee;
}
td._k_1 a{
	text-decoration: none;
}

td._k_2 a{
	text-decoration: none;
	color:#999;
}

div#_NextPage{
	width:50%;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	border:3px solid #999;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:3px 3px 10px #999;
}
div#_NextPage:active{
	box-shadow:1px 1px 0px #999 inset;
}
hr._Bar{
	width:0px;
	height:2px;
	background-color:#adff2f;
	border: none;
	text-align:left;
	margin:0px;
	padding:0px;
}
div#chotto{
	display:none;
	position:fixed;
	top:0;
	left:210px;
	border:2px solid #999;
	padding:0px;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:3px 3px 10px #999;
}
div#chotto_header{
	margin:0px;
	padding:0px;
	overflow:auto;
	box-shadow:0px 1px 5px #999;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
}
p#chotto_title{
	text-align:left;
	margin:0px;
	padding:5px;
	text-decoration: none;
	height:1em;
	white-space:nowrap;
	overflow:hidden;
	float:left;
}
#chotto_close{
	float:right;
}
div#chotto_body{
	width:auto;
	max-width:500px;
	height:20em;
	overflow:auto;
	padding:5px;
	background-color:#fff;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
}
div._mix_title{
	font-size:10px;
	color:#fff;
	border-radius:10px;
	text-align:center;
	margin:0 auto;
	padding:2px;
	width:10px;
	font-weight:bold;
	background:#3da7df;
	border-color:#30aae9;
}
a._top{
	float:right;
}
span._small_data , span._atode , span._atode_del{
	border:1px solid #999;
	background-color:#eee;
	font-size:10px;
	padding:3px;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
}
span._atode , span._atode_del{
	float:left;
}

ul.user_ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li.user_li{
	padding:5px;
	margin:0px;
	float:left;
}
span._setting{
	border:1px solid #999;
	background-color:#eee;
	font-size:10px;
	padding:3px;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 3px #999;
}
span._setting:hover{
	background-color:#ccc;
}
span._setting:active{
	background-color:#ccc;
	box-shadow:1px 1px 0px #999 inset;
}
div#_setting{
	display:none;
	content: "";
	position:absolute;
	background-color:#fff;
	border:2px solid #999;
	border-radius: 0.5em;
	padding:5px;
	box-shadow:3px 3px 10px #999;
}
div#_setting:before {
	position:absolute;
	content: "";
	top:-20px;
	left: 15px;
	border:9px solid transparent;
	border-bottom:9px solid #999;
}
div#_setting:after {
	position:absolute;
	content: "";
	top:-22px;
	left: 10px;
	border:14px solid transparent;
	border-bottom:14px solid #fff;
}
div#_setting > div{
	margin:5px;
	padding:3px;
	border:1px solid #999;
	border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	box-shadow:1px 1px 3px #999;
}
div#_setting > div:hover{
	background:#ccc;
}
div#_setting > div:active{
	background:#ccc;
	box-shadow:1px 1px 0px #999 inset;
}
div#highlight{
	display:none;
}
.highlight{
	color:#f00;
}

div#_rank_pc{
	height:122px;
	overflow:hidden;
}
div._samnail_box{
	width:200px;
	height:120px;
	float:left;
	border:1px solid #999;
	overflow:hidden;
}
span._samnail_p{
	width:200px;
	background-color:#999;
	opacity:0.8;
}
