
@import "hi_common.css";

/* -------------------- 共通 -------------------- */
body{
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	background-color: #E2F3F9;
	line-height:1.4em;
	color:#333333;
}
/* -------------------- メニュー -------------------- */
.menu{
	text-align:center;
	vertical-align:top;
	width:180px;
	height:100%;  
	background:transparent url(../images/bg_menu.gif) repeat scroll top left;
}
.menu div.area{
	text-align:center;
	vertical-align:top;
	margin:5px 11px;
}
.menu div.area p{
	margin:0.5em 0;
	border:1px solid #8f8f8f;
	font-size:14px;
}
.menu div.area p a{
	display:block;
	color:#3d3d3d;
	background-color:#FFFFFF;
	padding:0.5em 0;
	font-weight:bold;
	text-decoration:none;
}
.menu ul.area{
	margin:5px 11px;
	border:1px solid #8f8f8f;
}
.menu ul.area li{
	width:156px;
	list-style-type:none;
	text-align:left;
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#8f8f8f;
	padding:0;
	vertical-align:top;
}
.menu ul.area li.first{
	border-width:0;
}
.menu ul.area li.first + li{
	border-style:solid;
}
.menu ul.area li img{
	vertical-align:top;
}
.menu ul.area li a{
	background:url(../images/mn_list_arrow.gif) no-repeat scroll 8px center #FFFFFF;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
	display:block;
	padding:6px 5px 6px 25px;
	text-decoration:none;
}
.loginarea{
	display:block;
	border: 1px solid gray;
	background-color:#ffffff;
	width:50%;
	margin:1ex auto;
	text-align:center;
}
.loginarea h1{
	text-align:center;
	font-size:150%;
	margin:1ex;
}
.loginarea .action{
	margin: 1ex;
}
.loginarea .action input{
	font-size:100%;
}
.loginarea .msg{
	text-align:center;
}
.userarea{
	border:1px solid c0c0c0;
}
.userarea table{
	background-color:white;
	width:156px;
	border-collapse: collapse;
	empty-cells: show;
	margin:0;
}
.userarea table th{
	background-color:silver;
	font-weight:normal;
}
.userarea table td{
	font-weight:normal;
	text-align:center;
	font-size:85%;
}
.userarea table td input{
	padding:1px;
}
table.login{
	background-color:white;
	border-collapse:collapse;
	margin:1ex auto;
}
table.login th{
	margin:auto auto;
	text-align:right;
	border:1px solid black;
	background-color:gray;
	color:white;
	padding:2px 4px;
	font-size:135%;
}
table.login td{
	border:1px solid gray;
	padding:2px 4px;
	font-size:135%;
}
table.login td input{
	font-size:100%;
}
.infoarea{
	border:2px solid silver;
	width:80ex;
	margin:1ex auto;
	padding:0.5em;
	text-align:center;;
	background-color:white;
}
.infoarea ul, .infoarea ol{
	text-align:left;
	padding-left:4ex;
}
.menuaction{
	text-align:left;
}
#menu1{
	display:block;
	text-decoration:none;
}
#menu2{
	display:none;
	position:absolute;
	left:11px;
	top:5px;
}

/* -------------------- 本体 -------------------- */
.main{
	text-align:center;
	padding:1ex 2.5%;
	vertical-align:top;
	background: #E2F3F9 url(../images/bg_main.gif) repeat-y scroll left center;
	height:100%;
}
.submain{
	text-align:center;
	padding:1ex 5px;
	vertical-align:top;
	background-color: #E2F3F9;
}
/* -------------------- 本体 -------------------- */
.title{
	margin:1ex 0;
	text-align:left;
	border-right:1px solid #c4c4c4;
	background:transparent url(../images/bg_title.gif) no-repeat scroll left top;
	line-height:50px;
	font-size:24px;
	font-weight:bold;
	padding:0px 0px 0px 24px;
	text-shadow: 0px -2px 2px #c0c0c0, 0px 2px 2px #ffffff;
}
.toptitle{
	margin:1ex auto;
	border:2px solid #007eff;
	background:transparent url(../images/bg_toptitle.gif) repeat-x scroll left top;
	color:#ffffff;
	font-size:250%;
	line-height:60px;
	font-weight:bold;
	
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.subtitle{
	margin:1ex auto;
	border:2px solid #c0c0c0;
	background-color:#C2E3F9;
	font-size:120%;
	width:50%;
	font-weight:bold;
	padding:2px 4px;
	white-space:nowrap;
}
.msg{
	margin:1ex 0px;
	text-align:left;
	border:0px dashed gray;
}
.note{
	margin:1ex 0ex;
	text-align:center;
	border:0px dashed gray;
}
.step{
	margin:1ex 0px;
	text-align:center;
	border:0px dashed gray;
}
.action input{
	font-size:85%;
	overflow:visible;
	/padding:3px 5px 0 5px;
}
input.button{
	font-size:85%;
	overflow:visible;
	/padding:3px 5px 0 5px;
}
.page{
	text-align:right;
	border:0px dashed gray;
	padding:0 1em;
	width:70%;
	margin:0 auto;
}
.page .num{
	text-align:left;
	display:inline;
	float:left;
	width:45%;
}
.page .button{
	text-align:right;
	font-size:85%;
	vertical-align:middle;
}
.page .button input{
	margin-top:0;
	margin-bottom:0;
}
.page hr, .page br{
	clear:both;
	display:block;
	visibility:hidden;
	line-height:1px;
	height:1px;
	margin-top:0px;
	margin-bottom:0ex;
	font-size:10%;
}
/* -------------------- 検索 -------------------- */
table.cond{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0.5ex auto;
	text-align:left;
	border:1px solid black;
	max-width:100%;
	min-width:50%;
}
table.cond caption{
	text-align:left;
	white-space:nowrap;
	margin-top:1ex;
}
table.cond th{
	background-color:gray;
	color:white;
	font-weight:normal;
	text-align:center;
	padding:2px 4px;
	border: 1px solid black;
	font-size:85%;
	white-space:nowrap;
}
table.cond td{
	padding:2px 2px;
	border: 1px solid black;
}
table.cond td input{
	font-size:85%;
}
table.cond td select{
	font-size:85%;
}
table.cond td option{
	font-size:100%;
}
/* -------------------- 一覧 -------------------- */
table.list{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0px auto 1ex auto;
	text-align:left;
	border:1px solid black;
	max-width:100%;
	min-width:50%;
}
table.list caption{
	text-align:left;
	white-space:nowrap;
}
table.list th{
	background-color:gray;
	color:white;
	font-weight:normal;
	text-align:center;
	padding:2px 4px;
	border: 1px solid black;
	font-size:90%;
	white-space:nowrap;
}
table.list td{
	border: 1px solid black;
	font-size:90%;
	white-space:nowrap;
	padding:4px 2px;
}
table.list tr.part1 td,table.list tr.part1 th{
	padding:6px 2px 1px 2px;
	border-bottom:0px solid black;
}
table.list tr.part2 td{
	padding:1px 2px 6px 2px;
	border-top:1px solid #999999;
}
table.list tr.part2 th{
	padding:1px 2px 6px 2px;
	border-top:0px solid #333333;
}
table.list td input{
	font-size:85%;
	padding:0px;
	margin:0px;
}
/* -------------------- 予約用テーブル -------------------- */
table.reserve{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0px auto 1ex auto;
	width:100%;
}
table.reserve caption{
	text-align:left;
	white-space:nowrap;
}
table.reserve th{
	background-color:gray;
	color:white;
	font-weight:normal;
	text-align:center;
	border:1px solid black;
	padding:4px;
}
table.reserve th.hour{
	background-color:#D0D0FF;
	color:black;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding:1px 0;
}
table.reserve th.minute{
	background-color:#D0D0FF;
	color:black;
	text-align:center;
	font-size:85%;
}
table.reserve th.minute0{
	padding:2px 0.2em;
}
table.reserve th.minute1{
	padding:2px 0;
}
table.reserve td{
	border:1px solid black;
	text-align:center;
	padding:3px 0;
}
table.reserve td.useevent{
	/*white-space:nowrap;*/
}
table.reserve td.surface{
	/*white-space:nowrap;*/
}
table.reserve td input{
	display:none;
}
table.reserve td.date{
	padding:2px 4px;
	white-space:nowrap;
}
table.reserve td.room{
	font-size:85%;
	text-align:left;
	padding:4px 2px;
}
table.reserve td.room select{
	max-width:10em;
}
table.reserve td.pointer{
	cursor:pointer;
}
/* -------------------- 抽選用テーブル -------------------- */
table.lottery{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0px auto 1ex auto;
	width:100%;
}
table.lottery caption{
	text-align:left;
	white-space:nowrap;
}
table.lottery th{
	background-color:gray;
	color:white;
	font-weight:normal;
	text-align:center;
	border:1px solid black;
	padding:4px;
}
table.lottery th.hour{
	background-color:#D0D0FF;
	color:black;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding:1px 0;
}
table.lottery th.minute{
	background-color:#D0D0FF;
	color:black;
	text-align:center;
	font-size:85%;
}
table.lottery th.minute0{
	padding:2px 0.2em;
}
table.lottery th.minute1{
	padding:2px 0;
}
table.lottery td{
	border:1px solid black;
	text-align:center;
	padding:3px 0;
}
table.lottery td.useevent{
	/*white-space:nowrap;*/
}
table.lottery td.surface{
	/*white-space:nowrap;*/
}
table.lottery td input{
	display:none;
}
table.lottery td.date{
	padding:2px 4px;
	white-space:nowrap;
}
table.lottery td.room{
	font-size:85%;
	text-align:left;
	padding:4px 2px;
}
table.lottery td.room select{
	max-width:10em;
}
table.lottery td.pointer{
	cursor:pointer;
}
/* -------------------- 確認用テーブル -------------------- */
table.conf{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0px auto 1ex auto;
	max-width:100%;
	min-width:50%;
}
table.conf caption{
	/*display:none;*/
	text-align:left;
	white-space:nowrap;
}
table.conf th{
	background-color:#D0E0FF;
	color:#333333;
	font-weight:normal;
	text-align:center;
	border:1px solid black;
	white-space:nowrap;
	padding:1px 5px;
	font-size:85%;
}
table.conf th.session{
	background: #D0E0FF url(../images/bg_session.gif) bottom repeat-x;
	color:#333333;
	font-size:100%;
	line-height:1.3em;
	font-size:115%;
	letter-spacing:0.3em;
}
table.conf td{
	border:1px solid black;
	padding:2px;
}
table.conf span{
	margin:0 1ex;
}
/* -------------------- 編集用テーブル -------------------- */
table.edit{
	background-color:white;
	border-collapse:collapse;
	empty-cells:show;
	margin:0px auto 1ex auto;
	max-width:100%;
	min-width:50%;
}
table.edit caption{
	/*display:none;*/
	text-align:left;
	white-space:nowrap;
}
table.edit th{
	background-color:#D0E0FF;
	color:#333333;
	font-weight:normal;
	text-align:center;
	border:1px solid black;
	white-space:nowrap;
	padding:2px;
	font-size:85%;
}
table.edit th.session{
	background: #D0E0FF url(../images/bg_session.gif) bottom repeat-x;
	color:#333333;
	font-size:100%;
	line-height:1.3em;
	font-size:115%;
	letter-spacing:0.3em;
}
table.edit td{
	border:1px solid black;
	padding:2px;
	white-space:normal;
}
table.edit select{
}
table.edit input{
}
table.edit textarea{
}





