/* ------------------------------ */
/* CSS setting for SABAE-CITY WEB */
/* ------------------------------ */


body {
	background-color:   #ffffff;
	color:              #000000;
	margin-top:         0px;
}

/* form elements */

input#button {
	color:              #ffffff;
	background-color:   #ff6633;
	font-size:          12px;
}

input#text {
	color:              #000000;
	background-color:   #ffffff;
	font-size:          12px;
}

/* font elements -default- */

.xx-small {
	font-size:          xx-small;
	letter-spacing:     0.05em;
	line-height:        125%;
}

.x-small {
	font-size:          x-small;
}

.small {
	font-size:          small;
}
	
.medium {
	font-size:          medium;
}

.large {
	font-size:          large;
}

.x-large {
	font-size:          x-large;
}

.xx-large {
	font-size:          xx-large;
}

/* header */

.header {
	color:              #ffffff;

}

.header-top {
	background-color:   #000066;
}

.header-bottom {
	background-color:   #ff9900;
}

/* footer */

.foot-border {
	background-color:   #ffffff;
}

/* page title */

.page-title {
	background-color:   #ffffff;
}

.page-title-f {
	font-size:          medium;
	font-weight:        bold;
	color:              #333333;

}

.page-t-border {
	background-color:   #445074;
}

/* page navi */

.page-navi-f {
	font-size:          x-small;
}

/* main contents */

.main-text {
	font-size:          x-small;
	line-height:        150%;
	color:              #000000;
	background-color:   #ffffff;
}

.text-right {
	text-align:         right;
}

/* basic colors */

.white {
	color:              #ffffff;
}

.black {
	color:              #000000;
}

.blue {
	color:              #3d66d8;
}

.orange {
	color:              #ff8a00;
}

.green {
	color:              #009900;
}
