﻿@charset "utf-8";
/* CSS Document */

/*---表---*/
#main table {
	border-collapse: collapse;
	width: 550px;
	text-align: center;
	line-height: 2em;
	margin-top: 20px;
	background-color: #ffffff;
	margin-bottom: 5px;
}
caption {
	text-align: left;
}
#main table th {
	border: 1px solid #025da3;
	font-weight: normal;
	background-color: #a1cddf;
}
#main table td {
	border: 1px solid #025da3;
}
.haikei {
	background-color: #e0e1e1;
}
/*---表 END---*/

/*---文字装飾---*/
p span {
	font-weight: bold;
}
.h_haba {
	margin-top: 50px;
}
.mojikan {
	letter-spacing: 0.5em;
}
.hidari {
	text-align: left;
	text-indent: 1em;
	width: 200px;
}
#tyuui {
	padding-left: 300px;
}
/*---文字装飾 END---*/

