.about-relative-box{
	width:1024px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	clear:both;
}

#about-logo-image{
	width:270px;
	height:23px;
	margin-left:60px;
	margin-top:45px;
	background:url(../images/about_logo.png);
}


#image-content-box{
	clear: both;
	width:470px;
	height:300px;
	margin:0 auto;
	margin-left:60px;
	margin-right:20px;
	margin-bottom:30px;
	overflow:hidden;	
}

#image-prev, #image-next{
	position:absolute;
	width:14px;
	height:19px;
	top:135px;
	left:70px;
	background:url(../images/slide_prev.png);
}

#image-next{
	left:500px;
	background:url(../images/slide_next.png);
}

.content-part-box{
	position:relative;
	width:450px;
	margin-bottom:40px;
}

.content-part-box .ttl{
	font-size:13px;
	font-family:"Verdana";
	font-weight:Bold;
	color:#00AE28;
}

.content-part-box .content{
	font-size:12px;
	font-family:"Georgia";
	font-style:Italic;
	color:rgb(128, 129, 132);
	line-height:20px;
}