/*********       website::basic       *********/
* { margin: 0; padding: 0; }
body{
	width : 100%;
	background-color: #FFFFFF;
	text-align: left;
	font-size: small;
	font-family: arial,helvetica,clean,sans-serif;
}
#stayat_body{
	width: 100%;
	margin: 0 auto;
}
#stayat_header{
	top: 0;
	left 0;
	position: fixed;
	width: 100%;
	height: 24px;
	background-color: #DCDCDC;
}
#stayat_main{
	margin: 24px 0 0 0;
}
#stayat_contents{
	width: 100%;
}
/*********       stayat_header        *********/
#header1_left{
	float: left;
	width: 90%;
	text-align: left;
}
#header1_left h1{
	font-size: small;
	font-weight: bold;
	margin: 3px 0 0 10px;
}

#header1_right{
	float: right;
	width: 10%;
	text-align: right;
}
/*********      stayat_contents       *********/
#stayat_contents .contents{
	padding: 10px;
	line-height: 150%;
}
#stayat_contents a:link    {color: #000000;}
#stayat_contents a:visited {color: #000000;}
#stayat_contents a:active  {color: #000000;}
#stayat_contents a:hover   {color: #CC0000;}
/*********  stayat_contents:.bg_gray  *********/
#stayat_contents .bg_gray{
	background-color: #F5F5F5;
}
/*********   stayat_contents:table    *********/
#stayat_contents table{
	table-layout: fixed;
	width: 100%;
	border: 0;
}
#stayat_contents .contents table tr{
	vertical-align: top;
}
/*********     stayat_contents:p      *********/
#stayat_contents .contents p{
	color: #3366CC;
	font-weight: bold;
}
#stayat_contents .contents p a:link    {color: #3366CC;}
#stayat_contents .contents p a:visited {color: #3366CC;}
#stayat_contents .contents p a:active  {color: #3366CC;}
#stayat_contents .contents p a:hover   {color: #CC0000;}

/*********  stayat_contents:ul.topic  *********/
#stayat_contents .contents ul.topic{
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: disc;
}
#stayat_contents .contents ul.topic .new{
	font-weight: bold;
}
/*********stayat_contents:.disclosure *********/
#stayat_contents .contents .disclosure{
}
#stayat_contents .contents .disclosure .icon{
	float: left;
	width: 16%;
}
#stayat_contents .contents .disclosure .note{
	float: right;
	width: 84%;
}
/********* stayat_contents:.newsdate  *********/
#stayat_contents .contents .newsdate{
	text-align: right;
	margin: 0 0 10px 0;
	font-size: xx-small;
	color: #808080;
	letter-spacing: 3px;
	font-style: italic;
}
/********* stayat_contents:.exsample  *********/
#stayat_contents .contents .exsample{
	line-height: 120%;
	font-size: xx-small;
	color: #808080;
	letter-spacing: 1px;
	font-style: italic;
}
/*********stayat_contents:memberdetail*********/
#stayat_contents .contents table.message tr:hover{
	background-color: #E8F2FF;
}
#stayat_contents .contents table.message tr.ignore:hover{
	background-color: #FFFFFF;
}
#stayat_contents .contents table.message td.name{
	width: 15%;
	padding: 5px;
}
#stayat_contents .contents table.message td.value{
	width: 85%;
	text-align: left;
	padding: 5px;
}
/*********   stayat_contents:invite   *********/
#stayat_contents .contents table.invite tr:hover{
	background-color: #E8F2FF;
}
#stayat_contents .contents table.invite tr.ignore:hover{
	background-color: #FFFFFF;
}
#stayat_contents .contents table.invite td.name{
	width: 25%;
	padding: 5px;
}
#stayat_contents .contents table.invite td.value{
	width: 75%;
	text-align: left;
	padding: 5px;
}
/*********    stayat_contents:gmap    *********/
#stayat_contents .contents #gmap{
	width: 600px;
	height: 340px;
	margin: 0 auto;
}
/*********    stayat_contents:form    *********/
/* common */
#stayat_contents .contents input.submit{
	width: 130px;
	font-weight: bold;
}
#stayat_contents .contents input.submit_narrow{
	width: 80px;
	font-weight: bold;
}
#stayat_contents .contents input.submit_back{
	margin-left: 20px;
	width: 80px;
	font-weight: bold;
}
#stayat_contents .contents input.submit_margin{
	margin-left: 20px;
	width: 130px;
	font-weight: bold;
}

/* invite */
#stayat_contents .contents input.invite{
	width: 280px;
}

/* login */
#stayat_contents .contents input.email{
	width: 280px;
}

/* new_msg */
#stayat_contents .contents input.subject{
	width: 450px;
}
#stayat_contents .contents textarea.note{
	width: 450px;
}
#stayat_contents .contents input.msg{
	width: 100px;
}
#stayat_contents .contents input.image_mail{
	width: 450px;
}

/* testimonial */
#stayat_contents .contents input.testimonial{
	width: 300px;
}

/* rating */
#stayat_contents .contents input.rating{
	width: 450px;
}

/* gmap */
#stayat_contents .contents input.submit_gmap{
	width: 60px;
	font-weight: bold;
}
#stayat_contents .contents input.gmap_q{
	width: 300px;
}

