@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.yurugi-iyashi.com/
File name:		layout_staff.css
Summary:		base styles
Created:		2009-5-1
Last update:	2009-5-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Staffd */
/* ------------------------------------------------------------ */
.contents_layout2 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.contents_layout2 .contents_layout_left {
	width: 240px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.contents_layout2 .contents_layout_right {
	width: 570px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.contents_layout2 .outline {
	width: 570px; /* ボックスの幅を指定 */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.contents_layout2 .outline table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border-top: 1px #646464 dotted;
}

.contents_layout2 .outline th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	width: 100px;
	padding: 10px;
	border-bottom: 1px #646464 dotted;
}

.contents_layout2 .outline td {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px;
	border-bottom: 1px #646464 dotted;
}

