@charset"Shift_JIS";
@import url("style02.css");
/* STEKWiRED CSS ver1.0 Jan 2006 */
/* copyright(c) 2006 STEKWiRED.CO.,LTD */

/* RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0;   
 } 
 table {  
     border-collapse:collapse;   
    border-spacing:0;   
 } 
 fieldset,img {    
     border:0;   
 } 
 address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
} 
 ol,ul {  
     list-style:none;   
 } 
caption,th {  
     text-align:left;   
 } 
 h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
 } 
 q:before,q:after {  
     content:'';   
 } 
 abbr,acronym { border:0;   
 }  

/* カラーの部分だけ編集して使用 */

/* -------------------------------------------------------------
                           [setup basic]
------------------------------------------------------------- */
body {
  margin:0;
  padding:0;
  color:#222222;
  background:#ffffff;
  font-size:12px;
  font-family:"Osaka","MS Gothic";
  
  /* 背景画像：使用しない場合削除 */
  background-image:url(ファイルへのパス);/*()の中にファイルパス*/
  background-position: left top;
  background-repeat: repeat-x; /* 縦の場合は repeat-y */
  
  /* スクロールバー設定：使用しない場合削除 */
  scrollbar-face-color:#e6ecf2;
  scrollbar-shadow-color:#f4f8f9;
  scrollbar-3dlight-color:#f4f8f9;
  scrollbar-arrow-color:#76a9c7;
  scrollbar-track-color:#f4f8f9;
  scrollbar-darkshadow-color:#f4f8f9;
  }

td {
  font-size:12px;
  font-family:"Osaka","MS Gothic";
  }

/* -------------------------------------------------------------
                          [default link]
------------------------------------------------------------- */
a {
  text-decoration:underline;
  border-bottom:1px;
  }
a:link    { color:#3f729c; }
a:visited { color:#305778; }
a:active  { color:#ff8040; }
a:hover   { color:#b04646; }

a img {
  border-width:0px;
  border-style:none;
  }

/* -------------------------------------------------------------
                          [default text]
------------------------------------------------------------- */
.tx14        {
  font-size:14px;
  }

.tx14_line14 {
  font-size:14px;
  line-height:14px;
  }
   
.tx14_line16 {
  font-size:14px;
  line-height:16px;
  }

.tx12        {
  font-size:12px;
  font-family:"Osaka","MS UI Gothic";
  }

.tx12_line14 {
  font-size:12px;
  line-height:140%;
  }
   
.tx12_line16 {
  font-size:12px;
  line-height:160%;
  }

.tx11        {
  font-size:11px;
  }
  
.tx11_line14 {
  font-size:11px;
  line-height:14px;
  }
  
.tx10        {
  font-size:10px;
  }
  
.tx10_line14 {
  font-size:10px;
  line-height:140%;
  }


.topbox {
	margin:0 auto 0 auto;
	width:423px;
 	position:absolute;
    top:50%;
    left:50%;
    margin-top:-201px;
    margin-left:-211px;
}

  
