@charset "UTF-8";
/* formatting style
--------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75px;
	line-height: 1.6em;
	color: #333333;
	background-color: #FFCC33;
}
a img {
	border-style: none;
}

/* badic layout
--------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
}
#header {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	height: 400px;
}
#header #logo {
	position: absolute;
	left: 135px;
	top: 50px;
	width: 540px;
	height: auto;
}
#header .style4 {
	position: absolute;
	top: 180px;
	left: 320px;
}
#main {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
}
#main #new {
	position: absolute;
	left: 220px;
	top: 10px;
}
#main dl {
	position: absolute;
	left: 330px;
	top: 13px;
	width: 220px;
	height: 60px;
}
#main table {
	list-style: disc;
	position: absolute;
	left: 30px;
	top: 100px;
}
#hooter {
	background-color: #FFFFFF;
}
