@charset "utf-8";

/* standard */
#floor_contents {
	margin: 30px auto;
}



.left_side {
	width: 200px;
	height: 100%;
	padding-right: 20px;
	float: left;
}
	.left_side .links {
		width: 200px;
		margin-top: 100px;
	}
		.left_side .links ul li {
			width: 200px;
			background: url( "../pic/common/arrow_right_6x10.png" ) no-repeat center left;
			margin-bottom: 10px;
			padding-left: 10px;
			margin-top: 20px;
			padding-bottom: 3px;
			border-bottom: 1px dashed #cccccc;
		}
		
.right_side {
	width: 830px;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
	float: left;
}
	.right_side #company_space {
		width: 830px;
		padding-bottom: 20px;
		margin-top: 20px;
		border-bottom: 1px dotted #cccccc;
	}
		.right_side #company_space .logo {
			width: 300px;
		}
		.right_side #company_space .main {
			width: 820px;
			margin-left: 10px;
			margin-bottom: 30px;
		}
			.right_side #company_space .main .title {
				width: 200px;
				line-height: 20px;
				font-size: 12px;
				font-weight: bold;
				float: left;
			}
			.right_side #company_space .main .desc {
				width: 500px;
				line-height: 20px;
				float: left;
			}
	.right_side #personal_space {
		width: 830px;
		padding-bottom: 20px;
		margin-top: 20px;
		border-bottom: 1px dotted #cccccc;
	}
		.right_side #personal_space .logo {
			width: 300px;
		}
		.right_side #personal_space .main {
			width: 820px;
			margin-left: 10px;
			margin-bottom: 30px;
		}
			.right_side #personal_space .main .title {
				width: 800px;
				font-weight: bold;
			}
			.right_side #personal_space .main .desc {
				width: 800px;
				line-height: 18px;
				margin-bottom: 15px;
			}
	.right_side #specified_space {
		width: 830px;
		padding-bottom: 20px;
		margin-top: 20px;
	}
		.right_side #specified_space .logo {
			width: 300px;
		}
		.right_side #specified_space .main {
			width: 820px;
			margin-left: 10px;
			margin-bottom: 30px;
		}
			.right_side #specified_space .main .title_lv1 {
				width: 500px;
				font-size: 16px;
				font-weight: bold;
			}
			.right_side #specified_space .main .title {
				width: 200px;
				line-height: 20px;
				font-size: 12px;
				font-weight: bold;
				float: left;
			}
			.right_side #specified_space .main .desc {
				width: 500px;
				line-height: 20px;
				float: left;
			}
