﻿@charset "UTF-8";

/* CSS Document */

/* div_content↓ */
.row01{
	margin: 13px 0px 0px 0px;
	width: 494px;
	float: left;
}
.cell01{
	width: 100px;
	float: left;
}
.cell02{
	width: 391px;
	position: static;
	margin-left: 100px;
}
.row02{
	margin: 0px 0px 0px 0px;
	width: 391px;
	float: left;
}
.cell03{
	width: 80px;
	float: left;
}
.cell04{
	width: 308px;
	position: static;
	margin-left: 80px;
}
h1{
	color: #FFCC00;
}

/* Two columns sheet */
table.twoColumnsSheet
{
}
table.twoColumnsSheet th 
{
	vertical-align: top;
	font-weight: normal;
	border-bottom: solid 1px #888888;
}
table.twoColumnsSheet td
{
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
}

