body {
	font-family:Helvetica,Arial;
	padding:30px 0;
	color:#777;
}

/* function */
.clear {clear:both;overflow:hidden;height:1%}
.left{float:left}
.right{float:right}
.round{-moz-border-radius:10px;-webkit-border-radius:10px}

/* a */
a {color:#0088D9;text-decoration:none}

/* container */
#container{
	width:960px;
	margin:0 auto;
	background:url(../_media/bg_content.png) bottom center no-repeat;
}

/*top*/
#top{
	height:180px;
	background:url(../_media/bg_top.png) top right no-repeat;
	padding:50px 0 0 43px;
}
#top h1{display:none}
#top a{
	display:block;
	width:200px;height:116px;
	background:url(../_media/aenon.png) center center no-repeat;
}

/*content*/
#content{
	width:650px;
	padding:0 0 30px 50px;
}

#content p{
	font-size:13px;
	color:#7d7d7d;
	line-height:20px;
}

/* .footer */
.footer{
	font:11px "Lucida Grande";
	padding:7px;
	background:#F5F5F5;
	border:1px solid #E5E5E5;
}

/*pagelabel*/
h2#pagelabel{
	font:normal 34px "Lucida Grande";
	color:#826B5B;	
	border-bottom:3px dotted #826B5B;
	padding:0 5px;
	margin-bottom:30px;
}