/* ボディ */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background: #ffffff;
	font-family: Arial,Helvetica;
	font-size: smaller;
	text-align: center;
}

/* クラス */
.bold {
	font-weight: bold;
}

.center {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.right {
	text-align: right;
}

.header {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 100%;
}

.footer {
	margin: 30px 0px 10px;
	padding: 0px;
	width: 100%;
	background: #e5e5e5;
	text-align: right;
	font-size: x-small;
	color: #999999;
}

.fg_content {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	background: #ffffff;
	text-align: left;
}

	.hr_box_left {
		background: #cce0ff;
		height: 20px;
		width: 128px;
		float: left;
	}

	.hr_box_right {
		background: #cccccc;
		height: 20px;
		width: 344px;
		float: clear;
	}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}
.red {
	color: #ff0000;
}

.blue {
	color: #0000FF;
}
/* タグ基本設定 */
h1 {
	font-size: medium;
	/* border-bottom: 3px solid #000000; */
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

th {
	background: #faf0e6;
	text-align: center;
}

td {
	/* border: 1px solid #cccccc; */
}

li {
        margin-top: 4px
        margin-bottom: 4px
}

/* 擬似クラス */
a:visited {
	color: #330033;
}

a:active {
	/*color: cc00cc;*/
}

a, a:hover {
	/* background: #faf0e6; */
	color: #cc0000;
}

