@charset "utf-8";
/* CSS Document */

@import url("head.css");
@import url("content.css");
@import url("footer.css");



body{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	background-image: url(../image/back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper{
	background-image: url(../image/head-back01.jpg);
	background-repeat: repeat-x;
	width: 900px;
	}

	

#container{
	width: 900px;
	margin: 0px;
	background-image: url(../image/content-back01.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#content-break{
	clear: both;
	background-image: url(../image/content-back01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 900px;
	background-position: right;
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding: 0px;
	height: 10px;
}

#content-break a{
	color: #999999;
	text-decoration: none;
}
#content-break a:hover{
	text-decoration: underline;
}

.red-strong-bold{
	font-weight: bold;
	color: #F00;
	}
.seo {
	font-size: 10px;
	font-weight: bold;
	color: #933;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 15px;
}


/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */