﻿body
{
	margin-top:0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-style:normal;
	color: #333333;
}

a:link{
	color:#0099FF;
	text-decoration:underline;
}
a:visited{
	color:#0099FF;
	text-decoration:underline;
}

#global
{
	width:900px;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	background-color:#FFFFFF;
	text-align:center;
}

.pageTitle
{
	font-weight:bold ;
	font-size:24px;
}	

@media print {
	#global
	{
		width:650px;
		margin-left: 0px;
		float: left;
	}
}
/*==============================================================================*/
/* メッセージ
/*==============================================================================*/
.message_darkred
{
	color: #8b0000;
}
.message_red
{
	color: red;
}
.message_error
{
  color:#FF0000;
  font-size:14px;
  font-weight:bold;
}
/*==============================================================================*/
/* 照会テーブル
/*==============================================================================*/
.searchtable{
	border:ridge thin;
	border-collapse: collapse;
	padding: 0 0 0 0;
	width: 882px
	/*table-layout:fixed ;*/
}
.searchtable td, .searchtable th{
	border:ridge thin;
	padding:1px;
	height:16px;
}
.searchtable th{
	font-weight: normal;
	background-color:#FFFEE1;
}
.month{
	font-weight:  bold;
	background-color:#62B0FF;
}	
.weekday{
	color:black;
	background-color:#D5EAFF;
}	
.saturday{
	color:blue;
	background-color:#D5EAFF;
}	
.sunday{
	color:red;
	background-color:#D5EAFF;
}	
/*==============================================================================*/
/* 申し込みテーブル
/*==============================================================================*/
.entryTable {
	border-collapse: separate;
	border-spacing: 1px;
}
.entryTable th {
	text-align: center ;
	background-color: #7BBDFF;
	font-weight: normal;
	padding: 3px;
}
.entryTable td {
	text-align: left ;
	background-color: #DEEFF7;
	padding: 3px;
}
/* 必須マーク */
.hsmark
{
	font-weight:  bold;
	color: red;
}	
/*==============================================================================*/
/* 確認テーブル
/*==============================================================================*/
.confirmTable{
	border:ridge thin;
	border-collapse: collapse;
	padding: 0 0 0 0;
	/*table-layout:fixed ;*/
}
.confirmTable td, .confirmTable th{
	border:ridge thin;
	padding:1px;
	height:16px;
}
.confirmTable th{
	text-align: center ;
	font-weight: normal;
	background-color:#7BBDFF;
}
.footer{
	background-color:#D5EAFF;
}	
/*==============================================================================*/
/* 完了テーブル
/*==============================================================================*/
.registTable{
	border:ridge thin;
	border-color:#3366CC;
	/*border-color:#3366CC #330066 #330066 #3366CC;*/
	border-collapse: collapse;
	padding: 0 0 0 0;
	/*table-layout:fixed ;*/
}
.registTable td, .registTable th{
	border:ridge thin;
	border-color:#3366CC;
	padding:3px;
	height:16px;
	text-align: left ;
}
.registTable th{
	color:White;
	font-weight: normal;
	background-color:#0E4A94;
}
/*==============================================================================*/
/* テーブル
/*==============================================================================*/
.listtable{
	border-style:none;
	padding: 0 0 0 0;
	/*table-layout:fixed ;*/
}
.listtable td, .listtable th{
	border-style:none;
	padding:1px;
}

/*==============================================================================*/
/* CssClass
/*==============================================================================*/
.data
{
	color:black;
}
.dataNum
{
	text-align: right; 
}

.button
{
	width:150px; 
	height:30px;
	font-weight: bold;
	color:#444444;
}
.editbutton
{
	width: 150px;
	height: 30px;
	font-weight: bold;
	background-color: #ffcccc;
}
.smallbutton
{
	height:20px;
}

.txtNum
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.txtStr
{
	text-align: left; 
	ime-mode:active;
	color:black;
}
.txtCode
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.txtTel
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.txtZip
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.txtMail
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.txtPassword
{
	text-align: left;
	ime-mode:inactive;
	color:black;
}
.lblStr
{
	text-align: left; 
	color:black;
}
.lblNum
{
	text-align: right; 
	color:black;
}

/*==============================================================================*/
/* クーポン　画像表示
/*==============================================================================*/
.image-resize 
{
	width: auto;
	height: auto;
	max-width: 640px;
}
* html body .image-resize {
	width: expression(this.width >= this.height ? "640px" : "auto");
	height: expression(this.width <= this.height ? "640px" : "auto");
}
.image-resize-a {
	display: block;
	width: 640px;
}
img {
	-ms-interpolation-mode: bicubic;
}