
/***********************************************************************************************
  　予約システム - Reserve UW-001R ver 1.0 - (2009/11/1)
  　Copyright (C) www.ugokuweb.com All rights reserved.
  　http://www.ugokuweb.com/
***********************************************************************************************/

/*管理画面用スタイルシート*/

body{
	text-align:center;
}

a:link{
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#000000;
}
a:activ {
	color:#000000;
}

/*フォーム入力項目名*/
.tabletitle{
width:140px;
padding-left:10px;
padding-right:10px;
padding-bottom:30px;
margin-bottom:50px;
margin-right:20px;
vertical-align:top;
font-size: 14px;
line-height: 130%;
color: #333333;
}

/*フォーム入力部分・確認画面の入力内容*/
.tableform{
width:400px;
vertical-align:top;
padding-bottom:50px;
font-size: 14px;
line-height: 130%;
color: #333333;
}

/*フォーム各入力部分についてのコメント（文字制限等）*/
.formsubcomment{
font-size:12px;
}

/*フォームの入力必須項目マーク*/
.formcertain{
font-size:12px;
color:#DD0000;
}

/*フォーム全体の幅*/
.maintable{
width:650px;
text-align:left;
font-size:13px;
line-height: 150%;
color: #333333;
}

/*フォームボタン*/
.submit{
padding:2px 15px;
}

/*カレンダーの文字*/
.calendar a:link{
	padding:14px 20px;
}
.calendar a:visited {
	padding:16px 20px;
}
.calendar a:hover {
	background-color:#EEEEEE;
	padding:16px 20px;
}
.calendar a:activ {
	padding:16px 20px;
}

/*カレンダー全体の幅*/
.calendar_main{
	width:650px;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/*カレンダーの文字間隔*/
.calendar_space{
	padding:20px 0px;
	text-align:center;
}

/*カレンダーの月移動リンク*/
.calendar_navi{
	width:650px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}

/*カレンダーの曜日別カラー（日曜日の文字色）*/
#color_sunday {
	color:#EA0000;
}

/*カレンダーの曜日別カラー（土曜日の文字色）*/
#color_saturday {
	color:#0000CC;
}

/*カレンダーの曜日別カラー（平日の文字色）*/
#color_weekday {
	color:#000000;
}


/*各一覧ページのテーブル間隔*/
.list_table {
	border-bottom: 1px solid #CCCCCC;
	padding:8px 15px;
}

/*サブタイトル*/
.subtytle{
width:650px;
padding:10px;
margin:25px 0px 25px 0px;
font-size:14px;
font-weight:bold;
}

/*リンクパス*/
.linkpath{
width:650px;
margin-bottom:16px;
font-size:13px;
}

/*リンクナビ*/
.navi{
width:650px;
margin:25px 0px 0px 0px;
font-size:13px;
font-weight:bold;
text-align:center;
}

/*エラーコメントの文字色*/
.error_txt{
font-size:14px;
font-weight:bold;
text-align:center;
color:#CC0000;
}

/*表示価格*/
.price_txt{
font-size:13px;
color:#BE2C08;
}