@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
CSS Information

 File name:     default.css
 Author:        Ryo Yoneda
 date:          2009/08/20
----------------------------------------------------------- */

/*======================================

 Structure Module

=======================================*/

body {
 font-size: 12px;
 color: #666666;
 margin: 0px;
 text-align:center;
}

html {
	overflow-y: scroll;
}

a{outline : 0 ;}

/*======================================

 Text Module

=======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
 padding: 0;
 margin: 0;
 text-align:left;
}
p {
 margin:0;
 text-align:left;
}

em {}

strong {}

/*======================================

 Hypertext Module

=======================================*/

a:link {
  color: #00139F;
  text-decoration: none;
}

a:visited {
  color: #00139F;
  text-decoration: none;
}

a:hover {
  color: #00139F;
  text-decoration:underline;
}

/*======================================

 List Module

=======================================*/

ul,
ol,
dl {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

li,
dt,
dd {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

dt {}

dd {}

/*======================================

 Forms Module

=======================================*/

form {
 margin:0;
 padding:0;
}

form dl,
form p {}

input,
textarea {}

input:hover,
textarea:hover {}

input:focus,
textarea:focus {}

textarea {}

/*======================================

 Tables Module

=======================================*/

table {
 border-collapse: collapse;
}

th {
  font-weight: normal;
  padding: 10px;
}
td {
  padding: 10px;
  text-align: left;
}

/*======================================

 Image Module

=======================================*/

img {
 vertical-align: bottom;
 border-style: none;
}

/*======================================

 Other

=======================================*/

.font_red {color:#FF0000;}

.font_blue{
  color:#00139F;
}

.font_white {color:#FFFFFF;}

.font_pink {color: #F84395;}

.clear {
 clear:both;
 display: block;
 height: 0;
 visibility: hidden; 
}
