@charset "Shift_JIS";

/*=====================================================================
	基本的な設定　ここから
---------------------------------------------------------------------*/

/* ページタイトル用 */
h1{
	margin: 0 0 0.5em;
	padding: 0 0 0.3em;
	border-bottom: 3px solid;
}

/* ページ小タイトル用 */
h2 {
	margin: 1em 0;
	padding: 0 0.1em;

	height: 32px;

	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 10px;
	border: 1px solid;
	border-left-width: 5px;

/*
	vertical-align: sup;
*/
	font-size: larger;
	line-height: 32px;
}

h2 img {
	margin: 6px 0;
	padding: 0;
/*
	margin: 0;
	padding: 6px 0;	
*/
}

h3 {
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
}

h4 {
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

/*
table , th , td {
	border-style: solid;
	border: 0;
	border-collapse: separate;
}
*/
}

/*---------------------------------------------------------------------
	基本的な設定　ここまで　
=====================================================================*/



/*=====================================================================
	classの設定　ここから
---------------------------------------------------------------------*/
/* ページ小タイトルの横文字用 */
.side_t {
	color: #ff9933;
	margin-bottom: 0.3em;
	font-size: medium;
	font-weight: bold;
/*
	font-size: 0.8em;
	color: #ed2790;
*/
}

/* ページサブタイトル用 */
.sub_t {
	font-size: larger;
	font-weight: bold;
/*
	color: #ed2790;
*/
	color: #e3579e;
	margin-bottom: 0.5em;
}

.bgc1 {
/*	background-color: #ffffee;*/
	background-color: #fff3f3;
	border-color: #777777;
}
/*
.bgc1 h3 {
	color: #cc0000;
}
*/

/* 文字色：赤 */
.t_red {
/*
	color: #ed2790;
*/
	color: #e3579e;
}

/* 文字色：青 */
.t_blue {
/*
	color: #00a0c6;
*/
	color: #777777;
}

/* 文字色：黒 */
.t_black {
	color: #777777;
}

/* ※付の文字色 */
.sign {
	color: #cc3300;
}

/* 文字背景：黒 */
.bg_revers {
	color: #ffffff;
	font-weight: bold;
	padding: 0.1em 0.3em;
	margin: 0.3em;
	background-color: #777777;
/*
	padding: 0.3em;
	font-size: smaller;
	line-height: 2.0em;
*/
}

/* 文字背景：青 
.bg_blue {
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding: 0.3em;
	margin: 0.3em;
	background-color: #00a0c6;
	line-height: 2.0em;
}
*/
/* 文字背景：あずき色 */
.bg_a {
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	padding: 0.3em;
	margin: 0.3em;
/*
	background-color: #cc0000;
*/
	background-color: #ff9933;
	line-height: 2.0em;
}

/* 文字枠：赤 
.red_box {
	color: #ed2790;
	font-size: small;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.3em;
	border: 1px solid #ed2790;
	line-height: 2.0em;
}
*/
/* 文字枠：オレンジ */
.o_box {
	padding: 0.1em 0.5em;
	margin: 0.3em;
	color: #777777;
	border: 1px solid #e3579e;
	line-height: 2em;
	font-weight: normal;
/*
	font-size: smaller;
	font-size: small;
	font-weight: bold;
	line-height: 2.0em;
*/
}
.o_box em {
	color: #e3579e;
/*	font-weight: bolder;*/
}

.o_box cite {
	padding-left: 1em;
	font-style: normal;
	font-size: smaller;
	font-weight: normal;
	vertical-align: baseline;
}
/*
*/

/* 文字枠：黒 */
.black_box {
	font-size: small;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.3em;
	border: 1px solid #777777;
	line-height: 2.0em;
}

/* MENU at pagetop 		gone to base.css 
ul.pagemenu {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
}
ul.pagemenu li {
	background: url(batu_02.gif) left center no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 2em;
}
ul.pagemenu li.sage {
	margin-left: 30px;
}
*/

/* ページ内トップへのアンカー 		gone to base.css
.gopagetop {
	text-align: right;
	padding-bottom: 2em;
}
.gopagetop p {
	border-color: #777777;
	display: inline;
	padding: 0.4em 0.5em;
	border-left: 1px solid;
	border-right: 1px solid;
	font-size: smaller;
}
*/

/* 文字色：青のテーブル用　→　※付のテーブル */
table.list_b {
/*
	border-collapse: collapse;
*/
	margin-bottom: 0.3em;
}

table.list_b th , table.list_b td {
/*
	color: #00a0c6;
*/
	color: #cc0000;
	vertical-align: top;
	padding: 0.1em;
}



.freedial1 , .tel1 {
/*	margin-left: 1em;*/
	color: #0f218b;
	font-weight: bolder;
	white-space: nowrap;
	vertical-align: middle;
}
.freedial1 {
	padding-left: 28px;
	background: url(free_d.gif) left center no-repeat;
	line-height: 15px;
}
.tel1 {
	padding-left: 22px;
	background: url(tel_b.gif) left center no-repeat;
	line-height: 20px;
}


dl.hotel dt {
	clear: both;
	font-weight: bolder;
	border-top: solid 1px;
}
dl.hotel dt.group {
	padding: 0.2em 0;
}
dl.hotel dt.kkr {
	border-top: 0;
	padding-left: 1em;
}
dl.hotel dt.sage {
	width: 200px;
	border-top: 0;
	padding-left: 2em;
	clear: none;
	float: left;
}
dl.hotel dd {
	float: left;
	line-height: 1.4em;
}
dl.hotel dd.service {
	float: none;
}
dl.hotel dd.tel1 , dl.hotel dd.freedial1 {
	float: right;
}
dl.hotel dd.cl {
	clear: left;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* リスト：フリーダイヤル用 */
ul.free_list li {
/*
	list-style: none;
	list-style-position: inside;
	list-style-image: url(../common/free_d.gif);
*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 28px;
/*	width: 400px;*/		/* for IE6 */
	background: url(free_d.gif) left center no-repeat;
	line-height: 18px;
	list-style-type: none;
	color: #0f218b;
}
ul.free_list li em {
	font-weight: bolder;
	font-size: large;
	color: #0f218b;
}


/* リスト：電話番号用 */
ul.tel_list li {
/*
	list-style: none;
	list-style-position: inside;
	list-style-image: url(../common/tel_b.gif);
	width: 400px;		/* for IE6 
*/
	padding-left: 22px;
	background: url(tel_b.gif) left center no-repeat;
	line-height: 20px;
	list-style-type: none;
	color: #0f218b;
}

ul.tel_list li em {
	font-weight: bolder;
	font-size: larger;
	color: #0f218b;
}


ul.batsu li {
	margin-bottom: 1.2em;
	padding-left: 22px;
/*	width: 548px;*/		/* for IE6 */
/*
	color: #00A0C6;
	color: #cc0000;
*/
	color: #e60077;
	background: url(batu.gif) left center no-repeat;
	line-height: 20px;
	list-style-type: none;
}



/* 点付きテーブル用 */
table.list {
	border-collapse: collapse;
/*
	margin-bottom: 0.3em;
*/
	padding-bottom: 0.3em;
}

table.list caption {
	text-align: left;
}

table.list th {
	text-align: left;
	border: 0px solid #111111;
	background: url(ten.gif) repeat-x;
	background-position: center center;
/*
	padding: 0 2em 0 0;
*/
}

table.list td {
	text-align: left;
	border: 0px solid #111111;
	padding: 0em 0em 0em 1em;
}

table.list span {
	background-color: #ffffff;
	padding-right: 1em;
}


/* 福利厚生の施設やサービスの一覧表に使うテーブル　の基礎部分 */
/* borderなどの細かい調整はそれぞれのstyle.cssでやってね。*/
table.welfare * {
	border-color: #777777;
	border-collapse: collapse;
}
table.welfare {
	width: 570px;
/*	width: 100%;*/
	margin-top: 1em;
	margin-bottom: 2em;
}
table.welfare caption { /* 隠してますがcaptionは付けてください */
	display: none;
/*	visibility: hidden;*/
}
table.welfare th {
/*	border-color: #777777;*/
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.welfare td {
/*	border-color: #777777;*/
}
table.welfare td.tel {
	background-image: url(tel_b.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	width: 5%;
	white-space: nowrap;
	vertical-align: middle;
	color: #0f218b;
	font-weight: bolder;
}
table.welfare td.free {
	background-image: url(free_d.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	width: 5%;
	white-space: nowrap;
	vertical-align: middle;
	color: #0f218b;
	font-weight: bolder;
}
table.welfare .t_top {
	border-top: 1px solid;
}
table.welfare .t_bottom {
	border-bottom: 1px solid;
}


table td.tel {
	background-image: url(tel_b.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	width: 5%;
	white-space: nowrap;
	vertical-align: middle;
}
/*
table.welfare td.free {
*/
table td.free {
	background-image: url(free_d.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	width: 5%;
	white-space: nowrap;
	vertical-align: middle;
}

/*---------------------------------------------------------------------
	classの設定　ここまで　
=====================================================================*/
