﻿@charset "UTF-8";


/*---カバー画像---*/
#Cover-Nyuin {
	width:1100px;
	height:125px;
	margin:0 auto;
	background:url(../../nyuin/img/cover.jpg) no-repeat left top;
	text-indent:-9999px;
	z-index:1;
}

/*---テーブル---*/
.Nyuin_Table {
	margin:0px 0px 0px 0px;
	font-size:14px;
	background-color:#EBEBEB;
	padding:5px;
}

.Nyuin_Table table {
	width:710px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
}

.Nyuin_Table th {
	text-align:center;
	font-weight:bold;
	padding:5px;
	border:1px solid #B9B9B9;
	background-color:#ffffaa;
}

.Nyuin_Table tr {
	border:1px solid #B9B9B9;
}

.Nyuin_Table td {
	padding:5px;
	border:1px solid #B9B9B9;
}

/*---エリア分け---*/
.L_Area {
	float:left;
	width:350px;
}

.R_Area {
	float:right;
	width:350px;
}
