@charset "utf-8";
/* CSS Document */

*{ 
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family:Verdana;
	background-color:#333;
	caption-side:#c9c9c9;
}
ul{
	list-style-type:none;
}
.clear{
	clear: both;
}
img{
	border:0;
}
a{
	color:#444;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:underline;
}


/*-------main_page--------*/
#main_page{
	width:100px;
	height:120px;
	margin:0 auto;
}
.null_height{
	height:210px;
}
.footer{
	color:#666;
	text-align:center;
}