﻿@charset "UTF-8";


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

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

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

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

/*---説明文_高さ指定---*/
.Exp {
	height:100px;
	margin:0px 0px 0px 0px;
}

/*---テーブル---*/
.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;
}
