body{
	background-color:#eee;
	}

#wrap{
	width:900px;
	margin:0 auto;
	}


/* header */
#header{
	width:900px;
	height:56px;
	background-repeat:no-repeat;
	}

#header_link{
	width:110px;
	height:56px;
	float:right;
	}


/* contents */
#main_contents{
	width:900px;
	}

	


/* pagetop */

#pagetop a{
	width:89px;
	height:15px;
	float:right;
	margin:20px 20px 0 0;
	background-image:url(../imgs/pagetop.gif);
	background-repeat:no-repeat;
	text-indent:-20000px;
	}

#pagetop2 a{
	width:89px;
	height:15px;
	float:right;
	margin:20px 20px 0 0;
	background-image:url(../imgs/pagetop2.gif);
	background-repeat:no-repeat;
	text-indent:-20000px;
	}



/* footer */

#footer{
	width:900px;
	height:44px;
	background-image:url(../imgs/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:10px;
	padding:8px 0 0 0;
	}



/* other */

.small{
	font-size:11px;
	}
.bold{
	font-weight:bold;
	}
.bold2{
	font-weight:bold;
	font-size:10px;
	}
.right{
	float:right;
	}
.left{
	float:left;
	}

