@charset "utf-8";
/*共通スタイルスタート*/

* {
	border-style: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/base/bg-body.gif) repeat left top;
	color: #222222;
	margin-bottom: 5px;
}
 
a {
	color: #0000FF;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #003399;
}

p {
	line-height: 1.2em;
}

table {
	border-collapse:collapse;
}
table td {
	vertical-align: top;
}
#container {
	background: url(../images/base/bg-top.gif) repeat-x center top;
}

#container-inner {/*背景指定トップページのみ*/
	background: url(../images/base/bg-line.gif) repeat-x center top;
}

#mapcontainer {
	background: #FFFFFF;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

p.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

p.img-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

p.img-center {
	clear: both;
	margin-bottom: 5px;
	text-align: center;
}

td.top {
	vertical-align: top;
}

.smaller {
	font-size: 80%;
}

.larger {
	font-size: 120%;
}

.half {
	width: 50%;
}

.btn-right {
	clear: both;
	color: #006699;
	font-size: 90%;
	text-align: right;
}

.btn-center {
	clear: both;
	color: #006699;
	font-size: 90%;
	text-align: center;
}

.btn-right img,  .btn-center img {
	color: #006699;
	font-size: 90%;
	text-align: right;
}

.link-right {
	clear: both;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: right;
}

.link-right a {
	line-height: 1em;
}

.clear {
	height:100%;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}



.orange {
	color: #FF6600;
}

.red {
	color: #FF0000;
}

.red2 {
	color: #CC0000;
}

.red-bg {
	border: 1px solid #FF0000;
	padding: 10px;
}

.red p {
	margin-bottom: 8px;
}

.brown {
	color: #663300;
}

.brown-bg {
	background: #F7F7EF;
	border: 1px solid #663300;
	padding: 10px;
}

.brown p {
	margin-bottom: 8px;
}

.gray {
	color: #333333;
}

.gray-bg {
	background: #EDEDED;
	border: 1px solid #333333;
	padding: 10px;
}

.blue {
	color: #006699;
}

.green {
	color: #529525;
}


/*下マージン*/

.b_margin01 {
	margin-bottom: 5px;
}

.b_margin02 {
	margin-bottom: 10px;
}

.b_margin03 {
	margin-bottom: 20px;
}


/*左マージン*/

.l_margin03 {
	margin-left: 1em;
}


/*左マージン*/

.left01 {
	margin-left: 1em;
}

.left02 {
	margin-left: 2em;
}


/*ぶらさげインデント*/
.hang01 {
	padding-left: 1em;
	text-indent: -1em;
}

.hang02 {
	padding-left: 2em;
	text-indent: -2em;
}


/*注釈*/

dl.explanation {
	font-size: 90%;
}

dl.explanation dt,  span.explanation {
	color: #CC0000;
}

dl.explanation dt {
	clear: both;
	float: left;
}

dl.explanation dd {
	margin-bottom: 8px;
	margin-left: 1em;
}


/*注釈黒*/

dl.explanation_black {
	font-size: 90%;
}

dl.explanation_black dt {
	clear: both;
	float: left;
}
dl.explanation_black dd {
	margin-bottom: 8px;
	margin-left: 1em;
}


/*注釈赤*/

dl.explanation_red {
	font-size: 85%;
	margin-top: 8px;
}

dl.explanation_red dt,  dl.explanation_red dd {
	color: #CC0000;
}

dl.explanation_red dt {
	clear: both;
	float: left;
}

dl.explanation_red dd {
	margin-bottom: 8px;
	margin-left: 1em;
}


/*注釈テーブル内*/

td .add {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 80%;
}

td .add p {
	margin-top: 8px;
}

/*枠スタート*/
.waku-hd {
	background: url(../images/base/waku_hd.png) no-repeat left top;
	width: 976px;
	padding-top: 10px;
}
.waku-ft {
	background: url(../images/base/waku_ft.png) no-repeat left bottom;
	width: 976px;
	padding-bottom: 22px;
}
.waku-in {
	background: url(../images/base/waku_in.png) repeat-y left top;
	width: 976px;
}

/*ヘッダスタート*/
#top #hd {
	background: url(../images/base/ico-3rd.gif) no-repeat 310px 45px; /*3周年アイコン*/
	height: 130px;
	margin-bottom: 15px;
}
#hd {
	background: url(../images/base/ico-3rd.gif) no-repeat 215px 30px; /*3周年アイコン*/
}

#hd h1 {
	font-size: 1px;
	height: 10px;
	text-indent: -9999px;
}

#hd h2.logo-small {
	float: left;
	height: 39px;
	margin-left: 5px;
	width: 205px;
}

#hd h2.logo-large {
	float: left;
	height: 63px;
	margin-left: 5px;
	width: 300px;
}

#hd #hd-top {
	float: right;
	margin-right: 5px;
	width: 214px;
}


#hd #hd-fontsize {
	margin-left: 40px;
	padding-top: 4px;
}
#hd #hd-fontsize p {
	font-size: 1px;
	line-height: 1px;
}
#hd #hd-fontsize a {
	margin-left: 5px;
}


#index-top-flash {
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
}

#cont-main {
	margin-top: 20px;
}

#cont-main #cont-main-inner {
	margin-left: 6px;
	margin-right: 6px;
}
#cont-main #catch-info {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}
#cont-main #catch-info table td.right {
	background: url(../images/base/cont-main-catchinfo-right-bg.gif) no-repeat right top;
	height: 164px;
	width: 253px;
	text-align: center;
}
#cont-main #catch-info table td.right .item {
	margin-left: 24px;
}
#cont-main #catch-info table td.left {
	background: url(../images/base/cont-main-catchinfo-left-bg.gif) no-repeat left top;
	height: 164px;
	width: 253px;
	text-align: center;
}
#cont-main #catch-1st {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

#cont-main #catch-1st h2 {
	display: none;
}

#cont-main #catch-1st .day {/*金利更新日*/
	color: #333333;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 50px;
	margin-top: 5px;
	text-align: right;
}

#cont-main #catch-2nd {
	margin-top: 20px;
}

#cont-main #catch-2nd .item01 {
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 15px;
	width: 250px;
}

#cont-main #catch-2nd .item01 .lawson {
	margin-bottom: 10px;
}

#cont-main #catch-2nd .item02 {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 9px;
	width: 250px;
}

#cont-main #catch-2nd .item03 {
	clear: both;
	margin-bottom: 50px;
}


/*お知らせ、トピックスindex*/

#cont-main #catch-3rd {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}





/*お知らせ、トピックス共通*/
#cont-main .news {/*お知らせタイトル*/
	margin-top: 30px;
}

#cont-main .news-tit {/*お知らせタイトル*/
	background: url(../images/base/cont-main-ichirannews-bg.gif) no-repeat;
	height: 40px;
	width: 530px;
}
#cont-main .chaya-tit {/*88茶屋タイトル*/
	background: url(../images/base/cont-main-ichiran88-bg.gif) no-repeat;
	height: 40px;
	width: 530px;
}

#cont-main .news-tit h3, #cont-main .chaya-tit h3 {
	color: #222222;
	display: block;
	float: left;
	font-size: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	width: 420px;
}

#cont-main .ichiran {
	height: 30px;
	float: left;
	margin-top: 0px;
	width: 85px;
}
/* 2011.07.19 */
#cont-main .new-list {
	clear:both;
	margin-bottom:40px;
}

#cont-main .new-list table {
	margin:0 auto;
	/*
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	*/
	width: 500px;
}

#cont-main .new-list td {
	border-bottom: 1px dashed #999999;
	padding: 5px;
}

#hachi .new-list td,  .chaya .new-list td {/*八八茶屋のみ*/
	border-bottom: 1px dashed #999999;

}
#cont-main .news .new-list td.day {/*お知らせのみ*/
	background: url(../images/base/cont-main-ya.gif) no-repeat left center;
	padding-left: 18px;
	width: 75px;
	white-space: nowrap;
	vertical-align: middle;
}

#hachi .new-list td.day,
#cont-main .chaya .new-list td.day {/*八八茶屋のみ*/
	background: url(../images/base/cont-main-ya3.gif) no-repeat left center;
	padding-left: 18px;
	width: 75px;
	white-space: nowrap;
	vertical-align: middle;
}

#cont-main .new-list td.new {
	width: 30px;
}

#cont-main .new-list div#item {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#cont-main h3#sub-tab {
	border-bottom: 2px solid #FF9900;
	border-left: 10px solid #FF9900;
	clear: both;
	color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
}

#question #cont-main .entry-tit {/*アンケートのみ*/
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 2px solid #FF9900;
	border-left: 10px solid #FF9900;
	clear: both;
	color: #FF9900;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#hachi #cont-main h3#sub-tab {/*八八茶屋のみ*/
	color: #5B9639;
	border-bottom: 2px solid #5B9639;
	border-left: 10px solid #5B9639;
}

.pan {
	background: #EDEDED;
	font-size: 10px;
	padding: 5px;
}

#cont-main .indent01 {
	clear: both;
	margin: 20px 20px 60px;
}

#cont-main .indent01:after {
	clear: both;
	content: "";
	display: block;
}

#cont-main .indent01a {/* 八八茶屋トピックス */
	clear: both;
	margin: 20px 20px 20px;
}

#mapcontainer .indent01 {
	clear: both;
	margin: 20px auto 60px;
}

#mapcontainer .indent01:after {
	clear: both;
	content: "";
	display: block;
}

#cont-main .indent02 {
	clear: both;
	margin: 20px 20px 30px;
}

#cont-main .indent02:after {
	clear: both;
	content: "";
	display: block;
}

#cont-main .page-tit {
	background: url(../images/base/h2-tit-line.gif) no-repeat bottom;
	padding-bottom: 40px;
	padding-top: 40px;
}

#hachi #cont-main .page-tit {/*八八茶屋のみ*/
	background: url(../images/base/h2-tit-line-hachi.gif) no-repeat bottom;
	padding-bottom: 20px;
	padding-top: 20px;
}

#cont-main .page-tit img {
	margin-left: 20px;
}

#cont-main .entry-tit {
	background: url(../images/base/h3-tit-bg.gif) no-repeat;
	color: #FFFFFF;
	clear: both;
	font-size: 100%;
	font-weight: bold;
	height: 27px;
	letter-spacing: 0.1em;
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#hachi #cont-main .entry-tit {/*八八茶屋のみ*/
	background: url(../images/base/h3-tit-bg-hachi.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	height: 27px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 20px;
}

#cont-main .entry-txt {
	line-height: 1.3em;
}

#cont-main ul.entry-txt {
	margin-bottom: 5px;
	margin-top: 10px;
}

#cont-main ul.entry-txt li {
	background: url(../images/base/cont-main-ya.gif) no-repeat left 2px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 0px;
	margin-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	width: auto;
}

#hachi #cont-main ul.entry-txt li {/*八八茶屋のみ*/
	background: url(../images/base/cont-main-ya3.gif) no-repeat left 2px;
	border-bottom: 1px dotted #5B9639;
	padding-bottom: 8px;
	padding-left: 18px;
	margin-bottom: 0px;
	margin-top: 8px;
	width: auto;
}

#cont-main p.entry-txt {
	padding-bottom: 8px;
}

#cont-main dl.entry-txt dt {
	background: url(../images/base/cont-main-ya2.gif) no-repeat left center;
	border-bottom: 1px dashed #336699;
	color: #336699;
	font-weight: bold;
	margin-bottom: 3px;
	text-indent: 1.2em;
}

#cont-main dl.entry-txt dd {
	margin-bottom: 30px;
	margin-left: 30px;
}

#cont-main-ft {
	clear: both;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
}


/*左カラムスタート*/

#cont-menu #cont-menu-inner {
	margin-left: 0px;
	margin-top: 10px;
}

#cont-menu #cont-menu-login,  #cont-menu #cont-menu-open {
	text-align: center;
}

#cont-menu #cont-menu-login .btn,  #cont-menu #cont-menu-open .btn {
	margin-bottom: 5px;
}

#cont-menu #cont-menu-login {
	background: url(../images/base/cont-main-login-bg.gif) no-repeat bottom;
	height: 130px;
	margin-bottom: 8px;
	width: 190px;
}
#cont-menu #cont-menu-open {
	background: url(../images/base/cont-main-open-bg.gif) no-repeat bottom;
	height: 110px;
	width: 190px;
}


/*左メニューフッタ*/

#cont-menu #cont-menu-about,  #cont-menu #cont-menu-service,  #cont-menu #cont-menu-88 {
	background: url(../images/base/cont-menu-bg.gif) no-repeat bottom;
	margin-top: 8px;
	padding-bottom: 8px;
	width: 190px;
}


/*左メニューヘッダ*/

#cont-menu #cont-menu-about h3,  #cont-menu #cont-menu-service h3,  #cont-menu #cont-menu-88 h3 {
	background: no-repeat;
	height: 40px;
	text-indent: 0px;
	width: 190px;
}

#cont-menu #cont-menu-about h3 {
	background: url(../images/base/cont-menu-tit-about.gif);
}

#cont-menu #cont-menu-service h3 {
	background: url(../images/base/cont-menu-tit-service.gif);
}

#cont-menu #cont-menu-88 h3 {
	background: url(../images/base/cont-menu-tit-88.gif);
}


/*左メニューリンク*/

#cont-menu #cont-menu-about li,  #cont-menu #cont-menu-service li,  #cont-menu #cont-menu-88 li {
	background: url(../images/base/cont-menu-li-bg.gif) no-repeat bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 190px;
}

#cont-menu #cont-menu-about a,  #cont-menu #cont-menu-service a,  #cont-menu #cont-menu-88 a {
	background: url(../images/base/ya-01.gif) no-repeat 12px center;
	color: #333333;
	display: block;
	padding-right: 6px;
	padding-left: 22px;
	margin: 0px;
}

#cont-menu #cont-menu-about a:hover,  #cont-menu #cont-menu-service a:hover,  #cont-menu #cont-menu-88 a:hover {
	color: #336699;
	text-decoration: none;
}

#cont-88 {
	background: url(../images/base/cont-88-ft.gif) no-repeat left bottom;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}


/*右カラムスタート*/

#cont-88 #cont-88-inner {
	background: url(../images/base/cont-88-bg.gif) repeat-y;
	margin-right: 0px;
}

#cont-88 h2 {
	background: url(../images/base/cont-88-tit.gif) no-repeat;
	height: 96px;
	font-size: 1px;
	text-indent: -9999px;
	width: 190px;
}

#cont-88 .photo,  #cont-88 .name {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 180px;
}

#cont-88 .txt,  #cont-88 .info {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	width: 168px;
	width: 160px;
}

#cont-88 .info p {
	font-size: smaller;
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-top: 0px;
}

#cont-88 .info .add {
	font-size: 90%;
}

#cont-88 .info .next {
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

#cont-88 .txt p {
	border-top: 1px solid #999999;
	font-size: smaller;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding-bottom: 7px;
	padding-top: 7px;
	text-indent: 1em;
}

#cont-88 .navi {
	border-top: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	width: 168px;
	padding-top: 8px;
	text-align: center;
	width: 180px;
}
/*フッタスタート*/

#ft {
	clear: both;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}

#ft #navi-up {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}

#ft #navi-top {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 930px;
}

#ft #navi-top p {
	font-size: smaller;
	text-align: center;
}

#ft #navi-top a {
	background: url(../images/base/ya-01.gif) no-repeat left center;
	padding-left: 10px;
	padding-right: 5px;
	color: #FF6600;
}

#ft #navi-top a:hover {
	background: url(../images/base/ya-01.gif) no-repeat 2px;
	text-decoration: none;
}

#ft #navi-terms {
	background: url(../images/base/ft-bg.gif) no-repeat bottom;
	clear: both;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: right;
}
#ft #navi-terms .copy {
	font-size: 10px;
	color: #666666;
}

/*マイルプラスCP*/
.milecp  {
	margin:0 auto 0.5em auto;
	text-align:center;
}
.miletxt {
	text-align:center;
	margin:1em auto;
}
