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/rep01_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;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#039;
	border-bottom:solid 1px #039;
	margin-bottom:15px;
	padding-left:30px;
	background:url(../img/content_h2.gif) no-repeat center left;
}
h2:first-letter{
	color:#ef012e;
}
#content p{
	padding:0 0 80px 0;
	text-align:justify;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
#content p a{
	color:#333;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	background:none;
}
#content p a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* IE */
}
#content p span{
	font-weight:bold;
	color:#ef012e;
}
#content p .navy{
	color:#039;
}
#content .photo{
	padding:0 0 5px;
	margin-bottom:50px;
	text-align:center;
	background:#efefef;
	font-size:10px;
}
#content .photo img{
	vertical-align:bottom;
	margin-bottom:5px;
}


.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
.pb70{
	padding-bottom:70px;
}