@charset "utf-8";/* エスケープ */
/*
	--------------------------------
	- Table of Contents -
	--------------------------------
*/

/*---------------------------------------------
 TinyBox用
---------------------------------------------*/
#tinybox {
	position: absolute;
	display: none;
	padding: 10px;
	background: #fff url(images/preload.gif) no-repeat 50% 50%;
	border: 10px solid #e3e3e3;
	z-index: 20000;
}
#tinymask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 15000;
	background: #000;
}
#tinycontent {
	background: #fff
}
#menubooking {
	z-index: 10;
}

/*---------------------------------------------
 モーダルウィンドウ用
---------------------------------------------*/
#article .mainimage {
	text-align: center;
	margin: 0 auto;
}

/*---------------------------------------------
 リンクボタン化
---------------------------------------------*/
a.specialbtn {
	border: solid 1px;
	border-top-color: #b2e9ff;
	border-right-color: #005b80;
	border-bottom-color: #005b80;
	border-left-color: #b2e9ff;
	background: #fff url(../../common/images/form_bg01.gif) repeat-x top left;
	color: #008C9A;
	text-align: center;
	text-decoration: none;
	padding: 6px 18px;
	line-height: 400%;
}
a.specialbtn:hover {
	border: solid 1px #009EDB;
}

/*---------------------------------------------
 「閉じる」ボタン
---------------------------------------------*/
#closebtn {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}

/*---------------------------------------------
 コピー用
---------------------------------------------*/
.text_article {
	margin: 30px 0 0 50px;
	line-height: 230%;
}
