@charset "utf-8";
/* CSS Document */

#about_us #inside_main #title {
	background-image: url(../privacypolicy_img/privacy_title.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 580px;
	color: #000066;
	position: relative;
	margin-bottom: 10px;
}

#about_us #inside_main h2 {
	color: #000066;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
}

#about_us #title .title_lead {
	position: absolute;
	left: 20px;
	top: 50px;
	font-size: 14px;
	color: #000066;
}
#about_us .rinen {
	font-size: 18px;
	font-weight: bold;
	color: #e60012;
}
#about_us .rinen_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}




#about_us table {
	border-spacing: 0;
	border-collapse:collapse;
	width: 380px;
	font-size: 12px;
}

#about_us table td,th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left:none;
}

#about_us table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#about_us .gaiyo_img {
	float: right;
}