@charset "utf-8";

/*【ゲストインフォメーションページのみに使用するスタイル設定となります。】*/

/* ########################################################

■ゲストインフォメーションページ専用設定-------------
 table
-------------------------------------------

カラー---------------------------------------
メインイメージカラー#000000
テキスト（灰色）#333333
ポイントカラー（緑）#669900
ロールオーバー
フッター背景色（灰色）#eeeeee
コンテンツ背景#ffffff
-------------------------------------------

######################################################### */




/*========================================================*/
/*ゲストインフォメーションページ専用設定*/
/*========================================================*/




/*---------------------------------------------------------
  table
--------------------------------------------------------- */

#contents table{
	margin: 25px auto;
	padding: 0;
	border: 0;
	border-top: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
	font-size: 123.1%;
}

#contents table td{
	margin: 0;
	padding: 15px;
	border: 0;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	text-align: center;
}


