@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: /*url("../images/body_bg.gif") repeat-x top */#fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999;
	text-align: center;
	}
p {
	font-size: 12px;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 10px; 
	}
.pop_point1 { 
	font-size: 22px;
	color: #F00;
	font-weight: bold;
	}
.pop_point2 { 
	color: #666;
	font-weight: bold;
	}
a.pop_link:link {
	font-size: 14px;
	font-weight: bold ;
	color: #777;
	text-decoration: none;
	}
a.pop_link:visited {
	font-size: 14px;
	font-weight: bold ;
	color: #777;
	text-decoration: none;
	}
a.pop_link:hover {
	font-size: 14px;
	font-weight: bold ;
	color: #FF8E21;
	text-decoration: none;
	}
a.pop_link:active {
	font-size: 14px;
	font-weight: bold ;
	color: #FF8E21;
	text-decoration: none;
	}
a.pop_link2:link {
	color: #777;
	text-decoration: none;
	}
a.pop_link2:visited {
	color: #777;
	text-decoration: none;
	}
a.pop_link2:hover {
	color: #FF8E21;
	text-decoration: none;
	}
a.pop_link2:active {
	color: #FF8E21;
	text-decoration: none;
	}
.photo_r {
	padding: 0px;
	float: right;
	margin: 6px 0px 15px 15px;
	background-color:#ccc;
}

