@charset "utf-8";
* {
	margin: 0;
}

body {
	background-color: #000000;/*背景黒*/
	margin:0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
#wrapper {
	width: 100%;
}
#container {
	margin: 0 auto 20px;
	width: 800px;
}

#header {
	height: 127px;
}
#menu-sub {
	height: 22px;
	background-color: #D5D56C;
	margin-top: 0;
}

#menu-sub ul {
	text-align:right;
	display: block;
	
	list-style-type: none;
	margin: 0 0;
	padding-top: 3px 0 0;


}
#menu-sub li {
	display: inline;
	font-size: 78%;
	padding: 2px 5px 5px 10px;

}

#menu-sub li a {
	display: inline;
	color: #000000;
	padding: 2px 0 10px;
	
/*	display: inline-block; 
	display: block;*/
}

#menu-sub a:hover {
	color: #000000;
}
#fl {
	height: 200px;
}


/* グローバルメニュー1************************************************************** */

/* 1 */
#menu-global-1 {
	z-index: 2;
	position: relative;
/*	height: 45px;*/ /*contents で上余白45px確保したので必要ない*/
}


/* 2 */
#menu-global-1 ul {
	margin: 0;
	list-style: none;
	width: 800px;
}


/* 3 */
#menu-global-1 ul li {
	position: absolute;
	top: 0;
	height: 45px;
	padding: 0px;
	text-indent: -9999px;
}

#menu-global-1 ul li a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	height: 45px;
}


#menu-global-1 ul li.mg-01 {
	width: 100px;
	left: 0;
	background: url(img/menu/mg-1/mg_1_01.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-01 a:hover {
	background: url(img/menu/mg-1/mg_1_01.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-02 {
	width: 100px;
	left: 100px;
	background: url(img/menu/mg-1/mg_1_02.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-02 a:hover {
	background: url(img/menu/mg-1/mg_1_02.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-03 {
	width: 100px;
	left: 200px;
	background: url(img/menu/mg-1/mg_1_03.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-03 a:hover {
	background: url(img/menu/mg-1/mg_1_03.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-04 {
	width: 100px;
	left: 300px;
	background: url(img/menu/mg-1/mg_1_04.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-04 a:hover {
	background: url(img/menu/mg-1/mg_1_04.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-05 {
	width: 100px;
	left: 400px;
	background: url(img/menu/mg-1/mg_1_05.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-05 a:hover {
	background: url(img/menu/mg-1/mg_1_05.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-06 {
	width: 100px;
	left: 500px;
	background: url(img/menu/mg-1/mg_1_06.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-06 a:hover {
	background: url(img/menu/mg-1/mg_1_06.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-07 {
	width: 100px;
	left: 600px;
	background: url(img/menu/mg-1/mg_1_07.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-07 a:hover {
	background: url(img/menu/mg-1/mg_1_07.jpg) no-repeat scroll -100px 0;
}

#menu-global-1 ul li.mg-08 {
	width: 100px;
	left: 700px;
	background: url(img/menu/mg-1/mg_1_08.jpg) no-repeat scroll 0 0;
}
#menu-global-1 ul li.mg-08 a:hover {
	background: url(img/menu/mg-1/mg_1_08.jpg) no-repeat scroll -100px 0;
}

/* 4 */
#menu-global-1 li ul.pull {
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	text-indent: 0;
	width: 100px;
	margin: 0;
	padding: 0;
}

#menu-global-1 li ul.pull a {
	background-color:#E4E4A3;
	color:#666600;
	position:relative;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2883F;
	font-size: 78%;
	line-height: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2883F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #A58A39;
	border-left-color: #A58A39;
	padding: 5px;
}

#menu-global-1 li ul.pull a:hover {
	color: #FFFFFF;
	background-color: #666600;
	background-image: url(img/menu/mg-1/bg_pull_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 5 */
#menu-global-1 li ul.pull li {
	text-indent: 0;
	height: auto;
	position: static;
}


/* グローバルメニュー1********************　ここまで　*************************** */



#contents {
	padding-top:45px;
	height: auto; /*仮　あとで最低高定める*/
	float:left; /*仮*/
	z-index: 1;
	background-image: url(img/bg_ctt.jpg);
	background-repeat: repeat-y;
}
#menuarea-tate {
	width: 200px;
	/*height: 600px;*//*最低高設定　IE6　*/
	/*min-height: 600px;*//*最低高設定　IE6以外　*/
	float:left;  /*仮 右か左か*/
	background-image: url(img/bgtop_side_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow:hidden /*IE6 カラム落ち対策*/
}
#menu-global-2 {
	margin-bottom: 80px;
}
#main .pan {
	background-color: #66FFFF;
	height: 20px;
}

#main {
	width:600px;/*仮*/
	float:right;/*仮 右か左か*/
	height: auto;/*最低高設定　IE6　*/
	min-height: 600px;/*最低高設定　IE6以外　*/
	background-image: url(img/bgtop_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



#footer {
	clear: both;
	height: 85px;
	background-image: url(img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #999900;
}


#footer address {
	font-weight: normal;
	font-style: normal;
	padding-top: 17px;
	font-size: 78%;
	color: #000000;
	text-align: center;
}



h1 {

}
h2.moji01 {
	background-image: url(img/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin-left: 25px;
	height: 40px;
	padding-top: 20px;
	font-size: 120%;
	margin-bottom: 0px;
}
h3 {

}

h3.image01 {
	background-image: url(img/h3_bg_01.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	display: block;
	height: 21px;
	padding-top: 10px;
	padding-left: 70px;
	background-position: 50px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3.image03 {
	background-image: url(img/h3_bg_03.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	display: block;
	height: 21px;
	padding-top: 10px;
	padding-left: 60px;
	background-position: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3.image04 {
	background-image: url(etc/img/sitemap_icon1.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	display: block;
	height: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	background-position: 60px;
	padding-left: 90px;
	padding-top: 5px;
	color: #666600;
}
h3.in-table01 {
	font-size: 90%;
	font-weight: normal;
	background-image: url(img/h3_bg_03.jpg);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 10px;
	padding-left: 20px;
}

#menu-local {
	margin-bottom: 80px;
}
/*#menu-local ul {
	padding-left: 20px;
	list-style-type: none;
	padding-top: 80px;
	padding-right: 20px;
}
#menu-local li {
	font-size: 85%;
	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}*/


#menu-local ul {
	padding-left: 15px;
	list-style-type: none;
	padding-top: 80px;
	padding-right: 15px;
}
#menu-local li {
	font-size: 80%;
	background-image: url(img/bg_menu_local_02.gif);
	background-repeat: no-repeat;
	display: block;
	width: 162px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: 20px;
}

#main .ccopy {
	background-image: url(img/ccopy_bg.gif);
	background-repeat: no-repeat;
	display: block;
	width: 600px;
	background-position: center top;
	font-size: 85%;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	padding-top: 25px;
	height: 50px;
	margin-bottom: 5px;
}
#main .ccopy-2 {
	background-image: url(img/ccopy_bg_2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 600px;
	background-position: center top;
	font-size: 85%;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	padding-top: 25px;
	height: 85px;
	margin-bottom: 5px;
}
p {
	font-size: 100%;
	line-height: 1.4em;
}
#main table {
	margin-left: 50px;
	width: 500px;
	margin-bottom: 25px;
	font-size: 82%;
}



table.top {
	margin-top: 20px;
}

table.end {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}

dl.coursemenu-list {
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(meal/img/bg_course_01.jpg);
	padding-top: 20px;
	padding-bottom: 10px;
}
dl.coursemenu-list dt {
	font-size: 85%;
	font-style: normal;
	width: 200px;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	color: #660000;
}
dl.coursemenu-list dd {
	font-size: 78%;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 70px;
}

/*コースメニュー縦書き*/
dl.coursemenu-list-tate {
	writing-mode: tb-rl;
	background-image: url(meal/img/bg_course_01.jpg);
	padding-top: 10px;
	height: 300px;
	padding-right: 10px;
}
dl.coursemenu-list-tate dt {
	font-size: 85%;
	font-style: normal;
	color: #660000;
	padding-left: 5px;
}
dl.coursemenu-list-tate dd {
	font-size: 78%;
	padding-left: 12px;
	padding-top: 15px;
}

table.access-table {
	font-size: 78%;
	line-height: 1.2em;
	padding: 2px;
}
table.plicelist {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C3F;
	border-left-color: #8C8C3F;
}
table.plicelist th {
	font-size: 78%;
	background-color: #D6D56B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B444;
}

table.plicelist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B444;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B444;
	font-size: 100%;
}

/*2泊プライスリスト*/
table.plicelist-2haku {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A55EA6;
	border-left-color: #A55EA6;
}
table.plicelist-2haku th {
	font-size: 78%;
	background-color: #E0CAE1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A55EA6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A55EA6;
}

table.plicelist-2haku td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A55EA6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A55EA6;
	font-size: 85%;
}


h4.plicelist-title {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #8C8C42;
	margin-left: 60px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 85%;
}
h4.plicelist-title-2haku {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #A55EA6;
	margin-left: 60px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 85%;
}
.price-tax {
	margin-right: 50px;
	font-size: 78%;
}
#news {
	height: 170px;
	width: 500px;
	background-image: url(img/bg_news.jpg);
	background-repeat: repeat-x;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666600;
	border-bottom-color: #666600;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	scrollbar-face-color: #B1B130;
	scrollbar-arrow-color: #666600;
}
#news ul {
	padding: 0px 5px 5px 0px;
	margin: 0;
	overflow-x:hidden;
	overflow-y:scroll;
	vertical-align:middle;
	height: 150px;

}
#news li {
	font-size: 78%;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
	color: #333300;
	padding-bottom: 10px;
	float: left;
	width: 450px;
}
#news .date {
	text-decoration: underline;
	background-color: #CCCCCC;
	margin-right: 10px;
	float: left;
	width: 60px;
}

#news .ctt {
	float: left;
	width: 380px;
}


#news_rireki {
	width: 500px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	scrollbar-face-color: #B1B130;
	scrollbar-arrow-color: #666600;
}
#news_rireki ul {
	padding: 0px 5px 5px 0px;
	margin: 0;
	vertical-align:middle;
	/*height: 150px;*/

}
#news_rireki li {
	font-size: 78%;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
	color: #333300;
	padding-bottom: 10px;
	float: left;
	width: 450px;
}
#news_rireki .date {
	text-decoration: underline;
	background-color: #CCCCCC;
	margin-right: 10px;
	float: left;
	width: 60px;
}

#news_rireki .ctt {
	float: left;
	width: 380px;
}
.box-01 {
	width: 500px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.cell-a {
	width: 490px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #797900;
	padding-bottom: 10px;
	/*float: left;*/
}

.g-menu {
	width: 490px;
	margin-bottom: 10px;
}
.g-menu .name {
	float: left;
	width: 350px;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: bold;
}
.g-menu .name2 {
	float: left;
	width: 350px;
	font-size: 90%;
	line-height: 1.2em;
}
.g-menu .price {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 100%;
}

.g-menu .price2 {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 90%;
}

.g-menu .kara {
	float: left;
	width: 20px;
	font-size: 80%;
	padding-left: 5px;
	padding-top: 2px;
}
.g-menu-desc-a {
	width: 490px;
	float: left;
	font-size: 80%;
	line-height: 1.2em;
	clear: left;
}
.g-menu-desc-b {
	background-color: #99CCFF;
	width: 490px;
}

.g-menu-desc-a .right {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}


table.g-menu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}

h3.g-menu {
	background-image: url(meal/img/bgh3_g_menuttl.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*朝食メニュー*/
table.bf-menu-1 {
	color: #663300;
	background-image: url(meal/img/bg_bf1.jpg);
	background-repeat: no-repeat;

}
table.bf-menu-1 .l-box,
table.bf-menu-2 .r-box {
	width: 230px;
	min-height: 210px;/*最低高設定　IE6以外　*/
	height: 210px;
	text-align: center;
}
table.bf-menu-1 .r-box,
table.bf-menu-2 .l-box {
	font-size: 85%;
	line-height: 1.4em;
	width: 270px;
}
table.bf-menu-2 {
	color: #333300;
	background-image: url(meal/img/bg_bf2.jpg);
	background-repeat: no-repeat;
}

table.bf-menu-1 .l-box img,
table.bf-menu-2 .r-box img {
	padding-top: 20px;
}
table.bf-menu-1 .namebox {
	height: 20px;
}

table.bf-menu-1 .namebox h3,
table.bf-menu-2 .namebox h3 {
	text-align: left;
}
table.personal-menu {
	height: 90px;
}
table.personal-menu .kage {
	width: 75px;
}
table.personal-menu .youbou {
	width: 140px;
	font-size: 78%;
	line-height: 1.4em;
	padding-left: 10px;
}
table.personal-menu .menulist {
	width: 280px;
	font-size: 78%;
	line-height: 1.4em;
	padding-left: 30px;
}
/*オリジナル商品*/
table.products_01 {
	color: #666600;
	background-image: url(products/img/bg_products_01.jpg);
	background-repeat: no-repeat;

}
table.products_01 .l-box,
table.products_02 .l-box {
	width: 270px;
	min-height: 210px;/*最低高設定　IE6以外　*/
	height: 210px;
	text-align: center;
}
table.products_01 .r-box,
table.products_02 .r-box {
	font-size: 90%;
	line-height: 1.4em;
	width: 200px;
	padding-left: 20px;
	padding-top: 30px;
}
table.products_02 {
	color: #333300;
	background-image: url(products/img/bg_products_02.jpg);
	background-repeat: no-repeat;
}

table.products_01 .l-box img,
table.products_02 .l-box img {
	padding-top: 35px;
}
table.products_01 .namebox {
	height: 20px;
}

table.products_01 .namebox h3,
table.products_02 .namebox h3 {
	text-align: left;
}

/*観光・施設*/
table.kanko .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666600;
	padding-left: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666600;
	background-color: #CCCCCC;
}
table.kanko .kikan {
	font-size: 70%;
	text-align: right;
	background-color: #666600;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
table.kanko .catch,
table.kanko-event .catch  {
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	padding-bottom: 10px;
	padding-top: 2px;
}
table.kanko .desc1,
table.kanko-event .desc1 {
	font-size: 90%;
	line-height: 1.4em;
}
table.kanko .desc3 {
	font-size: 100%;
	line-height: 1.4em;
}
table.kanko .ask,
table.kanko-event .ask {
	font-size: 90%;
	font-weight: bold;
	color: #333300;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 300px;
}
table.kanko .desc1 .right,
table.kanko .desc3 .right,
table.kanko-event .desc1 .right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*観光・イベント*/
table.kanko-event .title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996666;
	padding-left: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996666;
	background-color: #CCCCCC;
}
table.kanko-event .kikan {
	font-size: 85%;
	text-align: right;
	background-color: #996666;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}



dl.desc2 {
	padding-top: 5px;
	width: 450px;
	float: left;
}
dl.desc2 dt {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
	padding-left: 5px;
	padding-top: 2px;
	float: left;
	width: 95px;
	line-height: 1.2em;
}
dl.desc2 dd {
	font-size: 90%;
	line-height: 1.2em;
	padding-bottom: 2px;
	padding-top: 2px;
	float: left;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}
table.room-desc {
	font-size: 78%;
	line-height: 1.2em;
	background-image: url(room/img/bg_desc.jpg);
	background-repeat: repeat-y;
}
table.room-desc td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	padding: 2px;
}
#menu-global-2 .bn {
	padding-bottom: 3px;
}
table.higaeri-desc {
	font-size: 78%;
	line-height: 1.4em;
	padding: 2px;
}
table.higaeri-desc th {
	background-color: #F4F3F2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}
table.higaeri-desc td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #666600;
	border-bottom-color: #666600;
}

/*テーブルを使わない場合のメイン領域レイアウト*/
/*
.img-layout-01 img {
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.img-layout-01 p {
	font-size: 78%;
	line-height: 1.2em;
	width: 500px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}
*/




ul.plan-01,
ol.plan-01 {
	display: block;
	margin-left: 25px;
	padding-left: 25px;
	width: 400px;
	line-height: 1.4em;
}

ul.plan-02,
ol.plan-02 {
	display: block;
	margin-left: 8px;
	padding-left: 8px;
	width: 230px;
	line-height: 1.4em;
}

ul.plan-03,
ol.plan-03 {
	display: block;
	margin-left: 8px;
	padding-left: 8px;
	width: 180px;
	line-height: 1.4em;
}
p.plice-desc1 {
	margin-right: 40px;
	margin-left: 60px;
}
span.plicelist-2haku {
	color: #FFFFFF;
	background-color: #A55EA6;
	padding-right: 5px;
	padding-left: 5px;
}

ul.sitemap {
	display: block;
	margin-left: 50px;
	padding-left: 50px;
	list-style-type: none;
	color: #666600;
	margin-bottom: 15px;
}
ul.sitemap li {
	background-image: url(etc/img/connectline_01.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 90%;
	line-height: 1.4em;
}
ul.sitemap .listend {
	background-image: url(etc/img/connectline_02.gif);
}
ol.p_policy {
	margin-left: 15px;
	padding-left: 15px;
	line-height: 1.8em;
}
ol.p_policy li {
	line-height: 1.8em;
}
p.kakejiku-desc {
	width: 170px;
	background-color: #E6E6CC;
	margin-left: 30px;
	padding: 3px;
}
table.hinoiri {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CC6600;
	border-left-color: #CC6600;
}
table.hinoiri th {
	background-color: #FFE6DD;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
table.hinoiri td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
}
table.hinoiri caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
span.link-01 {
	font-size: 120%;
	color: #FF0000;
	background-color: #FFCC33;
}
table.higaeri-desc .hosoku {
	border-right-style: none;
	padding-top: 10px;
}

table.access-omukae {

}
table.access-omukae .line-a {
	background-color: #CCCCCC;
}
table.access-omukae .att-1 {
	font-weight: bold;
	color: #FF0000;
}
table.access-omukae .tblsign-a {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	width: 50px;
}
table.access-omukae .tblsign-b {
	color: #000000;
	background-color: #FFFF00;
	text-align: center;
}


table.access-omukae .line-b {
	background-color: #E7E7E7;
}
caption.sign-a {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-right: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0000FF;
}
caption.sign-b {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-right: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}
table.access-omukae th {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #660000;
	text-align: left;
}
tr.hacchaku {
	font-size: 90%;
}
p.chuushaku {
	margin-left: -25px;
	margin-top: 10px;
}
#CollapsiblePanel1 .CollapsiblePanelContent .price-tax,
#CollapsiblePanel2 .CollapsiblePanelContent .price-tax {
	margin-right: 0px;
}
#news .rireki-link {
	text-align: right;
}
table.event-tpo {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.event-tpo caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
}

table.event-tpo th {
	background-color: #FFFFCE;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666600;
}
table.event-tpo td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table.event-tpo-xmas {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.event-tpo-xmas caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
}

table.event-tpo-xmas th {
	background-color: #FFFFCE;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666600;
}
table.event-tpo-xmas td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#footer .ask {
	padding-left: 15px;
	padding-top: 10px;
	font-size: 78%;
	line-height: 1.6em;
}
#footer .ask .companyname {
	font-size: 110%;
	text-decoration: underline;
}
td.limited-plan-title01 {
	font-size: 100%;
	color: #FF3300;
	line-height: 1.4em;
	padding-left: 20px;
}
table.himuro-tenji {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999933;
	border-left-color: #999933;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999933;
	border-bottom-color: #999933;
}
table.himuro-tenji tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999900;
}
table.himuro-tenji th {
	background-color: #E1E1E1;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
table.himuro-tenji td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}
table.himuro-tenji caption {
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999900;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
ol.plan-04,
ul.plan-04 {
	display: block;
	font-size: 100%;
	line-height: 1.4em;
	padding-left: 25px;
}
ol.plan-04 li,
ul.plan-04 li {
	margin-bottom: 4px;
}
.products_01 .price,
.products_02 .price {
	font-size: 150%;
	text-align: right;
	padding-top: 5px;
	background-color: #F4FFDF;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
	margin-bottom: 5px;
}
table.event-tpo caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
span.bn-chuushaku {
	font-size: 75%;
	width: 180px;
	display: block;
	padding-left: 10px;
	line-height: 1.2em;
}
