/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */
@charset "<!--{$smarty.const.CHAR_CODE}-->";
.fs10 {font-size: 62.5%; line-height: 150%;}
.fs12 {font-size: 75%; line-height: 150%;}
.fs14 {font-size: 87.5%; line-height: 150%;}
.fs18 {font-size: 117.5%; line-height: 150%;}
.fs22 {font-size: 137.5%; line-height: 130%;}
.fs24 {font-size: 150%; line-height: 130%;}
.fs30 {font-size: 187.5%; line-height: 125%;}
.fs10n {font-size: 62.5%;}
.fs12n {font-size: 75%;}
.fs14n {font-size: 87.5%;}
.fs18n {font-size: 117.5%;}
.fs22n {font-size: 137.5%;}
.fs24n {font-size: 150%;}
.fs30n {font-size: 187.5%;}
.fs12st {font-size: 75%; line-height: 150%; font-weight: bold;}


/*
 * Style Name  : EC
 * This Sheet  : common.css
 * Last Update : 2007-07-09 12:47:33
 * Author      : Satoshi Hatakeyama
 */

/* 01:GLOBAL
-------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: #d8e4ee;
  font-family: Verdana, Arial, Helvetica, san-serif;
}
html {
  overflow-y: scroll;
}


/* 02:FONT
-------------------------------------------------- */

a:link {
  color: #3c78aa;
  text-decoration: underline;
}
a:visited {
  color: #3c78aa;
  text-decoration: none;
}
a:hover, a:active {
  color: #306088;
  text-decoration: none;
}