@charset "UTF-8";

/*  ----------------------------------------------------  */
/*  About */
/*  ----------------------------------------------------  */

.about {
	background: url("../images/common/bg_common.jpg") repeat-x !important;
}

#about_frame {
	width: 768px;
	height: 780px;
	background: url("../images/common/bg_common2.png") no-repeat;
	margin-left: 70px;
}

#about_frame h2 {
	padding-top: 45px;
	margin-bottom: 35px;
	text-align: center;
}

#about_contents {
	width: 515px;
	height: 608px;
	overflow: auto;
	margin: 0px auto;
	padding: 0 10px 0 0;
}

#about_logo {
	padding-top: 25px;
	padding-bottom: 85px;
}

#about_contents h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

#about_contents p {
	line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
}

.aboutus h2, .aboutus p {
	text-align: left !important;
}

.circle {
	color: #b2b2b2;
}

.circle_list {
	margin-bottom: 15px;
}

.circle_list li {
	text-align :left;
	padding-left: 16px;
	padding-bottom: 5px;
	background: url("../images/common/icon_circle.gif") no-repeat left 3px;
	line-height: 1.8em;
}


