@charset "UTF-8";
@import url("reset.css");
@import url("base.css");

/* header */
#header				{width: 850px;height: 240px;background: #1b1e53 url(./common/header_bg.jpg) no-repeat center top;}

/* 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 h1			{height: 70px;margin-bottom: 2px;line-height:35px;text-indent: 42px;font-size:16px;font-weight:bold;letter-spacing:1px;color:#004E4B;background:#f3f3f3 url(./common/main_h1.jpg) no-repeat;overflow: hidden;}
#main h2			{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 h3			{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_h3.gif) no-repeat left center;}

/* menu */
#menu				{float:left;width:225px;padding:0 0 10px 22px;}
#menu .banner			{margin: 5px 0;}
#menu h2			{width:225px;line-height: 35px;letter-spacing: 1px;color: #1b1e53;text-indent: -9999px;background-color: #f3f3f3;background-position:center;overflow: hidden;}
#menu h2.menu_contents		{background-image:url(./common/menu_h2_menu_contents.gif);}
#menu h2.menu_goods		{background: #f3f3f3 url(./common/menu_h2_menu_goods.gif);}
#menu h2.menu_gallery		{background: #f3f3f3 url(./common/menu_h2_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: 120px;text-align: right;font-size:12px;color:#cd9303;background: #1b1e53 url(./common/footer_bg.jpg) no-repeat center top;}
#footer a			{color:#cd9303;}
#footer a:hover			{color:#fff;}
#footer ul			{padding-top: 52px;padding-right: 260px;}
#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-top: 8px;padding-right:260px;}

