@charset"shift_jis";
/* CSS Document */

div#top h1#logo {
	padding: 9px 0px 0px 12px;
}

div#middle {
	padding: 30px 0px 0px;
	background-image: url(../img/top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 438px;
	margin-bottom: 14px;
	position: relative;
}

div#topics {
	position: absolute;
	width: 450px;
	height: 25px;
	right: 10px;
	top: 340px;
	color: #333;
	background-color: #D3F9FE;
	border: 1px solid #FFFFFF;
	overflow: auto;
}

div#topics td {
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
}

ul#short {
	position: absolute;
	top: 375px;
	left: 11px;
	list-style: none;
}

ul#short li a {
	display: block;
	background-repeat: no-repeat;
	width: 250px;
	height: 85px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
}

ul#short li#short1 a { background-image: url(../img/short1.jpg);}
ul#short li#short2 a { background-image: url(../img/short2.jpg); left: 265px;}
ul#short li#short3 a { background-image: url(../img/short3.jpg); left: 530px;}