﻿@charset "UTF-8";


/*---エリア分け---*/
.L-Area01 {
	width:640px;
	float:left;
}

.R-Area01 {
	width:300px;
	float:right;
}

.L-Area02 {
	width:470px;
	float:left;
}

.R-Area02 {
	width:470px;
	float:right;
}

/*---テキスト---*/
.Txt-R {
	float:right;
}

/*---テーブル---*/
.Table_Frame_01 {
	width:470px;
}

.Table_Frame_01 table {
	border-collapse:collapse;
}

.Table_Frame_01 tr {
	border:1px solid #CCC;
}

.Table_Frame_01 th {
	text-align:left;
	font-weight:normal;
	border:1px solid #CCC;
	color:#FFF;
	background: url(../img/th_bg.jpg) repeat left top;
	padding:8px;
}

.Table_Frame_01 td {
	padding:8px;
	border:1px solid #CCC;
}

/*---写真3枚フロート---*/
.Staff_3items {
	width:470px;
	margin:0px 0px 0px 0px;
}

.Staff_3items img {
	margin-bottom: 10px;
}

.Staff_3items li {
	float:left;
}

.Staff_3items .Left {
	width:150px;
	margin:0px 10px 0px 0px;
}
.Staff_3items .Left2 {
	width:310px;
	margin:0px 0px 0px 0px;
}

.Staff_3items .Right {
	width:150px;
	margin:0px 0px 0px 0px;
}