@charset "UTF-8";
@import url("common.css");

/* CSS Document */

h1 { font-size:18px; font-weight:bold; }
h2 { font-size:14px; font-weight:bold; }
h3 { font-size:12px; font-weight:bold; }
strong,b {font-weight:bold;}

.fc_red { color:#C00; }

#header { background:#FFFFFF; width:880px; margin:0 auto; padding:0; text-align:left;}
#bredcrumb { background:#FFFFFF; width:880px; margin:0 auto; padding:0; text-align:left;}
#content { background:#FFFFFF; width:880px; margin:10px auto; padding:0; text-align:left;}
#main { background:#FFFFFF; width:620px; margin:0 auto; padding:0; float:left;}
#navi { background:#FFFFFF; width:240px; margin:0 auto; padding:0; float:right;}
#footer { background:#FFFFFF; width:880px; margin:auto; padding:5px 0 20px; text-align:center; clear:both; font-size:11px; color:#666; background-image:url(images/foot_bar.png); background-repeat:no-repeat; background-position:top; background-color:#EEE;}

/* Header */
#header .logo {padding:6px 0 6px; float:left;}
#header .btn {padding:12px 0 6px; float:right;}

#header2 { background:#CCC; width:860px; margin:0 auto; padding:10px 10px 5px; text-align:left;}
#header2 ul {}
#header2 li	{ display:inline; padding:0 8px 0 0; }
#header2 a img { border:1px solid #999; }
#header2 a.active img { border:1px solid #333; }
#header2 a:hover  img { border:1px solid #C00; }

/* Header Bar */
#header .bar    { clear:both; }
#header .bar ul { width:870px; height: 36px; padding:0 5px; margin:auto; position:relative; z-index:6663; }
#header .bar li { display:inline; }
#header .bar li a { float:left; height:0; padding-top:36px; overflow:hidden; }
#header .bar li a,
#header .bar ul { background-image:url(images/head_bar.png); background-repeat:no-repeat; }

/* Header Bar Buttons */
#header .bar li#bar_home      a { background-position: -5px   0; width: 140px; }
#header .bar li#bar_company   a { background-position: -145px 0; width: 140px; }
#header .bar li#bar_solutions a { background-position: -285px 0; width: 150px; }
#header .bar li#bar_services  a { background-position: -435px 0; width: 150px; }
#header .bar li#bar_support   a { background-position: -585px 0; width: 150px; }
#header .bar li#bar_contact   a { background-position: -735px 0; width: 140px; }

/* Header Bar Buttons Over */
#header .bar li#bar_home      a:hover { background-position: -5px   -36px; }
#header .bar li#bar_company   a:hover { background-position: -145px -36px; }
#header .bar li#bar_solutions a:hover { background-position: -285px -36px; }
#header .bar li#bar_services  a:hover { background-position: -435px -36px; }
#header .bar li#bar_support   a:hover { background-position: -585px -36px; }
#header .bar li#bar_contact   a:hover { background-position: -735px -36px; }

/* Header Bar Buttons On */
#header.bar_home      .bar li#bar_home      a { background-position: -5px   -36px; }
#header.bar_company   .bar li#bar_company   a { background-position: -145px -36px; }
#header.bar_solutions .bar li#bar_solutions a { background-position: -285px -36px; }
#header.bar_services  .bar li#bar_services  a { background-position: -435px -36px; }
#header.bar_support   .bar li#bar_support   a { background-position: -585px -36px; }
#header.bar_contact   .bar li#bar_contact   a { background-position: -735px -36px; }

/* Header Navi Buttons Pressed 
#header .bar li#bar_home      a:active { background-position: -5px   -36px; }
#header .bar li#bar_company   a:active { background-position: -145px -36px; }
#header .bar li#bar_solutions a:active { background-position: -285px -36px; }
#header .bar li#bar_services  a:active { background-position: -435px -36px; }
#header .bar li#bar_support   a:active { background-position: -585px -36px; }
#header .bar li#bar_contact   a:active { background-position: -735px -36px; }
*/



/* Navi */
#navi .box { margin:0 0 10px; padding:0 0 6px; background-image:url(images/navi_box.png); background-repeat:no-repeat; background-position:bottom;}
#navi .box h4 { background-image:url(images/navi_box.png); background-repeat:no-repeat; background-position:top; text-align:center; font-weight:bold; color:#FFF; padding:8px 0 4px; font-size:12px; }
#navi .box .inner { border-left:2px solid #666; border-right:2px solid #666; background:#EEE; color:#666; padding:5px 8px; font-size:11px; line-height:16px;}
#navi .box .inner a { color:#000; }
#navi .box .links { border-left:2px solid #666; border-right:2px solid #666; background:#EEE; color:#666; padding:0 8px; font-size:11px; line-height:16px;}
#navi .box .links a { display:block; padding:4px 0 4px; border-bottom:1px dashed #CCC; color:#000; zoom:100%;}
#navi .box .links a:hover { opacity:0.60; -moz-opacity:0.60; filter:alpha(opacity=60); text-decoration:none;}
#navi .box .links a strong { font-size:11px; font-weight:bold;}
#navi .box .links a img { float:right; margin:0 0 3px 3px;}


/* Footer */
#footer a {color:#333;}
