html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body  {
	background			: #C8C8C8;
	margin				: 0px;
	padding				: 0px;
	text-align			: left;
	background-image	: url(images/bg.gif);
	background-repeat	: repeat-x;
}

body, td, p, ul, li {
	font-family			: "Verdana", "Osaka", "MS UI Gothic", sans-serif ;
	font-size			: 12.0px;
	color				: #333;
	line-height			: 140%;
}

#header-frame  {
	background-image	: url(images/header_bg.jpg);
	width				: 720px;
	height				: 124px;
	margin				: 0px auto;
}

#logo {
	padding-top			: 10px;
	padding-left		: 292px;
}

#navi-frame  {
	padding-top			: 10px;
	padding-left		: 14px;
	padding-bottom		: 38px;
}

div.navibtn {
	float				: left;
	margin-right			: 5px;
}

#bg-frame  {
	background-image	: url(images/body_frame2.gif);
	background-repeat	: no-repeat;
}

#body-frame  {
	background-image	: url(images/body_frame.gif);
	width				: 728px;
	margin				: 0px auto;
}

#body-layout  {
	margin-left			: 4px;
	margin-right		: 4px;
}

#footer-frame  {
	background-image	: url(images/body_frame.gif);
	width				: 728px;
	margin				: 0px auto;
}

#submenu-layout  {
	margin-left			: 4px;
	margin-right		: 16px;
	padding-top			: 15px;
	font-size			: 10px;
	text-align			: right;
}

#submenu-layout a:link    { text-decoration: none;      color: #7A574E; }
#submenu-layout a:visited { text-decoration: none;      color: #7A574E; }
#submenu-layout a:hover   { text-decoration: none;      color: #96692F; }
#submenu-layout a:active  { text-decoration: none;      color: #7A574E; }

#footer-bar {
	padding-left		: 4px;
	padding-top			: 4px;
}

#copyright-layout {
	background-image	: url(images/footer_frame.gif);
	background-repeat	: no-repeat;
	background-position	: bottom;
	padding-left		: 4px;
	padding-right		: 4px;
	padding-top			: 20px;
}

#copyright {
	padding-bottom		: 15px;
	padding-left		: 15px;
}

div.category-title {
	padding-bottom		: 15px;
	padding-left		: 14px;
}

#category-body {
	padding-right		: 14px;
	padding-left		: 14px;
}

#category-body2 {
	padding-right		: 16px;
	padding-left		: 16px;
}

div.category-body {
	padding-right		: 14px;
	padding-left		: 14px;
	padding-bottom		: 25px;
}

div.category-body2 {
	padding-right		: 16px;
	padding-left		: 16px;
	padding-bottom		: 25px;
}

#returnbtn {
	text-align			: right;
}