@charset "UTF-8";
@import "Contents.css"; 
@import "PickupProducts.css"; 
@import "PrintProductsmodule.css"; 
@import "ProductDetailmodule.css"; 
@import "Productsmodule.css"; 
@import "Catalogueprint.css"; 

/*======== base css ========*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {margin:0;padding:0;text-decoration: none;font-style:normal;}

img        {border:none;}

a:link     {color:#00a5da;text-decoration:underline;}
a:visited  {color:#00a5da;text-decoration:underline;}
a:hover    {color:#00a5da;text-decoration:underline;}
a:active   {color:#00a5da;text-decoration:none;}

a.Normal:link     {text-decoration:none;}
a.Normal:visited  {text-decoration:none;}
a.Normal:hover    {text-decoration:underline;}
a.Normal:active   {text-decoration:none;}





/*======== skin css ========*/

body       {background:url(images/bg.gif) repeat-x top;font-size:12px;text-align:center;}
.Head , td {font-size:12px;}
#container {width:790px;margin:0 auto;background:url(images/container_bg.gif) repeat-y;text-align:left;}

/* header */
#header             {width:790px;height:165px;background:url(images/header_bgtop.jpg) no-repeat bottom;}
#header .h1         {height:15px;}
#header .h1 h1      {font-size:11px;font-weight:normal;color:#999;padding:2px 0 0 3px;}
#header .mainbar    {height:110px;}
#header .logoarea   {float:left;width:440px;}
#header .logopad    {padding:28px 0 0 20px;}
#header .inquiryarea{margin:0 0 0 443px;width:250px;}
*html #header .inquiryarea{margin:0 0 0 440px;width:250px;}

#glovalnavi     {clear:both;width:600px;height:40px;}
#glovalnavi .bg {padding:0 0 0 20px;}

/* contents and subnavi */
#layout1col              {padding:35px 0 100px 0;background:url(images/header_bgbottom.jpg) no-repeat;}
#layout1col #contents    {width:765px;}
#layout1col #contents .bg{padding:0 0 0 15px;}
#layout2col              {padding:35px 0 100px 0;background:url(images/header_bgbottom.jpg) no-repeat;}
#layout2col #contents    {width:565px;float:left;}
#layout2col #contents .bg{padding:0 0 0 15px;}
#layout2col #subnavi     {width:190px;margin:0 0 0 575px;padding:0;}


/* footer */
#footer        {clear:both;width:790px;height:100px;background:url(images/footer_bgbottom.gif) no-repeat bottom;}
#footer .bg    {background:url(images/footer_bgtop.gif) no-repeat;padding:0 0 20px 0;}
#footer .txt   {padding:20px 0 0 23px;float:left;}
#footer .links {margin:0 0 5px 0;padding:0 0 5px 0;border-bottom:1px solid #e0e0e0;color:#666;}
#footer .links a:link     {color:#666;text-decoration:none;}
#footer .links a:visited  {color:#666;text-decoration:none;}
#footer .links a:hover    {color:#666;text-decoration:none;}
#footer .links a:active   {color:#666;text-decoration:underline;}
#footer .copy  {font-size:11px;color:#999;}
#footer .logo  {margin:0 0 0 690px;padding:20px 0 0 0;}
#login            {width:770px;margin:0 auto;padding:20px 0;font-size:11px;color:#999;text-align:right;}
#login a:link     {color:#999;text-decoration:none;}
#login a:visited  {color:#999;text-decoration:none;}
#login a:hover    {color:#999;text-decoration:none;}
#login a:active   {color:#999;text-decoration:underline;}


