/*
* common.css
*
*/

A:link { 
	text-decoration:none; 
	color:#6699CC
}
A:visited {
	text-decoration:none;
	font-weight:;
	color:#6699CC
}
A:active {
	text-decoration:none; 
	font-weight:; 
	color:#FF9900
}
A:hover {
	font-weight:; 
	color:#FFFFFF; 
	background-color:#9999FF
}



.area {
	font-size: 12px;
	line-height: 16px;
	color: #7777FF;
	background-color: #F0F0F8;
	padding: 0px;
/*
	width: 220px;
	height: 18px;
*/
	border: 1px solid #C1C1D7;
}

.checkox {
	color: #7777FF;
	background-color: #F0F0F8;
	padding: 0px;
	border: 1px solid #C1C1D7;
}

.white-bold {
	color		: #FFFFFF;
	font-weight	: bold;
}

/*************************************************
 * for メイン表示用リンク（曜日対応）
 *************************************************/

/** 平日 **/
A.td_weekday:LINK { 
	text-align		: center;
	font-weight		: bold;
	color			: #666699;
	text-decoration	: none;
}
A.td_weekday:VISITED { 
	text-align		: center;
	font-weight		: bold;
	color			: #666699;
	text-decoration	: none;
}
A.td_weekday:ACTIVE {
	text-align		: center;
	font-weight		: bold;
	color			: #666699;
	text-decoration	:underline;
}
A.td_weekday:HOVER { 
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #666699;
	text-decoration	: none;
}


/** 土曜日 **/
A.td_saturday:LINK { 
	text-align		: center;
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	: none;
}
A.td_saturday:VISITED { 
	text-align		: center;
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	: none;
}
A.td_saturday:ACTIVE {
	text-align		: center;
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	:underline;
}
A.td_saturday:HOVER { 
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #0000FF;
	text-decoration	: none;
}


/** 日曜日 **/
A.td_sunday:LINK { 
	text-align		: center;
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	: none;
}
A.td_sunday:VISITED { 
	text-align		: center;
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	: none;
}
A.td_sunday:ACTIVE {
	text-align		: center;
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	:underline;
}
A.td_sunday:HOVER { 
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #FF0000;
	text-decoration	: none;
}


/*************************************************
 * for Calendar
 *************************************************/

.weekday_font {
	text-align		: center;
	font-size		: smaller;
}

.saturday_font {
	text-align		: center;
	font-size		: smaller;
	color			: blue;
	background-color: #F0F0F8;
}

.sunday_font {
	text-align: center;
	font-size: smaller;
	color    : red
}

/** 平日 **/
A.weekday:LINK { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #666699;
	text-decoration	: none;
}
A.weekday:VISITED { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #666699;
	text-decoration	: none;
}
A.weekday:ACTIVE {
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #666699;
	text-decoration	:underline;
}
A.weekday:HOVER { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-size		: 20px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #9999FF;
	text-decoration	: none;
}


/** 日曜日 **/
A.sunday:LINK { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	: none;
}
A.sunday:VISITED { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	: none;
}
A.sunday:ACTIVE {
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #FF0000;
	text-decoration	:underline;
}
A.sunday:HOVER { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-size		: 20px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #FF0000;
	text-decoration	: none;
}

/** 土曜日 **/
A.saturday:LINK { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	: none;
}
A.saturday:VISITED { 
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	: none;
}
A.saturday:ACTIVE {
	text-align		: center;
	/*font-size		: smaller;*/
	font-weight		: bold;
	color			: #0000FF;
	text-decoration	:underline;
}
A.saturday:HOVER { 
	text-align		: center;
	/*font-size		: smaller;*/
	/*font-size		: large;  */
	font-size		: 20px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #0000FF;
	text-decoration	: none;
}


/*************************************************
 for　Room Detail
 *************************************************/
/** for normal(通常) **/
A.rDtl4n:LINK { 
	text-align		: center;
	font-weight		: bold;
	font-family		: "Trebuchet MS";
	font-size		: 20px;
	color			: #666699;
	text-decoration	: none;
}
A.rDtl4n:VISITED { 
	text-align		: center;
	font-weight		: bold;
	font-family		: "Trebuchet MS";
	font-size		: 20px;
	color			: #666699;
	text-decoration	: none;
}
A.rDtl4n:ACTIVE {
	text-align		: center;
	font-weight		: bold;
	font-family		: "Trebuchet MS";
	font-size		: 20px;
	color			: #666699;
	text-decoration	:underline;
}
A.rDtl4n:HOVER { 
	text-align		: center;
	font-size		: bold;
	font-family		: "Trebuchet MS";
	font-size		: 20px;
	color			: #FFFFFF;
	background-color: #666699;
	text-decoration	: none;
}

/** for full(満室) **/
A.rDtl4F:LINK { 
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}
A.rDtl4F:VISITED { 
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}
A.rDtl4F:ACTIVE {
	text-align		: center;
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	:underline;
}
A.rDtl4F:HOVER { 
	text-align		: center;
	font-weight		: bold;
	color			: 666699;
	background-color: #FF0000;
	text-decoration	: none;
}

/** for No_Use(使用不可) **/
A.rDtl4NU:LINK { 
	text-align		: center;
	font-size		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}
A.rDtl4NU:VISITED { 
	text-align		: center;
	font-size		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}
A.rDtl4NU:ACTIVE {
	text-align		: center;
	font-size		: bold;
	color			: #FFFFFF;
	text-decoration	:underline;
}
A.rDtl4NU:HOVER { 
	text-align		: center;
	font-size		: bold;
	color			: #666666;
	background-color: #666699;
	text-decoration	: none;
}
