.text_base {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.color_red {
	color: #FF0000;
}
.color_white {
	color: #FFFFFF;
}
.copyright {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.color_green {
	color: #66CC99;
}

#head_bg{background-image:url(../images/head_bg.jpg); background-position:center top; background-repeat:no-repeat;}
#bg_shadow{
	background-image:url(../images/bg_yloop.jpg);
	background-repeat:repeat-y;
	background-position: center;
	padding-bottom: 10px;
}

.mgn30{margin-bottom:30px;}
