@charset "utf-8";
/* CSS Document */

#idx-menu {
	width: 420px;
	height: 320px;
	margin-left: 20px;
	padding-left: 160px;
	background-image: url(../img/img01.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#idx-menu-top {
	height: 10px;
	width: 420px;
	overflow: hidden;
	background-image: url(../img/icon_area_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
}
#idx-menu-bottom {
	height: 10px;
	width: 420px;
	overflow: hidden;
	background-image: url(../img/icon_area_bg_bottom.gif);
	background-position: left top;
	clear: both;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
#idx-menu-contents {
	background-image: url(../img/icon_area_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 420px;
	height: auto;
	clear: both;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#idx-menu-contents .icons {
	clear: both;
	float: left;
	height: 80px;
	width: 420px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

