body {
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/back_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #ddeeee;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.5;
}
p {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
li {
	margin: 0px;
	padding: 0px;
}



/* main --------------------------*/
#full_body {
	width: 860px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 5px;
}
#header {
	width: 860px;
	margin-top: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	background-color: #000000;
	background-position: left;
	height: 50px;
}
#header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 140px;
}
#container {
	width: 860px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main_box {
	width: 558px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../img/top_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_text {
	clear: both;
	margin-left: 12px;
	padding-top: 15px;
	text-align: left;
	width: 538px;
}


#left_column {
	float: left;
	width: 560px;
}
#right_column {
	float: right;
	width: 280px;
}
#aims {
	width: 280px;
	background-image: url(../img/aims_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	text-align: left;
	margin-bottom: 10px;
}
#company {
	width: 280px;
	background-image: url(../img/company_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	text-align: left;
}

#footer {
	height: 20px;
	width: 860px;
	clear: both;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}
.top_index {
	float: left;
	width: 174px;
	margin-left: 9px;
}
.top_banner {
	width: 560px;
	margin-top: 10px;
	text-align: left;
	color: #333333;
}
#left_column .top_banner p {
	margin-top: 0.2em;
}






/* clear fix -------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix{display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac\*/
