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/photo_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 50px 5px;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#content p a{
	color:#333;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	background:none;
	border-bottom:1px solid #ef012e;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}

#content span{
	display:block;
	float:left;
	margin:5px 16px 28px 16px;
	width:200px;
	height:200px;
	background:url(../img/photo_bg.jpg) no-repeat #000;
}
#content a img{
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:0.8;
	filter:alpha (opacity=80); /* IE */
}
#content a:hover img{
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}