@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body {
	text-align:center;
	color:#333333;
	line-height:140%;
	font-size:14px;
}

img {
	border:0;
}	

ul,ol,dl {
	list-style:none;
	}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

#wrapper{
	width:570px;
	clear:both;
	margin:50px auto;
}

#header{
	width:570px;
	height:100px;
	margin:0px 0px 20px 0px;
	clear:both;
}

#header #logo{
	float:left;
}

#header #logo a{
	display:block; 
	width:320px;
	height:100px;
	margin:0px 0px 0px 0px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(img/logo.jpg) no-repeat;
}

#header img{
	float:right;
}

#header #form{
	margin:5px 0px 0px 0px;
	float:right;
}

#header #form a{
	display:block; 
	width:200px;
	height:30px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(img/form.jpg) no-repeat;
}

#header #form a:hover{
	background:url(img/form_o.jpg) no-repeat;
}

#content{
	width:570px;
	text-align:left;
}

#content img{
	margin:0px 0px 10px 0px;
}

#system{
	width:570px;
	margin:0px 0px 20px 0px;
	clear:both;
}

table{
	border:#CCC solid 1px;
	margin:0px 0px 10px 0px;
	width:570px;
}

th{
	border:#CCC solid 1px;
	background-color:#eeeeee;
	width:230px;
	padding:5px 5px 5px 5px;
}

td{
	border:#CCC solid 1px;
	padding:5px 5px 5px 5px;
}

.star{
	line-height:160%;
	font-size:12px;
}

.star li{
	background:url(img/star.jpg) no-repeat;
	padding:0px 0px 0px 20px;
}
