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

#main_box {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/menber.jpg);
	text-align: center;
	background-repeat: no-repeat;
	float: right;
	padding-right: 100px;
	padding-left: 100px;
	background-position: 100px 50px;
}

.gray{
	color:#999;
	}
.blue{
	color:#00F;
	}
.yellow{
	color:#FC0;
	}
