/*
Theme Name: Librio (ja)
Description: Inspired by Mac OS X Leopard. (Japanese version)
Version: 1.0
Author: Deniart
Author URI: http://deniart.ru/
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	Librio v1.0
	http://deniart.ru/

	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: outside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 10px; margin-bottom: 0; }
img { border: none; }

/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #fafafa url(images/bg.png); 
}

h1, h2, h3 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 12px; line-height: 14px; }
h2 { font-size: 16px; line-height: 20px; margin-bottom: 5px; font-weight: bold;}
h3 { font-size: 14px; line-height: 18px; margin-bottom: 5px; font-weight: bold;}
h4 { font-size: 13px; line-height: 15px; margin-bottom: 5px; font-weight: bold;}
h5 { font-size: 11px; line-height: 15px; margin-bottom: 5px; }
h6 { font-size: 10px; line-height: 14px; margin-bottom: 5px; }

h2 span { color: #333; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #f00; text-decoration: none; }

p { margin-bottom: 10px; }

strong { font-size: 13px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	padding: 5px 10px;
	background: #eef3f7;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #e1e1e1;
}

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 0px auto 20px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(images/sidebar-bg.png) repeat-y top right; 
}

/* Seo
-------------------------------------------------------------------*/
#seo { 
	width: 900px; 
	height: 20px;
	float: right;
	position: relative; 
}
#seo h1{
	position: absolute; 
	right: 15px; 
	top: 5px;
}
#seo a { 
	color: #333; 
	text-shadow: 1px 1px 1px #ddd; 
	text-decoration: none; 
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 53px; 
	float: left; 
	background: #fafafa url(images/header-bg.png) no-repeat center; 
	position: relative;
}
#header h2 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333;
}
#header a { 
	color: #333; 
	text-decoration: none; 
}
#header span { 
	padding-left: 10px; 
	font-size: 12px; 
	color: #777; 
	text-shadow: 1px 1px 1px #eee; 
}

/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}
#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.png) no-repeat;
}

/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px;
	float: left; 
	height: 32px; 
	background: #fafafa url(images/nav-bg.gif) repeat-x; 
	position: relative; 
}
#nav ul { margin-left: 10px; }
#nav li { 
	display: inline; 
	padding-right: 5px; 
	padding-left: 5px; 
	border-right: 1px solid #777;
}
#nav li a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555; 
	line-height: 33px; 
}
#nav li a:hover { color: #f00; }
#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}
#content .top { margin-bottom: 30px; }

#content .pan { 
	width: 670px; 
	margin-bottom: 20px; 
	background: #fff; 
}
#content .pan a { 
	text-decoration: none;
	color: #333;
}
#content .pan a:hover { color: #f00; text-decoration:none; }
#content .topimg {
	width: 640px; 
	height: 180px; 
	margin: 0px 15px 10px; 
	background: url(images/top.jpg) no-repeat; 
}

#content .topimg .toptx {
	padding: 40px 85px 45px 250px; 
	margin: 0 auto 0 auto;
	text-align: center;
	font: bold 15px Verdana;
	color: #000;
	line-height: 20px;
}
#content .topimg .toptx span {color: #f00;}

#content .pageup {
	margin-bottom: 0px; 
	float: right; 
	padding-right: 15px; 
}

#content .post { 
	margin-bottom: 10px; 
	padding: 0px 15px 0px; 
}
#content .post h2.post-title { 
	color: #333;
	background: #D7F2F2 url(images/post.gif) no-repeat 0 6px; 
	padding: 5px 23px 3px;
	border:1px solid #ccc;
}
#content .post .ntag{
	font-size: 12px;
	color: #333;
	float: right; 
	padding-right: 15px; 
}
#content .post .ntag a { color: #333; text-decoration:none; }
#content .post .ntag a:hover { color: #f00;}
#content .post .post-info { 
	clear: both; 
	font-size: 12px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #bdccdc; 
	border-right: 1px solid #bdccdc; 
	border-left: 1px solid #bdccdc; 
	background: #e9eff5; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #f00; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 14px; text-decoration: none; }
#content #pages a:hover { color: #f00; }

#content ul, ol, dl { margin-bottom: 0px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}

#content .decbbk {
	font-weight: bold;
	font-size: 13px;
}
#content .decbrd {
	font-weight: bold;
	font-size: 13px;
	color: #f00;
}
#content .ind20 { margin-left: 20px; }

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px; 
	float: left; 
	font-size: 12px; 
	color: #555; 
	margin-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}
#sidebar h4{ 
	font: bold 12px Verdana; 
	color: #333; 
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #f00; }

#sidebar .block { 
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .block ul li { 
	padding-left: 15px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
	overflow: hidden;
}
#sidebar .sbnews { height: 38px;}
#sidebar .block .pdw { width: 170px; }

#sidebar .j5sb {
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .j5sb ul li { 
 	float: left; 
	width:15px;
	padding-left: 15px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

#sidebar .menu { 
	padding: 15px 15px 0px; 
	overflow: hidden;
}
#sidebar .mbo {
	padding: 4px 0px 4px; 
	background: #FFF; 
	border:1px solid #ccc;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .mli {
	padding: 2px 0px 1px 5px; 
}
#sidebar .adm {
	overflow: auto;
	width: 170px;
	height: 100px;
	background-color: #E6EDEE;
}

/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer-bg.png) no-repeat; 
}
#footer p { 
	line-height: 28px; 
	color: #333; 
	padding-left: 15px; 
	font-size: 12px; 
	margin: 0; 
}
#footer a { 
	color: #333;
	text-decoration: none;
}

/* Content News
-------------------------------------------------------------------*/
.contnews {
	width: 608px; 
	float: left; 
	padding: 10px 15px 10px; 
	background: #F9F9F9; 
	border:1px solid #ccc;
	margin-bottom: 10px;
}
.contnews a:hover { color: #F00; }
.contnews h3 { 
	border-bottom: 1px solid #ccc;
	position: relative; 
}
.contnews h3 .det { 
	position: absolute; 
	right: 5px;
	font-size: 12px;
	font-weight: normal;
}
.contnews h3 .pick{ color: #f00; }
.contnews  .mlist { 
	width: 88px; 
	overflow: hidden;
	white-space: nowrap;
}
.contnews .cnl { 
	width: 295px; 
	float: left; 
}
.contnews .cnr { 
	width: 295px; 
	float: right; 
}
.contnews .block2 { 
	padding: 10px 0px 10px 10px; 
	border:1px solid #ccc;
	background: #FFF; 
	white-space: nowrap;
}
.contnews .block2 .nlist { 
	width: 260px; 
	overflow: hidden;
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}
.contnews .block2 .rlist { 
	width: 275px; 
	overflow: hidden;
}
.contnews .spon {
	float: left; 
	padding: 5px 0px 5px 5px;
	margin-right: 10px;
	width:200px;
	height:60px;    
	overflow:hidden;
}
.contnews .camp {
	padding: 0px 5px 20px 5px; 
	overflow: auto;
	width: 595px;
	height: 100px;
	margin-bottom: 10px;
}

/* Contact
-------------------------------------------------------------------*/
.contact {
	padding: 30px 30px 20px 30px; 
	background: #F9F9F9; 
	border:1px solid #ccc;
}
.contact .mokuji h3 {
	clear: both;
	padding: 5px 10px 5px; 
	background: #BFBFFF; 
	border: 1px solid #ccc;
}
.contact .mokuji h3 a { color: #333; }
.contact .mokuji h3 a:hover { color: #f00; }

.contact .kiji {
	padding: 10px 10px 10px; 
	margin-bottom: 10px;
}
.contact .kiji h3 {
	width: 100%; 
	border-bottom:1px solid #ccc;
	color: #f00;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.contact .kiji h4 {
	width: 100%; 
	border-bottom:1px solid #ccc;
	color: #f00;
	margin-top: 10px;
}
.contact .kiji ul li {
	display: inline; 
	list-style: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	border-right: 1px solid #777;
	float: left; 
	white-space: nowrap;
	overflow:hidden;
}
.contact ul li a:hover { color: #f00; }
.contact .srset { 
	width: 578px;
	position: relative; 
}
.contact .srset h2 { 
	color: #f00;
	border-bottom:1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact .srset h2 .osus { 
	position: absolute; 
	color: #f00;
	right: 5px;
	font-size: 14px;
}
.contact .srset h3 {
	clear: both;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
.contact .srset h3 .rss { 
	position: absolute; 
	right: 5px;
}
.contact .srset h4 {
	clear: both;
	border-bottom:1px solid #ccc;
	color: #333;
	margin-top: 10px;
}
.contact .srset ul li {
	display: inline; 
	list-style: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	float: left; 
	white-space: nowrap;
	overflow:hidden;
}
.contact .srset dl dt { 
	font-weight: bold;
	float: left;
	width: 100px;
	margin-left: 10px;
}
.contact .srset dl dd { 
	padding-left: 110px;
	font-style: normal;
	margin: 0 0 0 0;
}
.contact .cblock { 
	padding: 10px 15px 10px; 
	margin-bottom: 10px;
	overflow: hidden;
	background: #FFF; 
	border:1px solid #ccc;
}
.contact .cblock ul li { 
	list-style: none;
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

.contact .list {
	width: 100%; 
	float: left; 
}
.contact .list ul li {
	display: inline; 
	list-style: none; 
	margin-right: 0px;
	float: left; 
	width: 144px
}
.contact .sum{
	float: left; 
	padding: 0px 15px 5px 0px; 
}
.contact .sums {
	float: left; 
	padding: 0px 10px 5px 0px; 
}
.contact .sumss {
	float: left; 
	padding: 0px 7px 5px 0px; 
	margin-bottom: 10px;
	border-bottom:1px solid #ccc;
	text-align: center;
}
.clr10{
	clear: both;
	margin-top: 20px;
}
.clr0{
	clear: both;
	margin-top: 0px;
}

/* data
-------------------------------------------------------------------*/
.data {
	width: 640px; 
	float: left; 
}
.data h3 {
	padding: 10px 10px 10px; 
	background: #BFBFFF; 
	border: 1px solid #ccc;
}
.data h3 a:hover { color: #f00; }
.data h3 a{ color: #333; }
.dtall {
	width: 628px; 
	float: left; 
	padding: 5px 5px 5px; 
	background: #E6EEEE;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 10px; 
}
.dtall a { color: #333; }
.dtall a:hover { color: #f00; }
.dtable {
	width: 638px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.red{
	color: #f00; 
	font-weight: bold;
}
.dtr-ttl {
	color: #3D3D3D;
	background-color: #E6EEEE;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}
.dtr-even {
	color: #3D3D3D;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
}
.dtr-odd {
	color: #3D3D3D;
	background-color: #F0F0F6;
	border-bottom: 1px solid #ccc;
}

.dtd-1 {
	width: 120px;
	float: left;
	padding: 5px 15px 5px;
	font-size: 13px;
	font-weight: bold;
}
.dtd-2 {
	width: 457px;
	float: left;
	padding: 5px 15px 5px;
	border-left:1px solid #ccc;
	font-size: 13px;
}

.dtjt-1 { width: 100px; float: left; padding: 5px 5px 5px; font-size: 12px; font-weight: bold; white-space: nowrap; overflow: hidden; }
.dtjt-2 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-3 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-4 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-5 { width: 60px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-6-1 { width: 58px; float: left; padding: 5px 1px 5px 2px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-6-2 { width: 20px; float: left; padding: 5px 2px 5px 2px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-6-3 { width: 20px; float: left; padding: 5px 2px 5px 1px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-7 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-8 { width: 40px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }
.dtjt-9 { width: 40px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; }

.dtj-1 { width: 100px; float: left; padding: 5px 5px 5px; font-size: 12px; font-weight: bold; white-space: nowrap; overflow: hidden; text-align: left; }
.dtj-2 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: right; }
.dtj-3 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: right; }
.dtj-4 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: right; }
.dtj-5 { width: 60px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: left; }
.dtj-6-1 { width: 58px; float: left; padding: 5px 1px 5px 2px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: center; }
.dtj-6-2 { width: 20px; float: left; padding: 5px 2px 5px 2px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: center; }
.dtj-6-3 { width: 20px; float: left; padding: 5px 2px 5px 1px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: center; }
.dtj-7 { width: 50px; float: left; padding: 5px 5px 5px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: left; }
.dtj-8 { width: 40px; float: left; padding: 6px 5px 8px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: center; }
.dtj-9 { width: 40px; float: left; padding: 6px 5px 8px; font-size: 12px; border-left:1px solid #ccc; white-space: nowrap; overflow: hidden; text-align: center; }

.dlist {
	width: 150px; 
	float: left; 
	vertical-align: middle;
}
.dlist2 {
	width: 305px; 
	float: left; 
	font-size: 12px;
}
.dlist-l {
	width: 455px; 
	float: left; 
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}
.dlist3 {
	width: 100%; 
	float: left; 
	vertical-align: middle;
}
.dlist3 ul {
	margin-bottom: 0px; 
}
.dlist3 ul li {
	display: inline; 
	list-style: none; 
	margin-right: 0px;
	float: left; 
	width: 152px;
	white-space: nowrap;
	overflow:hidden;
}
.osusume { 
	padding-left: 12px; 
	background: url(images/osusume.png) no-repeat 0px 3px; 
}
.osusume2 { 
	padding-left: 12px; 
	background: url(images/osusume2.png) no-repeat 0px 3px; 
}
.osusume3 { 
	padding-left: 12px;
}
.dlist4 a:hover { color: #f00; }
.dclr { clear: both; }

.drank1 {
	width: 45px; 
	float: left; 
	font-size: 12px;
	text-align: left;
}
.drank2 {
	width: 140px; 
	float: left; 
	font-size: 12px;
	text-align: left;
}
.drank3 {
	width: 40px; 
	float: left; 
	font-size: 12px;
	text-align: left;
}
.drank4 {
	width: 45px; 
	float: right; 
	font-size: 12px;
	text-align: right;
}

/* news
-------------------------------------------------------------------*/
.news {
	width: 638px; 
	float: left; 
	margin-bottom: 0px;
	border:1px solid #ccc;
}
.news h3 {
	padding: 5px 10px 5px; 
	background: #BFBFFF; 
	border: 1px solid #ccc;
	color: #333; 
}
.news h3 a { color: #333; }
.news h3 a:hover { color: #f00; }
.news h4 {
	padding: 5px 10px 0px;
	margin-bottom: 0px
	color: #333; 
}
.news p { padding: 5px 10px 5px; }
.news .trouble{ padding: 25px 20px 25px; }
.news a { color: #5371c5; }
.news a:hover { color: #f00; }

.news .sum{
	float: left; 
	padding: 10px 15px 5px 10px; 
}
.news .suml{
	padding: 5px 10px 5px 10px; 
}
.news .summ{
	float: left; 
	padding: 0px 0px 0px 3px; 
}

.news .dt{
	width: 385px; 
	padding: 5px 10px 5px 0px; 
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.news .dsc {font-weight: bold;}
.news .matta {
	padding: 5px 10px 5px; 
	font-weight: bold;
	font-size: 14px;
	padding-left: 30px; 
	background: url(images/matta.jpg) no-repeat;
}
.news .trouble .temp {
	width: 556px; 
	float: left; 
	padding: 10px 10px 10px; 
	margin: 0px 0px 10px 10px;
	border:1px solid #ccc;
}

.link {
	float: left; 
	padding: 5px 17px 15px; 
}
.link .ad {
	font-weight: bold;
	font-size: 14px;
	color: #5371c5;
}
.rev { padding: 5px 32px 20px; }
.rev span{
	font-weight: bold;
	font-size: 16px;
	color: #F00;
	border-bottom: 1px solid #ccc;
}
.link2 {
	float: left; 
	padding: 5px 6px 10px; 
}
.mlistr { 
	width: 84px; 
	overflow: hidden;
	white-space: nowrap;
}
.sougo {
	width: 553px;
	float: left; 
	margin-bottom: 15px;
}
.sougo .source {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #F0F0F6; 
}

/* table
-------------------------------------------------------------------*/
.wp-table-title {
	border:1px solid #ccc;
	padding: 10px 15px 5px;
	background-color: #bFbFFF;
	color: #3D3D3D;
	width: 544px;
	text-align: center;
}
.wp-table-title h3 {
	font-size: 15px;
	border: none;
}
.wp-table-review {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	table-layout: fixed;
	font-size: 12px;
	width: 576px;
	text-align: left;
}
.wp-table-review th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
	text-align: center;
}
.wp-table-review td {
	color: #3D3D3D;
	padding: 8px 10px 8px;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.wp-table-review .even td {
	background-color: #FFFFFF;
}
.wp-table-review .odd td {
	background-color: #F0F0F6;
}
.col100 { width: 70px; }
.col200 { width: 445px; }
.colth-1 { width: 200px; }
.colth-4 { width: 150px; }
.column-1 { width: 150px; }
.dlico-1 { width: 120px; }

.wp-table-ihc {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	font-size: 12px;
	text-align: left;
}
.wp-table-ihc td {
	color: #3D3D3D;
	padding: 8px 15px 8px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.wp-pagenavi .page, .extend {
	margin: 0 4px;
}
.wp-pagenavi .current {
	margin: 0 4px;
	font-size: 14px;
}
.sumg {
	float: left;
	margin-left: 2px;
}
.sumn {
	float: left; 
	padding: 0px 10px 0px 0px; 
}

a.surl{
  display: block;
  width: 380px ;
  }

.go {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.ovws {
	overflow: hidden;
	white-space: nowrap;
}
.revnv {
	height: 180px;
	overflow: hidden;
}
