body{
	padding-top:110px;
}
#chara{
	position:absolute;
	top:65px;
	left:50%;
	width:126px;
	height:126px;
	margin-left:-63px;
	background:url(../img/content_header.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	backface-visibility:hidden;
}


#wrapper{
	width:880px;
	margin:0 auto;
	background:url(../img/content_bg.gif) repeat-x #fff;
	border:solid 10px #ef012e;
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#title_area{
	margin:65px 0 40px;
	padding-top:100px;
	background:url(../img/view_title.png) no-repeat top center #fff;;
}
h1{
	font-size:16px;
	text-align:center;
	letter-spacing:1px;
	padding:3px 0;
	color:#fff;
	background:#ef012e;
}
#content{
	width:720px;
	margin:0 auto;
}
.caption{
	text-align:right;
	color:#999;
	font-size:10px;
}
#lead{
	height:75px;
	background:url(../img/view_lead.gif) no-repeat center center;
	text-indent:-9999px;
}
.stars{
	height:60px;
	background:url(../img/view_star.gif) no-repeat center center;
}
#intro{
	text-align:center;
	color:#ef012e;
	font-size:14px;
	margin:20px 0 0;
}
.left{
	float:left;
	margin-top:50px;
}
h3{
	color:#ef012e;
	border-bottom:dashed 1px #ccc;
}
.report_h{
	color:#ef012e;
	border-bottom:dashed 1px #ccc;
	margin-bottom:20px;
}
.report{
	text-align:center;
	padding:30px 0;
	border-bottom:dashed 1px #ccc;
	margin-bottom:60px;
}
.left p{
	margin:0.75em 0 2em;
}
.right{
	float:right;
	margin-top:50px;
	margin-bottom:70px;
	text-align:right;
}
#map_canvas{
	width:450px;
	height:300px;
	border:solid 1px #ccc;
	margin-bottom:5px;
}
a{
	text-decoration:none;
	color:#ef012e;
}
a:hover{
	text-decoration:underline;
}
#footer{
	height:50px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}