<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************************

	ＷＥＢ予約システム　スタイルシート

	作　成　日：　2006.05.09
	作　成　者：　山越
	特　　　記：
	
   ［変更履歴］


***************************************************************************/


/**************************************** 
	ＩＭＥモード設定（IE5.x以降で有効） 
****************************************/
.ime-auto		{ime-mode: auto;}			/* 自動（モード変更可能） */
.ime-active		{ime-mode: active;}			/* 日本語モード（モード変更可能） */
.ime-inactive	{ime-mode: inactive;}		/* 英数字モード（モード変更可能） */
.ime-disabled	{ime-mode: disabled;}		/* 英数字モード（モード変更不可） */

											/* 数字モード（IMEモード変更不可） */
.numeric		{ime-mode: disabled; text-align: right;}		

/**************************************** 
	位置調整
****************************************/
.text-left		{text-align: left;}			/* 左詰 */
.text-center	{text-align: center;}		/* センタリング */
.text-right		{text-align: right;}		/* 右詰 */
.text-justify	{text-align: justify;}		/* 両端揃え */

</pre></body></html>