@charset "utf-8";

#contents-bg-about
{
	float:left;
	background-image: url(../images/about_bg.gif);
	background-repeat: no-repeat;
}

#contents-right
{
	background-image: url(../images/about_contents_point.gif);
	background-position: 0 40px; 
	background-repeat: no-repeat;
}

#contents-right .center
{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0 0 30px 0;
}
#contents-right .title
{
	padding: 15px 0 15px 0;
}
#contents-right .innerleft
{
	float:left;
	width:340px;
}

#contents-right .innerright
{
	float:right;
}

#contents-right .innerright img
{
	padding: 0 0 30px 0;
}

#contents-right p
{
	padding: 0 0 30px 0;
}

#contents-orange-rect
{
	background:#f6d9ab;
	padding: 10px 20px 10px 10px;
}

.imageleft{
	float:left;
	padding-right:10px;
}