@charset "Shift-JIS";


/* ------------------------------------- *
  - Summary -

  - Title         : Default Style
  - Theme URI     : http://www.accs-c.com/
  - Updated       : 29 Nov, 2006

* -------------------------------------- */


/* ------------------------------------- *
  - Table of Contents -

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Forms Module
  - Tables Module
  - Image Module

* -------------------------------------- */

/* Universal selector
---------------------------------------- */
* {
 margin: 0;
 padding: 0;
 /* background: transparent; */
 color: #333333;
 font-size: normal;
 font-weight: normal;
 font-size: 100%;
 font-family: "Hiragino Kaku Gothic Pro W3","Helvetica","Trebchet MS","Verdana","Arial","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
 letter-spacing: 0.01em;
}

/* Structure Module
---------------------------------------- */
html {
 width: 100%;
 font-size: small;
}
body {
 width: 100%;
 font-size: small;
}
/* Text Module
---------------------------------------- */
strong {
 font-weight: bold;
}
em {
 font-style: italic;
}
/* Hypertext Module
---------------------------------------- */
a:link {
 color: #003399;
}
a:visited {
 color: #0066CC;
}
a:focus , a:hover , a:active {
 color: #E31100;
}

/* List Module
---------------------------------------- */
ul li , ol li {
 list-style: none;
}

/* Forms Module
---------------------------------------- */


/* Tables Module
---------------------------------------- */
table {
 margin: 0 auto;
 border-collapse: collapse;
}
caption {
 display: block;
 overflow: hidden;
 width: 0 !important;
 height: 0 !important;
 font-size: 0%;
 line-height: 0%;
}
/* Image Module
---------------------------------------- */
img {
 vertical-align: bottom;
}
a img {
 border: none;
 text-decoration: none;
}
