@charset "UTF-8";

/*
#######################################

  ENGLISH PAGE COMMON CSS

#######################################
*/

html,body {
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Avenir', 'Helvetica Neue',
	Arial, sans-serif;
	color: #666;

}
/* for IE6*/
* html body {
	letter-spacing: 1px;
	vertical-align:baseline;
	font: 12px sans-serif;
}

/* for IE7*/
*:first-child+html body { 
	font: 12px sans-serif;
}



/* ------------------------------------
  Layout
------------------------------------ */
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: ""; display: table;
}
.cf:after {
    clear: both;
}
#container {
    margin: 28px auto;
    width: 950px;
}
img {
    vertical-align: bottom;
}
.fBold {
   font-weight: 700;
}
.textR {
    text-align: right;
}
.fSize18px {
    font-size: 18px;
}
#mainContents .menu {
    float: left;
    width: 160px;
    margin-right: 20px;
}
#mainContents .contents {
    float: left;
    width: 770px;
}

/* ------------------------------------
  Header
------------------------------------ */
#logo {
    float: left;
    width: 160px;
    margin-top: 5px;
}
#header_menu {
    float: right;
    width: 790px;
}
#header_menu ul {
    margin: 0;
    padding: 0;
}
#header_menu li {
    list-style: none;
    float: right;
    margin: 0;
    padding: 5px 20px 5px 0;
    font-size: 13px;
    font-weight: 700;
    color: #999;
}
#header_menu li.clear {
    clear: both;
}
#header_menu li.mgn_L0 {
    padding: 5px 0 0 0;
}
#header_menu a {
	color: #999;
	text-decoration: none;
}
#header_menu a:hover {
    color: #333;
	text-decoration: none;
}
#breadcrumb {
    clear: both;
	margin: 0 0 20px 0;
	padding: 4px 0 4px 10px;
	width: 940px;
	font-size: 9px;
	background: #F1F2F2;
}
#breadcrumb p {
    line-height: 0;
}
#breadcrumb a {
	color: #333;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/* ------------------------------------
  Footer
------------------------------------ */
#footer {
    float: right;
    margin-top: 10px;
}
#footer ul {
	margin: 0;
    padding: 0;
}
#footer li {
    list-style: none;
    float: right; 
 	margin: 0 4px 4px 0;
    padding: 0;
}
.copyright {
    clear: both;
}

/* ------------------------------------
  Side Menu
------------------------------------ */
#menu_Metrocs p, #menu_Ncrafts p {
    font-size: 14px;
    }
#menu_Metrocs, #menu_Ncrafts, .menu_bloc {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
#menu_Metrocs .brand {
    margin-top: 0;
}
#menu_Metrocs .brand, #menu_Ncrafts .brand {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 700;
}
#menu_Metrocs .brand a, #menu_Ncrafts .brand a {
	color: #666;
	text-decoration: none;
}

#menu_Metrocs a, #menu_Ncrafts a {
	color: #999;
	text-decoration: none;
}
#menu_Metrocs a:hover, #menu_Ncrafts a:hover {
    color: #333;
	text-decoration: none;
}
.menu_bloc {
    font-size: 11px;
}
#catalogue_download a {
	display: block;
	height: 30px;
	background: url(../image/common/catalogue.png);
}
#join_btn a {
	display: block;
	height: 30px;
	background: url(../image/common/join.png);
}
#catalogue_download a, #join_btn a {
	width: 160px;
}
#catalogue_download a:hover, #join_btn a:hover {
	background-position: 0 -30px;
}
/* ------------------------------------
  Home
------------------------------------ */
#mainContents .contents .contents_L {
	float: left;
	width: 387px;
}
#mainContents .contents .contents_R {
	float: left;
	width: 383px;
}
#mainContents .mgn0 {
 	margin: 0;
}
#mainContents ul {
    margin: 0;
    padding: 0;
}
#mainContents li {
    list-style: none;
    margin: 0 4px 4px 0;
    padding: 0;
}
#mainContents .w254 {
    width: 254px;
    float: left;
}
#mainContents .w125 {
    width: 125px;
    float: left;
}

hr.dotted {
    clear: both;
    border-width: 1px;
    border-style: dotted none none none;
    border-color: #999999;
    margin: 25px 0px 25px 0px;
    height: 1px;
}
