/*
-------------------------------------------------------------
	Website: 宮城蔵王えぼしスキー場公式サイト
	Website URL: http://www.eboshi.co.jp 
	Title: 宮城蔵王えぼしスキー場公式サイト
	File: style.css
	Description: 宮城蔵王えぼしスキー場Green seasonページのベーススタイルシート
	Copyright: 2008 miyagizaokanko All Rights Reserved. 
-------------------------------------------------------------
*/

/*
	Index
	---------------------------------------------------------
	
	1. リセット
	2. 基本設定
	3. ヘッダー部分
	4. コンテンツ部分
	5. レフトサイド部分
	6. メインコンテンツ部分
	7. フッター部分
	8. リスト・テーブル設定
	
*/



/*  リセット
-------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,p,blockquote,th,tr,td,img {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul, dl {
	list-style: none;
}

/*  基本設定
-------------------------------------------------------*/
body {
	background: #FFF url(../images/eboshi-img/green/all/bg_body2010_09.jpg) repeat-x;
	font: 75%/1.3 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", arial;
	letter-spacing: 0.1em;
	color: #343434;
	text-align: justify;
	text-justify: inter-ideograph;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #009933;
	text-decoration: underline;
}

a:hover {
	color: #CC6666;
}

img,hr {
	border-style: none;
	border-width: 0px;
}

img.top-sp {
	margin-top: 30px;
}

#main-contents a:hover img,
#leftside a:hover img,
.bannergrouptop a:hover img {
	opacity: 0.7;/*Opera,Firefox,Safari用*/
	filter: alpha(opacity=70);/*IE用*/
}

p {
	margin-bottom: 10px;
}

p.center {
	text-align:center;
	display: inline;
}

p.center-box {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

.clear {
	clear: both;
	margin-top: 20px;
}

p.r-img {
	float: right;
}

p.l-img {
	float: left;
}

p.r10-img,
p.r10-img-no {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

p.l10-img,
p.l10-img-no {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

img.no-deco,
p.r10-img-no,
p.l10-img-no {
	background: none;
	border: none;
	border-style: none;
	padding: 0px;
}

p.sp-top {
	margin-top: 10px;
}

p.cap {
	background: url(../images/eboshi-img/green/bg_cap.gif) no-repeat;
	height: 25px;
	padding-left: 28px;
	padding-top: 6px;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
}

hr.flotclear { 
	visibility: hidden; 
	clear:both;
}

hr.penline {
	background: url(../images/eboshi-img/bg_penline.png) no-repeat;
	height: 10px;
	width: 610px;
	clear: both;
}

strong.red {
	color: #E91F1F;
}

span.sum_zoom {
	font-size: 9px;
	display: block;
}

h5{
	font-weight: bold;
	color: #E91F1F;
	margin-bottom: 10px;
	font-size: 125%;
}

/*  ヘッダー部分
-------------------------------------------------------*/
#header {
	background: url(../images/eboshi-img/green/all/2010-2bg_hd.png) no-repeat;
	height: 306px;
	margin-top: -10px;
	padding: 0px;
}

#left-logo a {
	height: 100px;
	width: 180px;
	float: left;
	margin-top: 10px;
	background: url(../images/eboshi-img/logo2010-g.png) no-repeat;
	margin-left: 90px;
}

.top-navi {
	padding-top: 10px;
	float: left;
	padding-left: 123px;
}

.top-navi li {
	float: left;
	border-left: 1px solid #FFFFFF;
	text-indent: 5px;
	padding-right: 4px;
	padding-left: 2px;
	height: 15px;
	display: block;
}

.top-navi li.first {
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


.top-navi li a {
	color: #FFFFFF;
}

.bannergrouptop {
	height: 70px;
	width: 330px;
	margin-left: 400px;
	margin-top: 10px;
}

#fontsize-box {
	background: url(../images/eboshi-img/bg_fontsize.png) no-repeat;
	height: 25px;
	width: 135px;
	padding-left: 80px;
	position: absolute;
	padding-top: 3px;
	margin-left: 775px;
	margin-top: 10px;
}

/*  コンテンツ部分
-------------------------------------------------------*/
#navi {
	width: 840px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -176px;
	clear: both;
}

#content-wrapper {
	background: url(../images/eboshi-img/green/all/bg_content.png) repeat-y;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

#main-contents {
	padding-top: 15px;
	margin-right: 20px;
	float: right;
	width: 610px;
	display: inline;
}

#breadcrumbs {
	padding-bottom: 10px;
	font-size: 10px;
}

/*  レフトサイド部分
-------------------------------------------------------*/
#leftside {
	float: left;
	background: url(../images/eboshi-img/green/all/bg_side.png) no-repeat;
	width: 190px;
	margin-top: 15px;
	margin-left:20px;
	display: inline;
}

#leftside h3 {
	height: 30px;
	width: 120px;
}

#leftside ul.menu {
	padding-top: 10px;
}

#leftside ul.menu li {
	background: url(../images/eboshi-img/bg_menu_li.png) no-repeat;
	height: 30px;
	width: 190px;
	text-indent: 22px;
	line-height: 30px;
	font-size: 12px;
}

.leftbanner {
	margin-top: 40px;
}

.leftbanner h4 {
	background: url(../images/eboshi-img/green/bg_bannar-h4.png) no-repeat;
	display: block;
	height: 32px;
	width: 190px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.banneritem li {
	margin-bottom: 10px;
}

/*  メインコンテンツ部分
-------------------------------------------------------*/
#main-contents h2 {
	height: 150px;
	width: 610px;
	padding-bottom: 10px;
}

#main-contents h3 {
	height: 37px;
	width: 610px;
	margin-bottom: 10px;
}

#main-contents h4 {
	background: url(../images/eboshi-img/bg_h4.gif) no-repeat;
	height: 30px;
	font-weight: bold;
	color: #EA6515;
	line-height: 2em;
	text-indent: 20px;
	border-bottom: 1px solid #FF7C00;
	font-size: 125%;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
}

#main-contents h4.clear {
	clear: both;
}

#back-top {
	background: url(../images/eboshi-img/btn_pagetop.png) no-repeat;
	height: 29px;
	width: 87px;
	margin-top: 20px;
	float: right;
	margin-bottom: 10px;
	clear: both;
}

#back-top a {
	height: 29px;
	width: 87px;
	display: block;
}

#kiji-box {
	min-height: 150px;
	background: url(../images/eboshi-img/green/bg_kiji.gif) no-repeat bottom;
	width: 610px;
	display: inline;
}

#kiji-box.kiji-ski {
	background: url(../images/eboshi-img/winter/bg_kiji-ski.png) no-repeat bottom;
}

#kiji-box.first-sp {
	margin-top: 10px;
	clear: both;
}

#kiji-box.second {
	margin-top: 20px;
}

#kiji-box #pickup {
	padding: 10px;
}

#kiji-box #pickup.nthk {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000066;
	background: #000000 url(../images/eboshi-img/winter/school/bg_night.jpg) no-repeat bottom;
	color: #FFFFFF;
	margin-top: 20px;
}

.kiji-img-left dt {
	float: left;
	margin-right: 17px;
	padding-bottom: 20px;
}

.kiji-img-right dt {
	float: right;
	margin-left: 17px;
	margin-bottom: 20px;
}

.kiji-img-left dt img,
.kiji-img-right dt img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#photoimg {
	margin-top: 10px;
	height: 130px;
	margin-bottom: 20px;
}

#photoimg dl {
	height: 120px;
	float: left;
	width: 190px;
	display: inline;
	margin-left: 17px;
}

#photoimg dl.first {
	margin-left: 0px;
}

#photoimg dt img {
	border: 3px solid #000033;
}

#photoimg dd{
	font-size: 80%;
}

/*  フッター部分
-------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	height: 80px;
	background: url(../images/eboshi-img/green/all/bg_footer.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.footer-navi {
	padding-top: 10px;
	padding-left: 90px;
}

.footer-navi li {
	float: left;
	border-left: 1px solid #FFFFFF;
	text-indent: 5px;
	padding-right: 4px;
	padding-left: 2px;
}

.footer-navi a {
	color: #FFFFFF;
	font-size: 12px;
}

p.copylight {
	text-align: right;
	padding-right: 90px;
	font-weight: bold;
	margin-top: 10px;
}

address {
	font-style: normal;
	vertical-align: text-botom;
	clear: both;
	text-align: right;
	padding-right: 90px;
}

/* リスト・テーブル設定
-------------------------------------------------------------*/
ul.impo-list li {
	background: url(../images/eboshi-img/bg_impo-list.png) no-repeat;
	line-height: 1.5em;
	padding-top: 2px;
	margin-bottom: 8px;
	padding-left: 2.2em;
	margin-top: 10px;
}

ul.maru-list li {
	background: url(../images/eboshi-img/bg_maru_li.png) no-repeat;
	line-height: 1.3em;
	margin-bottom: 8px;
	padding-left: 1.7em;
	margin-top: 10px;
}

ul.btn-list li {
	float: left;
	margin-right: 20px;
}

ul.btn-list li.second {
	margin-right: 0px;
}

dl.qa-list dt {
	background: url(../images/eboshi-img/bg_qa-list.png) no-repeat;
	font-size: 120%;
	color: #D72129;
	font-weight: bold;
	padding-top: 0.4em;
	padding-left: 3.7em;
	line-height: 2em;
	height: 40px;
}

dl.qa-list dd {
	background: url(../images/eboshi-img/bg_qa-list2.png) no-repeat;
	padding-top: 0.8em;
	padding-left: 4em;
	margin-top: 10px;
}

dl.impo dt {
	background: url(../images/eboshi-img/bg_qa-list2.png) no-repeat;
	font-size: 120%;
	color: #D72129;
	font-weight: bold;
	padding-top: 0.4em;
	padding-left: 3.7em;
	line-height: 2em;
	height: 40px;
}

dl.impo dd {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}


.recommend {
	padding-bottom: 30px;
}

.recommend dl {
	float: left;
	width: 190px;
	padding-right: 20px;
	height: 90px;
	background: #FFFFFF;
	font-size: 90%;
}

.recommend dl.last {
	padding: 0px;
}

.recommend dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.recommend dt img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.recommend2 {
	padding-bottom: 30px;
}

.recommend2 dl {
	float: left;
	width: 295px;
	padding-right: 20px;
	height: 90px;
	background: #FFFFFF;
	font-size: 90%;
}

.recommend2 dl.last {
	padding: 0px;
}

.recommend2 dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.recommend2 dt img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

table.base-tb table {
	margin-bottom: 20px;
	font-size: 85%;
}

#ryokin {
	margin-top: -160px;
}

table.base-tb table,
table.base-tb th,
table.base-tb td {
	padding: 5px;
	border: 1px solid #666666;
}

table.base-tb th {
	background: #669933;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

table.base-tb td.c {
	text-align: center;
}

table.base-tb td.b {
	font-weight: bold;
}

table.base-tb td.cb {
	font-weight: bold;
	text-align: center;
}

table.base-tb td.w {
	background: #FFFFFF;
}

table.base-tb td.komoku50b {
	width: 50%;
	text-align: center;
	font-weight: bold;
}

table.base-tb td.komoku50c {
	width: 50%;
	text-align: center;
}

table.base-tb td.komoku-number {
	width: 3%;
}

table.base-tb td.komoku20c {
	width: 20%;
	text-align: center;
}

table.base-tb td.komoku20b {
	width: 20%;
	text-align: center;
	font-weight: bold;
}

table.base-tb td.komoku25 {
	width: 25%;
	background: #FFE6FF;
	text-align: center;
	font-weight: bold;
}

table.base-tb td.komoku25c {
	width: 25%;
	text-align: center;
}

table.base-tb td.komoku25b {
	width: 25%;
	text-align: center;
	font-weight: bold;
}

table.base-tb td.komoku33b {
	width: 33%;
	text-align: center;
	font-weight: bold;
}

table.base-tb td.komoku33c {
	width: 33%;
	text-align: center;
}

table.base-tb tr.first {
	background: #FFE6FF;
}

table.base-tb tr.second {
	background: #D2FFD8;
}

table.base-tb tr.third {
	background: #E6FFED;
}

table.base-tb tr.fourth {
	background: #F4FFFA;
}

/* トピックス
-------------------------------------------------------------*/
h3.topicsemenu {
	background: url(../images/eboshi-img/green/all/tl_side_topics.png) no-repeat;
}

h2.topics {
	background: url(../images/eboshi-img/green/all/tl_topics.jpg) no-repeat;
}

/* グリーンシーズン
-------------------------------------------------------------*/
.moduletable-greenemenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_green.png) no-repeat;
}

h2.green {
	background: url(../images/eboshi-img/green/all/tl_green.jpg) no-repeat;
}

h3.suisen {
	background: url(../images/eboshi-img/green/all/tl_suisen.png) no-repeat;
}

h3.shiroyashio {
	background: url(../images/eboshi-img/green/all/tl_shiroyashio.png) no-repeat;
}

h3.natsuyasumi {
	background: url(../images/eboshi-img/green/all/tl_natsuyasumi.png) no-repeat;
}

h3.imoni {
	background: url(../images/eboshi-img/green/all/tl_imoni.png) no-repeat;
}

h3.activ {
	background: url(../images/eboshi-img/green/all/tl_actv.png) no-repeat;
}

.anshin {
	border: 1px solid #F61500;
	padding: 10px;
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

/* トレッキング
-------------------------------------------------------------*/
.moduletable-trekkingmenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_trekking.png) no-repeat;
}

h2.trekking {
	background: url(../images/eboshi-img/green/all/tl_trekking.jpg) no-repeat;
}

h3.trecourse {
	background: url(../images/eboshi-img/green/all/tl_tre-course.png) no-repeat;
}

.comap {
	width: 295px;
	float: left;
	margin-bottom: 10px;
}

.foodmap {
	width: 295px;
	float: right;
}

.cobtn {
	width: 275px;
	background: url(../images/eboshi-img/green/trekking/bg_coursebtn.png) no-repeat;
	height: 328px;
	float: right;
	padding: 40px 10px 9px;
}

.cobtn li {
	margin-bottom: 7px;
}

/* ゴンドラ・リフト
-------------------------------------------------------------*/
.moduletable-gondraemenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_gondra.png) no-repeat;
}

h2.gondra {
	background: url(../images/eboshi-img/green/all/tl_gondra.jpg) no-repeat;
}

/* 宿泊
-------------------------------------------------------------*/
.moduletable-staymenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_stay.png) no-repeat;
}

h2.stay {
	background: url(../images/eboshi-img/green/all/tl_stay.jpg) no-repeat;
}

h3.accommo {
	background: url(../images/eboshi-img/green/all/tl_accommo.png) no-repeat;
}

h3.gasyuku {
	background: url(../images/eboshi-img/green/all/tl_gasyuku.png) no-repeat;
}

/* イベント
-------------------------------------------------------------*/
h3.eventmenu {
	background: url(../images/eboshi-img/green/all/tl_side_event.png) no-repeat;
}

h2.event {
	background: url(../images/eboshi-img/green/all/tl_event.jpg) no-repeat;
}

h3.evjyoho {
	background: url(../images/eboshi-img/green/all/tl_evjyoho.png) no-repeat;
}

h3.evcalendar {
	background: url(../images/eboshi-img/green/all/tl_evcalendar.png) no-repeat;
}

/* アクセス
-------------------------------------------------------------*/
.moduletable-accessmenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_access.png) no-repeat;
}

h2.access {
	background: url(../images/eboshi-img/green/all/tl_access.jpg) no-repeat;
}

h3.acmap {
	background: url(../images/eboshi-img/green/all/tl_acmap.png) no-repeat;
}

/* わかさ
-------------------------------------------------------------*/
.moduletable-wakasamenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_wakasa.png) no-repeat;
}

h2.wakasa {
	background: url(../images/eboshi-img/green/all/tl_wakasa.jpg) no-repeat;
}

h3.safemenu {
	background: url(../images/eboshi-img/green/all/tl_side_safety.png) no-repeat;
}

h3.wakasa {
	background: url(../images/eboshi-img/green/all/tl_wakasa-g.png) no-repeat;
}

h3.gaiyo {
	background: url(../images/eboshi-img/green/all/tl_gaiyo.png) no-repeat;
}

/* 安全報告書
-------------------------------------------------------------*/
h3.anzen {
	background: url(../images/eboshi-img/winter/all/tl_anzen.png) no-repeat;
}

h3.anzen20 {
	background: url(../images/eboshi-img/winter/all/tl_anzen20.png) no-repeat;
}

h3.anzen21 {
	background: url(../images/eboshi-img/winter/all/tl_anzen21.png) no-repeat;
}

/* サイトマップ
-------------------------------------------------------------*/
.moduletable-sitemapmenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_sitemap.png) no-repeat;
}

h2.sitemap {
	background: url(../images/eboshi-img/green/all/tl_sitemap.jpg) no-repeat;
}

/* おかま
-------------------------------------------------------------*/
.moduletable-okamamenu h3 {
	background: url(../images/eboshi-img/green/all/tl_side_sitemap.png) no-repeat;
}

h2.okama {
	background: url(../images/eboshi-img/green/all/tl_okama.jpg) no-repeat;
}

/* ギャラリー
-------------------------------------------------------------*/
h3.galla-menu {
	background: url(../images/eboshi-img/green/all/tl_side_gallary.png) no-repeat;
}

h2.ebo-gallary {
	background: url(../images/eboshi-img/green/all/tl_gallary.jpg) no-repeat;
}

/* 観光情報
-------------------------------------------------------------*/
h2.sightseeing {
	background: url(../images/eboshi-img/green/etc/tl_sightseeing.jpg) no-repeat;
}

.link-list img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

img.no-deco a:hover{
	text-decoration: none;
}

.link-list li {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	width: 194px;
}

.link-list li.last {
	margin-right: 0px;
}

/* hidden
-------------------------------------------------------------*/
.ov-hiddn,
#left-logo h1,
#leftside h3,
#main-contents h2,
#main-contents h3,
#back-top {
	overflow: hidden;
	text-indent: -700em;
	display: block;
}

/* clearfix
-------------------------------------------------------*/
#kiji-box:after,
#content-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#kiji-box,#content-wrapper {display: inline-block}

/* base
-------------------------------------------------------*/
#jwts_tab {
	width: 610px;
}

table.contentpaneopen,
table.blog {
	width: 610px;
}

h4.contentheading {
	background: url(../images/eboshi-img/bg_h4.gif) no-repeat;
	height: 30px;
	font-weight: bold;
	color: #EA6515;
	line-height: 2em;
	text-indent: 20px;
	font-size: 125%;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	margin-top: -10px;
	margin-bottom: 20px;
	background: url(../images/eboshi-img/icon-date.gif) no-repeat 0 2px;
	display: block;
}

.post img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

table.blogkoshin li.caption {
	background: url(../images/eboshi-img/bg_maru_li.png) no-repeat;
	line-height: 1.3em;
	margin-bottom: 8px;
	padding-left: 1.7em;
	margin-top: 10px;
}

ul.pagination li {
	float: left;
}

/* huck(IE)
-------------------------------------------------------*/
*:first-child+html #header {
	margin-top: 0px;
}

*:first-child+html #fontsize-box {
	margin-top: -27px;
	margin-left: 500px;
}

*:first-child+html hr.penline {
	background: url(none);
	height: 1px;
	border-bottom: 1px dashed #999999;
}

*:first-child+html #jwts_tab.jwts_tabber {
	display: inline;
}

head~/* */body #content-wrapper {
	margin-left: 7%;
}

head~/* */body .top-navi {
	padding-bottom: 10px;
}

/* huck(Firefox3,safari)
-------------------------------------------------------*/
html>/**/body .top-navi, x:-moz-any-link, x:default {
	padding-bottom: 10px;
}

html>/**/body #content-wrapper, x:-moz-any-link, x:default {
	margin-left: 7%;
}

html[xmlns*=""] body:last-child .top-navi {
	padding-bottom: 10px;
}

html[xmlns*=""] body:last-child #content-wrapper {
	margin-left: 7%;
}

/* myAccourdion
-------------------------------------------------------*/
.myAccordion-declencheur {
	text-align: center;
	width: 600px;
	height: 25px;
	padding-top: 8px;
	border: 1px solid #666666;
	margin-left: 4px;
	background: #FFFFFF url(../images/eboshi-img/slide_bg.png) repeat-x;
	margin-top: 10px;
}

/* wordpress
-------------------------------------------------------*/
.single-cat {
	float: right;
	padding-top: 30px;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(../images/eboshi-img/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(../images/eboshi-img/mini-nav-right.gif) no-repeat right center;
}

.wp-table-reloaded {
	width: 100%;
}

.wp-table-reloaded table,
.wp-table-reloaded th,
.wp-table-reloaded td {
	padding: 5px;
	border: 1px solid #666666;
}

.wp-table-reloaded th {
	background: #6699ff;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.wp-table-reloaded td {
	color:#3D3D3D;
	padding:5px;
	background-color:#FFFFFF;
}

.wp-table-reloaded td.column-2,
.wp-table-reloaded td.column-3,
.wp-table-reloaded td.column-4,
.wp-table-reloaded td.column-5 {
	text-align: center;
}

.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}

.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}

.wp-table-reloaded .header {
	background-image:url(http://www.eboshi.co.jp/wp/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}

.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://www.eboshi.co.jp/wp/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://www.eboshi.co.jp/wp/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

/* pagebar
-------------------------------------------------------*/
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #390;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #060;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #060;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
	text-decoration: underline;	
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
