@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name : default.css

[index]

1.Reset
2.Base
3.Link

----------------------------------------------------------- */

/* 1= Reset
----------------------------------------------------*/
html {
/*  overflow-y: scroll; */
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  height: 100%;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

select,
input {
  font-size: 99%;
}

textarea {
  font-size: 99%;
  width: 400px;
  height: 100px;
}

option{ 
    padding-right: 7px; 
}
/*
* {
  margin: 0; 
  padding: 0;
  line-height: 1.4;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
*/
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;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}

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

caption,th {
  text-align: left;
}

th {
font-weight: normal;
}

th , td {
vertical-align:top;
}

q:before,q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,legend {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

img,abbr,acronym,fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

p {
  margin-bottom: 1.3em;
}

div img,
p img {
  vertical-align: bottom;
}

label {
  white-space: nowrap;
}
/* 3= Link
----------------------------------------------------*/
a{ text-decoration:none; color:#333; overflow:hidden; outline:none;}
a:link { color:#333;}
a:visited {color:#333;}
a:hover { color:#00a0e9; text-decoration:underline;}
a:active {text-decoration: none;}


/* 2= Base
----------------------------------------------------*/

body {
  color: #333;
/*
font-family:Sans-Serif,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,monospace,"ＭＳ Ｐゴシック","MS PGothic";
*/
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
}
