@charset "utf-8";

/* ==================================================
  Browser Reset & Base CSS
  Last Update 2008/06/20

 -----------------------------------------
INDEX
 -----------------------------------------

  01.Browser Reset
  02.Structure Module
  03.Text Module
  04.Hypertext Module
  05.List Module
  06.Forms Module
  07.Tables Module
  08.hidden Module
 -----------------------------------------*/


/* ==========================================
 01.Browser Reset
========================================== */
body {
font-size:12px;
*font:small;
*font:x-small;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td,address {
margin: 0;
padding: 0;
}

select,
input,
textarea {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS UI Gothic',sans-serif;
font-size:99%;
}

img {
border: 0;
vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
clear: none;
}

ul,dl,ol {
list-style-type: none;
list-style-position: outside;
text-indent: 0;
}

table {
font-size:inherit;
font:100%;
border-collapse: collapse;
border-spacing: 0;
}

th,td {
text-align: left;
vertical-align: top;
}

/* ==========================================
 02.Structure Module
========================================== */
body {
color:#333;
line-height:1.4;
font-style:normal;
font-style:normal;
background-color:#fff;
}

hr {
display:none;
}


address {
font-style:normal;
font-size:90%;
line-height:1.6;
}

/* ==========================================
 03.Text Module
========================================== */
/* h1 */
h1 {
padding-left:2px;
font-weight:bold;
font-size:136%;/*18px*/
}

/* h2 */
h2 {
font-weight:bold;
font-size:122%;/*16px*/
}

h3,
h4,
h5,
h6 {
font-size:107%;/*14px*/
margin-bottom:0.8em;
margin-top:1em;
}

em {
font-style:normal;
font-weight:bold;
}

strong {
font-style:normal;
font-weight:bold;
}

abbr,
acronym {
border-bottom:0;
cursor:help;
}

/* ==========================================
 04.Hypertext Module
========================================== */

a:link {
color:#039;
text-decoration:underline;
}

a:visited {
color:#636;
text-decoration:underline;
}

a:hover,
a:active,
a:focus {
color:#f33;
text-decoration:none;
}

/* ==========================================
 05.List Module
========================================== */

ul,
ol,
dl {
list-style-position:outside;
text-indent: 0;
}

li,
dt,
dd {
line-height:1.8;
}

li li,
li p,
li dt,
li dd,
dd li,
dd p,
dd dt,
dd dd {
font-size:90%;
line-height:1.6;
}

/* ==========================================
 06.Forms Module
========================================== */

fieldset {
border:0;
}

input {
line-height:1;
}

input.text {
padding:0.2em;
border:1px solid #ddd;
font-family:monospace;
background-color:#f5f5f5;
}

textarea {
width: 99%;
border: solid 1px #ddd;
}

input.submitBtn,
input.resetBtn {
width:6.25em;
}

/* ==========================================
 07.Tables Module
========================================== */
table {
table-layout: fixed;
border-collapse:collapse;
margin:0.5em 0;
}

caption {
text-align: left;
}

th, td {
padding:0.5em;
line-height:1.6;
}

th {
text-align:left;
font-style:normal;
}

/* ==========================================
 08.hidden Module
========================================== */

.clear {
margin-top:-1px;
/*height:1px;*/
clear:both;
}

.reader {
position:absolute;
z-index:100;
top:0px;
right:0px;
display:run-in;
width:1px;
height:1px;
margin:0;
padding:0;
border-style:none;
overflow:hidden;
}

.txthidden {
display:none;
}

