@charset "utf-8";
/* CSS Document */

div#contents_top {
	float: right;
	width: 640px;
	padding: 0;
	margin-bottom: 10px;
	_height: 715px;
	min-height: 715px;
}

div#contents_top .clear { clear: both;}
div#contents_top .bottom0 { margin-bottom: 0px;}
div#contents_top .bottom1em { margin-bottom: 1em;}

div#contents_top p#top_text01 {
	width: 640px;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 10px;
	background-image: url(/img/bg_top_text.gif);
	vertical-align: middle;
	text-align: center;
	color: #CDCDCD;
	line-height: 150%;
}

/* ===== Table list ============================================= */
table.TopList {
	border-collapse: separate;
	margin: 0 auto 15px;
}

table.TopList td {
	background: url(/img/dot_line.gif) repeat-x bottom;
	padding: 8px 5px 5px 10px;
	vertical-align: top;
	color: #BAB6A3;
}


table.TopList td a:link, table.TopList td a:visited {
	background: url(/img/top_arrow.gif) no-repeat;
	background-position: 0px 6px;
	margin-bottom: 0;
	padding-left: 10px;
	display: block;
	color: #BFAA77;
	line-height: 130%;
}

