@charset "utf-8";
/* CSS Document */
div#shadow {
	margin: 0px 2px;
	height: 15px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_t_path.gif);
	background-repeat: repeat-x;
}

div#top_img {
	margin-bottom: 10px;
}

td#whats {
	border: 1px solid #CCCCCC;
}

div#contents ul#index_btn {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contents ul#index_btn li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
}

div#bottom {
	clear: both;
	background-image: url(../img/index_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}


