@charset "utf-8";
/* CSS Document */

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#883B8C;
	font-size:16px;
	font-weight:bold;
}

.container{
	width:1000px;
	margin:auto;
	margin-top:0px;
}

.header{
	width:1000px;
	height:185px;
	background-image:url(images/header.jpg);
}

.header_inner{
	width:160px;
	height:105px;
	float:right;
	margin-right:20px;
	margin-top:110px;
}

.content{
	float:left;
	width:1000px;
	height:400px;
}

.inner{
	float:left;
	width:480px;
	padding:10px;
}

.inner_left{
	float:left;
	width:400px;
	margin-left:80px;
	margin-top:35px;
}

.footer{
	float:left;
	width:1000px;
	height:185px;
	background-image:url(images/footer.jpg);
}