@charset "Shift_JIS";

#blk_main.index {
	background-color: white;
}
#blk_main #blk_border {
	float: left;
	width: 510px;
	margin: 0px;
	background-color: LightGoldenRodYellow;
}
#blk_main #blk_frame.index {
	width: 500px;
	margin: 5px;
}
#blk_right_bar {
	float: right;
	width: 200px;
	display: inline;
	background-color: white;
	margin: 0px;
}
	#blk_right_frame {
		float: right;
		width: 194px;
		background-color: #EEE;
		margin: 0px;
	}
	.blk_note_box {
		width: 170px;
		margin: 10px 8px 10px 8px;
		padding: 3px;
		background: url(image/marble.gif) repeat;
		border-collapse: collapse;
		border-width: 1px;
		border-style: solid;
		border-color: white;
		border-spacing: 0;
		box-shadow: #000 3px 3px 3px;
	}
		.blk_note_box a {
			text-decoration: none;
		}
		.blk_note_box:hover {
			background: url(image/marble_hover.gif) repeat;
		}
		.blk_note_text {
			padding: 5px
		}
.blk_contents ul {
	padding: 10px 10px 10px 30px;
	line-height: 1.5em;
	list-style-position: outside;
	margin: 0px;
}
#tbl_announce {
	position: relative;
	left: 0px;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
	#tbl_announce td {
		text-align: left;
		padding-bottom: 5px;
	}
	#tbl_announce img {
		float: right;
		padding: 10px 0px 10px 10px;
	}
#blk_news {
	position: relative;
	width: 470px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: white;
	border-collapse: collapse;
	border-width: 3px;
	border-style: solid;
	border-color: PaleGoldenRod;
	border-spacing: 0;
}
	#blk_news table {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 450px;
		margin: 0px;
		border-collapse: collapse;
		border-width: 2px;
		border-style: solid;
		border-color: black;
		border-spacing: 0;
	}
	#blk_news th {
		width: 90px;
		border-bottom: 1px solid #CCC;
		font-weight: normal;
		color: #663;
		text-align: left;
	}
	#blk_news td {
		border-bottom: 1px solid #CCC;
		text-align: left;
		padding: 5px 0px;
	}

