﻿/* --------------------------------------------------------------*/
/* sub01 css */
/* ------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* top */
/* --------------------------------------------------------------*/

#top {
    overflow            : hidden;
}

#realty {
    height              : 206px;
}

* html #realty {
    height              : 216px;
}

/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* navigation_content */
/* --------------------------------------------------------------*/

#navigation_content {
    padding-left        : 20px;
}

#navigation_content ul {
	list-style-type		: none;
	padding             : 0;
    margin              : 0;
}

#navigation_content li {
 	white-space			: nowrap;
 	text-align			: left;
	display				: inline;
	padding             : 0 16px 0 0;
    margin              : 0;
}

#navigation_content a {
    color               : #3c578c;
    font-family         : Arial, Helvetica, Sans-Serif;
    font-weight         : bold;
    font-size           : 1.1em;
    text-transform      : uppercase;
    text-decoration		: none;
    outline             : none;
}

/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content {
    background-image    : url(../images/content_background.png);
    width               : 770px;
    text-align          : left;
    padding             : 10px;
    margin              : 0 auto;
}

* html #content {
    margin-left         : 10px;
    behavior            : url(fileadmin/templates/scripts/iepngfix.htc);
}
