@charset 'utf-8';

@import url("index.css");
@import url("../js/greybox/gb_styles.css");
@import url("rental.css");
@import url("sale.css");
* {
	font-size			: 100%;
	font-weight			: normal;
	margin				: 0;
	padding				: 0;
	list-style			: none;
	line-height			: 150%;
}

body {
	text-align			: center;
	font-family			: Verdana,monospace,sans-serif;
	background:url(../img/body_bg.gif) repeat-x;
}

h1, h2 {

}

a img {border:0;}

/* ========== floatEclear ========== */

.left {
	float				: left;
}

.right {
	float				: right;
}

.clear {
	clear				: both;
}

/* ========== font ========== */

.widthspace_s {
	letter-spacing		: 5px;
}

.widthspace_m {
	letter-spacing		: 10px;
}

/* ========== font-size ========== */

.xx_small {
	
}

.x_small {
	font-size			:
}

.small {
	font-size			: 10px;
}

.medium {
	font-size			: 12px;
}

.large {
	font-size			: 14px;
}

.x_large {
	font-size			: 18px;
}

.xx_large {
	font-size			: 20px;
}

.size10 {
	font-size			: 10px;
}

.size12 {
	font-size			: 12px;
}

.size18 {
	font-size			: 18px;
}

/* ========== font-color ========== */

.white {
	color			: #000000;
}

.lightgrey {
	color			: #D3D3D3;
}

.gray {
	color			: #808080;
}

.orange {
	color			: #FF5C00;
}

.lightorange {
	color			: #FFCC66;
}

.cornsilk {
	color			: #FFF8DC;
}

.lightyellow {
	color			: #FFFFE0;
}

.lightbrown {
	color			: #FF9966;
}

.khaki {
	color			: #F0E68C;
}

.brown {
	color			: #522915;
}
.red {
	color			: red;
}
.red02 {
	color			: red;
	font-size		: 18px;
}

/* ========== E? ========== */

.high5 {
	margin			: 5px 0;
}
.high8 {
	margin			: 8px 0;
}

.high10 {
	margin			: 10px 0;
}

.high15 {
	margin			: 15px 0;
}

.high25 {
	margin			: 25px 0;
}

.high30 {
	margin			: 30px 0;
}

.wide5 {
	margin			: 0 5px;
}

.wide10 {
	margin			: 0 10px;
}

.wide15 {
	margin			: 0 15px;
}

.m-lss {
	margin-left:2px;
}


/* ========== font dec ========== */

.bold{
	font-weight:bold;
}
.red{
	color:red;
}
.red_bold{
	color:red;
	font-weight:bold;
	font-size:16px;
	margin:10px 0;
}

/* =========== {[_[ ========== */

.border {
	border			: 1px solid #fff;
}
.entry{
	padding:10px;
	text-align:left;
	}
.entry h3{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
	margin:0px 0 10px 0;
	}	
.entry_body{
	margin:0 0 0 10px;
	font-size:16px;
	font-weight:normal;
	}
.entry_body p{
	}
table.company_info{
	width:500px;
	}		
.company_info th{
	width:200px;
	text-align:left;
	font-weight:bold;
	background-color:#0099FF;
	}	
.minlineup span a{
	font-size:12px;
	color:#FFFFFF;
	background:#000066;
	display:block;
	width:100px;
	text-decoration:none;
	}
.minlineup span a:hover{
	background:#0033FF;
	text-decoration:underline;
	}	
	

/* width
---------------------------------------------------------------*/

.w-240 {
	width:240px;
}


