@charset "UTF-8";

/*------- about_us_frame_hello -------*/
#about_us_frame_hello {
	width: 530px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
}

#about_us_frame_hello h4 {
	padding-bottom: 5px;
}

#about_us_frame_hello p {
	padding-bottom: 15px;
}
#about_us_frame_hello p.name {
	padding: 0px;
	text-align: right;
}


/*------- about_us_frame_idea -------*/
#about_us_frame_idea {
	width: 530px;
	margin: 0px auto 0px auto;
	padding-bottom: 25px;
}

#about_us_frame_idea h4 {
	padding-bottom: 5px;
}

#about_us_frame_idea dt {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 4px;
}
#about_us_frame_idea dd {
	padding-bottom: 18px;
	padding-left: 10px;
}


/*------- about_us_frame_about -------*/
#about_us_frame_about {
	width: 530px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
}

#about_us_frame_about h4 {
	padding-bottom: 5px;
}

#about_us_frame_about table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#about_us_frame_about th {
	white-space: nowrap;
	text-align: left;
	padding: 5px 15px 5px 10px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
}

#about_us_frame_about td {
	padding: 5px 15px 5px 10px;
	border: 1px solid #cccccc;
}

#about_us_frame_about td span.logo {
	background: url("../about_us/images/about_logo.jpg") no-repeat;
	padding-left: 83px;
}



/*------- about_us_frame_history -------*/
#about_us_frame_history {
	width: 530px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
}

#about_us_frame_history h4 {
	padding-bottom: 5px;
}

#about_us_frame_history table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#about_us_frame_history th {
	white-space: nowrap;
	text-align: left;
	padding: 5px 15px 5px 10px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
}

#about_us_frame_history td {
	padding: 5px 15px 5px 10px;
	border: 1px solid #cccccc;
}


/*------- about_us_frame_works -------*/
#about_us_frame_works {
	width: 530px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
}

#about_us_frame_works h4 {
	padding-bottom: 5px;
}

#about_us_frame_works dt {
	font-weight: bold;
	padding-bottom: 2px;
}

#about_us_frame_works dd {
	padding-bottom: 13px;
}

