/* CSS Document */
body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #beab8a;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


}

#myContent { 
	position: fixed; 
	z-index:0; 
/*	float:center; 
	left:0px; */
	top:0px; 
	/*background:#000000;*/
} 


.txt_Left_Menu {
font-size: 13px; color: #666666;
margin:5px 0px 5px 0px;
font-weight: bold
}

.txt_Left_Menu_brown {
font-size: 13px; color: #9f6013;
margin:5px 0px 5px 0px;
font-weight: bold
}

.txt_Left_Menu_l:link, .txt_Left_Menu_l:active, .txt_Left_Menu_l:visited {
font-size: 13px; color: #666666;
font-weight: bold; 
margin:5px 0px 5px 0px;
text-decoration:none;
}

.txt_Left_Menu_l:hover {
font-size: 13px; color: #9f6013;
margin:5px 0px 5px 0px;
text-decoration:none;
}

.txt_footer{
	font-size: 10px; color: #666666;
}


.txt11{
	font-size: 11px; color: #000000;
	margin:0px 0px 0px 0px;
}


.txt11_gray{
	font-size: 11px; color: #666666;
	margin:0px 0px 0px 0px;
}

.txt11_l:link, .txt11_l:active, .txt11_l:visited {
font-size: 11px; color: #666666;
text-decoration:none;
}

.txt11_l:hover {
font-size: 11px; color: #beab8a;
text-decoration:none;
}


.txt12{
	font-size: 12px; color: #000000;
	margin:0px 0px 0px 0px;
}

.txt12_grey{
	font-size: 12px; color: #4E4E4E;
	margin:0px 0px 0px 0px;
}

.txt13{
	font-size: 13px; color: #000000;
	margin:0px 0px 0px 0px;
}

.txt13_gray{
	font-size: 13px; color: #666666;
	margin:0px 0px 0px 0px;
}

.txt13_brown{
	font-size: 13px; color: #9F5F01;
	margin:0px 0px 0px 0px;
}

.txt13_white{
	font-size: 13px; color: #FFFFFF;
	margin:0px 0px 0px 0px;
}

.txt13_white_l:link, .txt13_white_l:active, .txt13_white_l:visited {
font-size: 13px; color: #FFFFFF;
text-decoration:none;
}

.txt13_white_l:hover {
font-size: 13px; color: #EACF5A;
text-decoration:none;
}

.txt13_l:link, .txt13_l:active, .txt13_l:visited {
font-size: 13px; color: #666666;
text-decoration:none;
}
.txt13_l:hover {
font-size: 13px; color: #beab8a;
text-decoration:none;
}

.txt13_black_l:link, .txt13_black_l:active, .txt13_black_l:visited {
font-size: 13px; color: #000000;
text-decoration:none;
}

.txt13_black_l:hover {
font-size: 13px; color: #beab8a;
text-decoration:none;
}



.txt15{
	font-size: 15px; color: #000000;
	margin:0px 0px 0px 0px;
}

.txt15_gray{
	font-size: 15px; color: #666666;
	margin:0px 0px 0px 0px;
}

.txt16_gray{
	font-size: 16px; color: #666666;
	margin:0px 0px 0px 0px;
}

.txt18{
	font-size: 18px; color: #000000;
	margin:0px 0px 0px 0px;
}


#calinfo{ 
	width:100%; 
	height:100%;
	margin:0px;	
	position:absolute;
	z-index:1;
	background:#000000;
	display:none;
}

#infoclose{ cursor:pointer; position:absolute; float:inherit; }

#roomImage{ 
	margin:50px 0px 0 0; 
	width:700px; 
	height:470px; 
	border:#FFFFFF 2px solid;
}

#frameGallery{ 
	margin:0px 0 0 0px; 
	position:absolute;
	z-index:100;
}


#messageBox{
    border-right: 1px solid #000000;
    position: absolute;
    width: 217px;
    height: 100px;
    z-index: 1;
    background-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    display:none;
}

#contents{
    width: 100%;
    height: auto;
    z-index: 2;
}