@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain{
    margin-top: -1px;
	overflow: hidden;
}

#hpb-headerMain h1{
	margin-left: 10px;
	margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    color: #FFF; /* ヘッダー説明文文字色 */
}

#hpb-headerLogo a{
    display: block;
    margin-top : 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 80px;
    background-image : url(img/logo_1T.png);
    background-position: top left;
    background-repeat: no-repeat;
}


#hpb-headerExtra1{
    width: 130px;
    margin-top : 30px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
	text-align: right;
	color: #fff;
}

#hpb-headerExtra1 ul{
    list-style: none outside none;
}

#hpb-headerExtra1 li{
    font-size: 11px;
    line-height: 1.2;
    float: right;
}

#hpb-headerExtra1 li a.link{
    padding: 0px 10px;
/*    color: rgb(160, 188, 246);
*/
    border-left: 1px solid rgb(160, 188, 246);
    line-height: 1.2;
    text-align: center;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
	display: inline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: right;
	color: #ff9900;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    font-size: 10px;
	font-weight: normal;
	color: #fff;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}


/* フッター内パーツ */

#hpb-footerMain{
	width: 500px;
	float: left;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size: 10px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 12px;
	color: #fff;
}

#hpb-footerExtra1{
    padding-top: 15px;
	padding-bottom: 4px;
	width: 500px;
	float: right;
	height: 23px;
	overflow: hidden;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    list-style-type: none;
	text-align: right;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline-block;
    background-image : url(img/fpoint_1T.png);
    background-position: left center;
    background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
    padding-left: 13px;
    padding-right: 5px;
    font-weight: normal;
}

#hpb-footerExtra1 a:link{
    color: #fff;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #fff;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #fff06e;
    text-decoration: underline;
}
#hpb-footerExtra1 a:active{
    color: #fff06e;
    text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#hpb-nav li a:link{
    color: #333333;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #333333;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #666666;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #666666;
    text-decoration: none;
}

#hpb-nav li span.en{
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color : rgb(41, 114, 199);
    text-decoration: underline;
}
a:visited{
    color: #2972c7;
    text-decoration: underline;
}
a:hover{
    color: #f3bd00;
    text-decoration: none;
}
a:active{
    color: #64BEE6;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.4;
    text-align: left;
}

p.large{
    font-weight: bold;
}
p.indent{
    padding-left: 22px;
}

p.table-p{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.4;
    text-align: left;
}

.left{
    float: left;
}

img.left{
	margin-left: 14px;
}

.right{
    float: right;
}

img.right{
	margin-right: 24px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
	margin-top: 0;
    margin-bottom: 12px;
    height: 100px;
    overflow: hidden;
    background-image : url(img/titleBg_1T.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 100px;
    padding-left: 20px;
    text-align: left;
    font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h2 span.en{
    display: none;
}

.hpb-layoutset-02 #hpb-wrapper h3{
	margin-top: 0;
    margin-bottom: 1em;
    height: 44px;
    overflow: hidden;
    background-image : url(img/indexBg_1T.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 44px;
    padding-left: 28px;
    text-align: left;
    font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 12px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
	font-weight: bold;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
	margin-left: 18px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 13px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;

}

/*
table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #daeaf2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}
*/
table.attach_table{
	border-style:none;
}

table td.attach_head{
	border-style:none;
	width: 100px;
	font-weight: bold;
}

table td.attach_file{
	border-style:none;
}

table td.attach_memo{
	border-style:none;
}


table.chiku_tab{
	border: 1px #000000 solid;
	border-collapse: collapse;
}

table tr.chiku_tr{
	border: 1px #000000 solid;
}

table td.chiku_td{
	border: 1px #000000 solid;
	padding: 5px;
}


.cp_title {
    padding: 5px !important;
    font-size: 1.2em;
    color: rgb(6, 29, 101);
    background-color: rgb(255, 255, 255);
	border-bottom: 2px dotted rgb(204, 204, 204);
}

.cp_title1 {
    padding: 5px !important;
    font-size: 1.2em;
    color: rgb(6, 29, 101);
    background-color: rgb(227, 235, 238);
	border-bottom: 2px dotted rgb(204, 204, 204);
}

.cp_content {
    background-color: rgb(255, 255, 255);
	padding: 5px 10px;
}

.cp_content1 {
    background-color: rgb(227, 235, 238);
	padding: 5px 10px;
}

.article_date{
	padding: 0px 0px 0px 10px;
}

.article_title{
	padding: 0px 0px 0px 10px;
}
/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
	margin-left: 10px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}

/* メインコンテンツ内基本パーツ */

#hpb-main p{
	margin-left: 10px;
	margin-right: 10px;
}

#hpb-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 24px;
    background-image : url(img/point_1T.png);
    background-position: 4px 9px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 24px;
    background-image : url(img/point_1T.png);
    background-position: 4px 9px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 195px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
	width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-image : url(img/returnTop_1T.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	line-height: 1.6;
	color: #000;
	text-decoration: none;
}

/* 各ページ デザイン定義 */

#access > img{
	margin-left: 10px;
}

.PvtFntStyle01 {
    font-size: 18px;
    text-align: center;
}

.PvtFntStyle02 {
    color: rgb(0, 102, 51);
    font-size: 15px;
}

a.PvtLink01:link {
    text-decoration: underline;
    color: rgb(0, 0, 204);
}

a.PvtLink01 {
    background-color: rgb(255, 255, 255);
    display: block;
    height: auto;
    width: 100%;
}

.Info_Line {
    border-bottom: 1px dotted rgb(0, 102, 153);
    width: 730px;
    margin: 0px auto 5px;
    text-align: left;
    padding: 0px;
}

.border_table {
    border-top: 1px solid rgb(153, 153, 153);
    border-left: 1px solid rgb(153, 153, 153);
    border-collapse: collapse;
}

.border_table th {
	color: #ffffff;
	background-color: #707070;
	text-align:center;
	font-weight:100;
	font-size:90%;
}

.border_table td,.border_table th{
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 1.2em;
}

.PvtFntStyle {
    color: rgb(102, 51, 153);
    font-weight: bold;
}

.PvtFormWaku {
    line-height: 1.3em;
    border: 1px solid rgb(204, 204, 204);
    width: 600px;
    text-align: left;
    padding: 10px 30px 20px;
    margin: 0px;
}

.PvtMidashi {
    padding: 0px 0px 2px;
    border-bottom: 2px dotted rgb(153, 153, 153);
    margin: 0px 0px 5px;
    letter-spacing: 0.2em;
}

.ContentsLink {
    font-size: 11px;
    text-align: right;
    margin: 0px;
    padding: 3px 5px 3px 0px;
}

.PvtWaku01 {
    padding: 5px;
    width: 600px;
    border: 1px solid rgb(0, 51, 0);
    margin-top: 3px;
    margin-bottom: 10px;
}

.PvtTable {
    border-collapse: collapse;
    border-top: 1px solid rgb(0, 102, 51);
    border-left: 1px solid rgb(0, 102, 51);
    width: 700px;
}

.PvtTDRB {
    border-right: 1px solid rgb(0, 102, 51);
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDB {
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTD {
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDR {
    border-right: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDTRB {
    border-top: 1px solid rgb(0, 102, 51);
    border-right: 1px solid rgb(0, 102, 51);
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDTR2B {
    border-top: 1px solid rgb(0, 102, 51);
    border-right: 3px double rgb(0, 102, 51);
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDR2B {
    border-right: 3px double rgb(0, 102, 51);
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

.PvtTDTB {
    border-top: 1px solid rgb(0, 102, 51);
    border-bottom: 1px solid rgb(0, 102, 51);
    margin: 0px;
    padding: 0px 5px;
}

#eventsIm table, #eventsContents table {
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    width: 700px;
}

#eventsIm th {
    background-color: rgb(34, 58, 112);
    color: rgb(255, 255, 255);
    font-weight: normal;
    white-space: nowrap;
    width: 125px;
}

#eventsIm th, #eventsIm td, #eventsContents th, #eventsContents td {
    border-bottom: 2px solid rgb(255, 255, 255);
    padding: 0px 0px 0px 10px;
}

.tdStyle {
    background-color: rgb(227, 235, 238);
}

.tdStyleBorder {
    text-align: left;
    background-color: rgb(227, 235, 238);
    border-left: 1px solid white;
    padding-left: 10px !important;
}

.PvtClub {
	color: #5B123B;
}
.PvtVisit {
	color: #B1440E;
}
.PvtRID2790 {
	color: #2952A3;
}
.PvtChikugai {
	color: #333333;
}
.PvtChiku {
	color: #125A12;
}
.PvtIinkai {
	color: #754916;
}
.PvtYakuin {
	color: #5229A3;
}

div.notice {
    text-align: left;
    border: 2px solid rgb(238, 238, 238);
    background-color: rgb(242, 242, 242);
    margin: 0px auto;
    padding: 0px;
    color: rgb(68, 68, 68);
    width: 700px;
    font-size: 11pt;
    border-radius: 3px 3px 3px 3px;
}

div.notice1 {
    text-align: left;
    border: 2px solid rgb(238, 238, 238);
    background-color: rgb(242, 242, 242);
    margin: 0px auto;
    padding: 0px;
    color: rgb(68, 68, 68);
    width: 663px;
    font-size: 11pt;
    border-radius: 3px 3px 3px 3px;
}

table.collapse_snap {
    border-collapse: collapse;
    border-right: 0px solid rgb(198, 198, 198);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(198, 198, 198) rgb(198, 198, 198) rgb(198, 198, 198) rgb(22, 162, 172);
}

.collapse_snap th {
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
    color: rgb(85, 85, 85);
    background-color: rgb(238, 238, 238);
    border-width: 1px 5px;
    border-style: solid;
    border-color: rgb(22, 162, 172);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-align: center;
}

.collapse_snap td {
    font-size: 120%;
    text-align: center;
    color: rgb(68, 68, 68);
}

.caption {
    font-size: 120%;
    font-weight: bold;
}

table.collapse
{
	border-collapse: collapse;
	border-right: 2px solid #C6C6C6;
	border-top: 2px solid #C6C6C6;
	border-left: 8px solid #16A2AC;
	border-bottom: 2px solid #C6C6C6;

}

.collapse th
{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #555;
	background-color:#EEEEEE;
	border:0px solid #C6C6C6;
	text-align: left;
}

.collapse td
{
	padding: 5px;
	border: 1px solid #C6C6C6;
	background-color:#fff;
	text-align: left;
	color : #444;
}

.collapse tr
{
	border:1px solid #C6C6C6;
}

.RssBox01{
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

a.RssLink01{
	font-size: 15px;
	background-color:#FFFFFF;
	display:block;
	height: 1.1em;
	width: 100%;
}

a.RssLink01:active{
	text-decoration:none;
	color: #063;
}

a.RssLink01:link{
	text-decoration:none;
	color: #063;
}

a.RssLink01:visited{
	text-decoration:none;
	color: #063;
}

a.RssLink01:hover{
	background-color:#FFC;
	text-decoration:none;
	color: #900;
}

.ja_on {
	color: rgb(190, 0, 0);
	font-weight: bold;
}

.ErrMsg1 {
    font-size: 16px;
    color: rgb(204, 0, 0);
    text-align: center;
}

.ErrMsg2 {
    font-size: 13px;
    color: rgb(204, 0, 0);
    text-align: left;
}

.PvtFntStyle03 {
    color: rgb(102, 51, 153);
    font-size: 10px;
}

.PvtFntStyle04 {
    color: rgb(255, 102, 0);
}

.SndMsg {
	font-size: 16px;
	color: #006699;
	text-align: center;
}

.rate {
	padding: 10px;
	margin-top: 10px;
	border: 5px solid rgb(204, 204, 204);
	text-align: left;
}
