/*
-------------------------------------------------------------
	Website: 宮城蔵王えぼしスキー場公式サイト
	Website URL: http://www.eboshi.co.jp 
	Title: 宮城蔵王えぼしスキー場公式サイト
	File: style.css
	Description: 宮城蔵王えぼしスキー場winterページのベーススタイルシート
	Copyright: 2008 miyagizaokanko All Rights Reserved. 
-------------------------------------------------------------
*/

/*
	Index
	---------------------------------------------------------
	
	1. リセット
	2. 基本設定
	3. ヘッダー部分
	4. コンテンツ部分
	5. レフトサイド部分
	6. メインコンテンツ部分
	7. フッター部分
	8. リスト・テーブル設定
	
*/



/*  リセット
-------------------------------------------------------*/

body,div,dl,dt,dd,ul,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;
}

ul, dl {
	list-style: none;
}

/*  基本設定
-------------------------------------------------------*/
body {
	background: #FFFFFF url(../images/eboshi-img/winter/all/bg_body_10.png) 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: #2171cc;
	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用*/
	background-color: #FFFFFF ;
}

p {
	margin-bottom: 10px;
}

p.center {
	text-align:center;
	display: inline;
}

p.coution {
	background: url(../images/eboshi-img/winter/bg_skier1.png) no-repeat;
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-left: 35px;
	width: 400px;
}

p.center-box {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

.clear {
	clear: both;
	margin-top: 20px;
}

p.r-img {
	float: right;
	display: block;
}

p.l-img {
	float: left;
	display: block;
}

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;
}

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;
}

strong.big {
	font-size: 140%;
}

strong.red-big {
	color: #E91F1F;
	font-size: 140%;
}

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/winter/all/bg_hd_10.png) no-repeat;
	width: 1000px;
	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.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;
	display: block;
}

.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/winter/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/winter/all/bg_side.png) no-repeat;
	width: 190px;
	margin-top: 15px;
	margin-left:20px;
	display: inline;
	min-height: 370px;
	height: auto !important;
	height: 370px;
}

#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/winter/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;
}

#resizable {
	min-height:800px;
	height: auto !important;
	height:800px;
}

#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,
.kiji-first-sp,
.kiji-second {
	min-height: 150px;
	width: 610px;
	display: inline;
}

.kiji-first-sp {
	margin-top: 10px;
	clear: both;
}

.kiji-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/winter/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;
}

ul.btn-list2 li {
	float: left;
	margin-left: 70px;
	display: inline;
}

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;
	line-height: 2.3em;
}

.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: #6699ff;
	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: #d2f0ff;
}

table.base-tb tr.third {
	background: #e6f7ff;
}

table.base-tb tr.fourth {
	background: #f4fcff;
}

/* トピックス
-------------------------------------------------------------*/
h3.topicsemenu {
	background: url(../images/eboshi-img/winter/all/tl_side_topics.png) no-repeat;
}

h2.topics {
	background: url(../images/eboshi-img/winter/all/tl_topics.jpg) no-repeat;
}

h2.backnumber {
	background: url(../images/eboshi-img/winter/all/tl_backnumber.jpg) no-repeat;
}

span.created-date {
	text-decoration: none;
}

h5.metadata {
	text-decoration: none;
}

/* ゲレンデガイド
-------------------------------------------------------------*/
h3.gelandemenu {
	background: url(../images/eboshi-img/winter/all/tl_side_gelande.png) no-repeat;
}

h2.gelande {
	background: url(../images/eboshi-img/winter/all/tl_gelende.jpg) no-repeat;
}

h3.course {
	background: url(../images/eboshi-img/winter/all/tl_course.png) no-repeat;
}

h3.today {
	background: url(../images/eboshi-img/winter/all/tl_today.png) no-repeat;
}

h3.lift-unko {
	background: url(../images/eboshi-img/winter/all/tl_lift-unko.png) no-repeat;
}

h3.lift-ryokin {
	background: url(../images/eboshi-img/winter/all/tl_lift.png) no-repeat;
}

h3.food {
	background: url(../images/eboshi-img/winter/all/tl_food.png) no-repeat;
}

h3.kids {
	background: url(../images/eboshi-img/winter/all/tl_kids.png) no-repeat;
}

h3.shoe {
	background: url(../images/eboshi-img/winter/all/tl_shoe.png) no-repeat;
}

.comap {
	width: 295px;
	float: left;
	margin-bottom: 10px;
}

.cobtn {
	width: 275px;
	background: url(../images/eboshi-img/winter/gelande/bg_coursebtn.png) no-repeat;
	height: 328px;
	float: right;
	padding: 40px 10px 9px;
}

.foodmap {
	width: 295px;
	float: right;
}

.cobtn li {
	margin-bottom: 7px;
}

.anshin {
	border: 1px solid #F61500;
	padding: 10px;
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

/* スクール
-------------------------------------------------------------*/
h3.schoolmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_school.png) no-repeat;
}

h2.school {
	background: url(../images/eboshi-img/winter/all/tl_school.jpg) no-repeat;
}

h3.skischool {
	background: url(../images/eboshi-img/winter/all/tl_skischool.png) no-repeat;
}

h3.boardschool {
	background: url(../images/eboshi-img/winter/all/tl_boardschool.png) no-repeat;
	clear: right;
}

/* レンタル
-------------------------------------------------------------*/
h3.rentalmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_rental.png) no-repeat;
}

h2.rental {
	background: url(../images/eboshi-img/winter/all/tl_rental.jpg) no-repeat;
}

/* 宿泊
-------------------------------------------------------------*/
h3.staymenu {
	background: url(../images/eboshi-img/winter/all/tl_side_stay.png) no-repeat;
}

h2.stay {
	background: url(../images/eboshi-img/winter/all/tl_stay.jpg) no-repeat;
}

h3.accommo {
	background: url(../images/eboshi-img/winter/all/tl_accommo.png) no-repeat;
}

/* イベント
-------------------------------------------------------------*/
h3.eventmenu  {
	background: url(../images/eboshi-img/winter/all/tl_side_event.png) no-repeat;
}

h2.event {
	background: url(../images/eboshi-img/winter/all/tl_event.jpg) no-repeat;
}

h3.evjyoho {
	background: url(../images/eboshi-img/winter/all/tl_evjyoho.png) no-repeat;
}

h3.evcalendar {
	background: url(../images/eboshi-img/winter/all/tl_evcalendar.png) no-repeat;
}

/* アクセス
-------------------------------------------------------------*/
h3.accessmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_access.png) no-repeat;
}

h2.access {
	background: url(../images/eboshi-img/winter/all/tl_access.jpg) no-repeat;
}

h3.acmap {
	background: url(../images/eboshi-img/winter/all/tl_acmap.png) no-repeat;
}

h3.skibus {
	background: url(../images/eboshi-img/winter/all/tl_skibus.png) no-repeat;
}

/* 前売券・シーズン券
-------------------------------------------------------------*/
h3.maeuripassmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_maeuripass.png) no-repeat;
}

h3.seasonpassmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_seasonpass.png) no-repeat;
}

h3.maeuripass {
	background: url(../images/eboshi-img/winter/all/tl_maeuri.png) no-repeat;
}

h3.seasonpass {
	background: url(../images/eboshi-img/winter/all/tl_seasonpass.png) no-repeat;
}

/* わかさ
-------------------------------------------------------------*/
h3.wakasamenu {
	background: url(../images/eboshi-img/winter/all/tl_side_wakasa.png) no-repeat;
}

h3.safemenu {
	background: url(../images/eboshi-img/winter/all/tl_side_safety.png) no-repeat;
}

h2.wakasa {
	background: url(../images/eboshi-img/winter/all/tl_wakasa.jpg) no-repeat;
}

h3.wakasa {
	background: url(../images/eboshi-img/winter/all/tl_wakasa-g.png) no-repeat;
}

h3.gaiyo {
	background: url(../images/eboshi-img/winter/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.contactmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_contact.png) no-repeat;
}

h2.contact {
	background: url(../images/eboshi-img/winter/all/tl_contact.jpg) no-repeat;
}

/* サイトマップ
-------------------------------------------------------------*/
h3.sitemapmenu {
	background: url(../images/eboshi-img/winter/all/tl_side_sitemap.png) no-repeat;
}

h2.sitemap {
	background: url(../images/eboshi-img/winter/all/tl_sitemap.jpg) no-repeat;
}


/* 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 #9AAFE5;
	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 #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	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;
}
