@charset "utf-8";
/* CSS Document */

/* menu area */
#TOPMENU {
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: repeat-x;
	height: 48px;
	background-position: top;
	z-index: 2;
	margin-bottom:-16px;
}
#TOPMENU .mm img {
	padding-bottom:8px;
}
* html #TOPMENU {/*IE6*/
	height: 32px;
}
* html #TOPMENU .mm img {/*IE6*/
	padding-bottom:0px;
}
#TOPMENU ul {
	display:none;
	margin:0px;
	padding:0px;
}

#CONTENTS .topBox {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 16px;
	clear: both;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
