/*
########################################################
  common style
########################################################
*/

*{
	margin:0;
	padding:0;
	text-align:left;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E4FBFC;
}

img{
	border:0;
}
div {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,ul,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
}




/*page_up*/
.page_up {
	width: 150px;
	float: right;
	height: 21px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.page_up a{}

.page_up ul{
	width: 150px;

}
.page_up li{
	width: 150px;
	list-style-type: none;
}

#page_up_01 li {
	display: block;
	height: 21px;
	width: 150px;

}
#page_up_01 a {
	font-size: 12px;
	color: #3D7226;
	background-image: url(../images/page_up_botton.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 21px;
	text-indent: -9996px;
}
#page_up_01 a:hover  {
	background-image: url(../images/page_up_botton.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}

/*--------------------*/
.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* End hide from IE-mac */

