@charset "UTF-8";

/* -- reset agent styles --------------
*/
@import url(/_common/css/default.css);

@media all
{
/* -- general style settings ----------
*/
body{
  margin:0 30px;
  position:relative;
  overflow:hidden;
  background:#0a3f67;
}
#page{
  width:860px; height:4000px;
  margin:0 auto;
  position:relative;
  background:#0c4b7a;
}
#right_bg{
  width:5000px; height:4000px;
  position:absolute; right:-5230px; top:0;
  background:#0c4b7a;
}
.std_txt{
  font-family:arial,helvetica,sans-serif;
  font-size:12px; line-height:14px;
  color:#dde5f4;
}
/* -- navigation ----------------------
*/
#navi{
  margin-left:60px; padding-top:15px;
  line-height:15px; letter-spacing:1px;
  font-weight:bold; text-transform:uppercase;
}
/* -- main: frame, text, copyright ----
*/
#main{
  width:100%; height:332px;
  position:absolute; left:0; top:198px; /*530(home/individual)-332*/
}
#frame{
  width:462px; height:100%;
  margin-left:58px;
  position:relative;
  background:#0a3f67;
}
#text{
  width:262px;
  margin-right:58px;
  position:absolute; right:0; bottom:0;
}
#copy{
  position:absolute; left:60px; bottom:-25px;
  font-size:9px; line-height:12px;
}
/* -- frame: logo, slogan, pic --------
*/
#logo{
  width:308px; height:52px;
  position:absolute; left:0px;/*4*/ top:26px;
  background:url(../images/logo.png);
}
#slogan{
  width:308px; height:22px;
  position:absolute; left:0; bottom:225px;
}
#pic{
  width:308px; height:219px;
  position:absolute; left:0; bottom:0;
}
/* -- link styles ---------------------
*/
a{
  text-decoration:none;
  color:#dde5f4;
}
}
}