/* コンテンツ */
div#content	{
	width: 800px;
	height:450px;
	background-image: url(pic/top_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

div#content h1	{
	font-size: 2.00em;
	color: #ffff00;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
/*	border-bottom: 1px solid #000080}*/
}

div#left_side {
	width: 470px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 20px;
/*	font-family: "富士ポップ";*/
}

div#left_side a	{
	color: #ff0000;
	text-decoration:none;
}
	
div#left_side a:hover {
	color: #ff0000;
	text-decoration: underline;
}

div#left_side h1 {
	font-size: 1.30em;
	font-family: "富士ポップ";
	color: #ff0000;
	line-height: 24px;
	padding-top: 5px;
	padding-left: 30px;
}

div#right_side {
	width: 332px;
	float: right;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#right_side h1	{
	background-color: #ffffff;
	background-image: url(image/bar_16.gif);
	background-repeat: x-repeat;
	font-size: 0.65em;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
	padding-left: 16px;
}

div#right_side h2 {
	font-size: 1.05em;
	color: #ff0000;
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
}

div#right_side h3 {
	font-size: 1.35em;
	color: #ff0000;
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
}

div#update_list {
	width: 330px;
	height: 252px;
	overflow-y:scroll;
	margin-top: -7px;
	padding-top:5px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
}

div#result_list {
	width: 330px;
	height: 252px;
	overflow-y:scroll;
	margin-top: -7px;
	padding-top:5px;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
}

table.list {
    border-top:0px solid #000080;
    border-left:0px solid #000080;
    border-bottom:0px solid #000080;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	font-size: 0.85em;
    empty-cells:show;
}

.list td{
    border-right:0px solid #000080;
    border-bottom:0px solid #000080;
    padding:0.2em 0.2em;
	vertical-align: top;
}

