@charset "UTF-8";
@import url("reset.css");
@import url("base.css");

/* header */
#header				{position: relative;width: 850px;height: 345px;background: #1b1e53 url(./common/header_bg.jpg) no-repeat center bottom;}
#header h1			{position: absolute;top: 15px;left: 12px;color: #fff;}

/* main */
#main				{float: right;width: 560px;margin-right: 23px;_margin-right: 13px;color: #333;padding:10px 0;}
#main p				{padding: 0 10px 5px 10px;}
#main h2			{height: 70px;margin-bottom: 2px;line-height:35px;text-indent: 32px;font-size:16px;letter-spacing:1px;color:#1b1e53;background:#f3f3f3 url(./common/main_h2.gif) no-repeat;overflow: hidden;}
#main h3			{width:560px;margin-bottom: 5px;line-height:25px;text-indent: 10px;font-size: 12px;letter-spacing: 1px;color: #cd9303;border-bottom: 1px dotted #ccc;}
#main h4			{width: 540px;margin:15px 0 5px 10px;line-height: 16px;text-indent: 20px;font-size: 12px;font-weight: bold;letter-spacing: 1px;color: #1b1e53;background:#fff url(./common/main_h4.gif) no-repeat left center;}
#main .banner			{margin-top: 3px;margin-bottom: 5px;}

/* menu */
#menu				{float:left;width:225px;padding:0 0 10px 22px;}
#menu .banner			{margin: 5px 0;}
#menu h3			{width:225px;line-height: 35px;letter-spacing: 1px;color: #1b1e53;text-indent: -9999px;background-color: #f3f3f3;background-position:center;overflow: hidden;}
#menu h3.menu_contents		{background-image:url(./common/menu_h3_menu_contents.gif);}
#menu h3.menu_goods		{background: #f3f3f3 url(./common/menu_h3_menu_goods.gif);}
#menu h3.menu_gallery		{background: #f3f3f3 url(./common/menu_h3_menu_gallery.gif);}
#menu ul.menu li a		{display: block;width:225px;height: 32px;line-height: 32px;text-indent: 35px;text-decoration: none;color: #fff;background: #cd9303 url(./common/menu_globalmenu.gif) no-repeat center top;}
#menu ul.menu li a:hover	{text-decoration: none;color: #fff;background: #1b1e53 url(./common/menu_globalmenu.gif) no-repeat center bottom;}
#menu ul.menu li ul li a	{display: block;width:225px;height: 32px;line-height: 32px;text-indent: 35px;text-decoration: none;color: #fff;background: #cd9303 url(./common/menu_globalmenu02.gif) no-repeat center top;}
#menu ul.menu li ul li a:hover	{text-decoration: none;color: #fff;background: #1b1e53 url(./common/menu_globalmenu02.gif) no-repeat center bottom;}
/* footer */
#footer				{clear: both;width: 850px;height: 103px;text-align: right;font-size:12px;color:#fff;background: #1b1e53 url(./common/footer_bg.gif) no-repeat center bottom;}
#footer a			{color:#cd9303;}
#footer a:hover			{color:#fff;}
#footer ul			{padding-top: 70px;padding-right: 78px;}
#footer ul li			{display: inline;padding-right: 5px;padding-left: 10px;line-height: 1.1em;border-left: 1px solid #333;}
#footer ul li.home		{border-left: 0;}
/* #footer p#copyright		{padding-right: 20px;} */
