@charset "utf-8";
/* ================================
   w-stays.com 
   /information/css/index.css
================================== */
@import url("/common/css/subpage.css");


/*   profile
===================================================================  */

#profile h2 {
	margin: 20px 0 10px 0 !important;
}

#profile table {
	width: 690px;
	margin: 30px 0 0 5PX;
}

#profile td {
	border: solid 1px #ccc;
	padding: 10px 15px;
	font-size: 84%;
	line-height: 1.5;
	background-color: #FFF;
}
	
#profile .td01 {
	width: 130px;
	background-color: #ECEBE6;
}

/*   privacy
===================================================================  */


#privacy h2 {
	margin: 0 0 10px 0 !important;
}

#privacy h3 {
	margin: 30px 0 0 0 !important;
	color: #C00;
}

#privacy p {
	margin: 10px 0 10px 0 !important;
}


