/* common
--------------------------------------------------------------------------------*/
#containar {
 width: 721px;
 background-color:#FFFFFF;
	margin: 0 auto;
}

#wrap {
}


/* pagebody
---------------------------------------------------- */
#pagebody {
  clear: both;
  width: 721px;
  padding-top: 0px;
}


#shadow {
    width:721px;
	background-image: url(../images/shadow_c.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#h_shadow {
    width:721px;
	background-image: url(../images/header_shadow.png);
	margin: 0 auto;
}

#f_shadow {
    width:721px;
	background-image: url(../images/footer_shadow.png);
	margin: 0 auto;
}


/* link
---------------------------------------------------- */

a:link	  {color: #0099FF; text-decoration: none;}
a:visited {color: #0099FF; text-decoration: none;}
a:active  {color: #0099FF; text-decoration: none;}
a:hover   {color: #FF6600; text-decoration: none;}


/* header
---------------------------------------------------- */
#header {
  padding-top: 0px;
  height: 330px;
  color: #999999;
  width:721px;
}
#header #logo {
  position: absolute;
  padding: 10px 0 0 10px;
}

#header ul {
  margin: 0;
  padding: 0;
  width: 700px;
  list-style: none;
  text-align: right;
  font-size: 10px;
  line-height: 5.5;
  padding-top: 0px;
}

#header li {
  display: inline;
  padding-left: 1em;
  padding-top: 0px;
  vertical-align: bottom;
}

#header #menu {
  padding-top: 0px;
}

#header #imgeria {
  padding-top: 0px;
  width:721px;
}

#header #flasheria {
  padding-top: 0px;
  height:432px;
}


/* careertop
---------------------------------------------------- */

#h_link {
    width:721px;
	margin: 0 auto;
}

/* topmaincontents
---------------------------------------------------- */

#m_contents {
    padding-top: 20px;
    width:700px;
	margin: 0 auto;
}


/* index
--------------------------------------------------------------------------------*/
/******* main contents *******/

.font {
	font-size: 9px;
	color: #000000;
}

.font10 {
	font-size: 10px;
	color: #000000;
}

.font11 {
	font-size: 11px;
	color: #000000;
}

.font12 {
	font-size: 12px;
	color: #000000;
}

.fontb {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.fontbl {
	font-size: 12px;
	color: #0E439E;
	font-weight: bold;
}

.greyline {
	background-image: url(../images/grey_line.gif);
	background-repeat: repeat-x;
}

#up {
	margin: 50px 0 0 750px;
}


#banner2 {
	width: 680px;
	height: 40px;
	background-color:#E7E2E3;
    text-align: left;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}


/* footer
--------------------------------------------------------------------------------*/
#fPtop {
	margin: 60px 0 0 0;
}

#footer {
    position: relative;
	height: 100px;
	padding: 10px 0 0 0;
	background-color:#F7F7F7;
	background: url(../images/footer_3.gif) repeat-y;
}

#footerLeft {
	width: 603px;
	height: 100px;
	float: left;
    text-align: right;
}

#footerright {
	width: 320px;
	height: 100px;
	float: left;
	font-size: 9px;
}

#footerright ul {
  margin: 0;
  padding: 0px;
  width: 320px;
  list-style: none;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
  padding-top: 0px;
}

#footer li {
  display: inline;
  padding-left: 1em;
  padding-top: 0px;
  vertical-align: bottom;
  font-size: 10px;
}

