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

body{
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	font-size:14px;
}


.bigfee{
	font-size:18px;
	color:#F00;
}

#container{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
}

header{
	float:left;
	width:850px;
	}

h1{
	float:left;
	width:298px;
	height:195px;
	background-image:url(images/common/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

nav{
	float:right;
	padding:30px 0px 0px 0px;
	line-height:170%;
}

nav #main{
	float:left;
}

nav #sub{
	float:right;
}

nav ul{
	list-style-type:square;
}

#mainarea{
	float:left;
	width:900px;
	padding:50px 0px 0px 0px;
}

#mainarea img{
	border:#333 solid 1px;
}

footer{
	float:left;
	width:900px;
	padding:50px 0px 0px 0px;
}
