@charset "shift_jis";

/*----------------------------------------------------------
.text1{font-size:10pt;line-height:130%;}
.text2{font-size:11pt;line-height:125%;}
.text3{font-size:8.5pt;line-height:110%;}
.text4{font-size:10pt;line-height:110%;}
.marking1{background-color:#ffd700;}
.marking2{background-color:#90ee90;}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{color:#ff0000;text-decoration:underline;}
a:active{text-decoration:none;}
----------------------------------------------------------*/


/*----------------------------------------------------------
  レイアウト（ページスタイル）
<link rel="stylesheet" href="NCC_stylebase.css" type="text/css">
----------------------------------------------------------*/

body {
  text-align: center;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
  margin: 0;
  padding: 0;
  /*------- 背景画像 --------------*/
  background: url(bg_image2.gif) repeat-y 50% 0;
}

/*---------------------------------*/
#container {
  text-align: left;
  width: 745px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
/*---------------------------------
  ボーダーライン
  padding: 0px 20px 0px 5px;
  border-top: 3px groove #999;
  border-left: solid 20px #c8c8c8;
  border-right: 3px groove #999;
  border-bottom: 3px groove #999;}
  ---------------------------------*/
}

