@charset "utf-8";

/* base */

body {
    background-color: #FAEFDE;
    color: #333333;
    font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
    font-size: 90%;
    height: 100%;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    border: 0 none;
	vertical-align: top;
}

li img {
	vertical-align: top;
}

html, h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, div, img {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none outside none;
}

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

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    color: #003399;
    text-decoration: underline;
}

h1 {
    font-size: 100%;
    font-style: normal;
    margin: 0;
}

h2, h3, h4 {
    font-size: 100%;
    font-weight: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.texright {
	text-align:right;
}

.texcenter {
	text-align:center;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.padR10 {
	padding-right:10px;
}

.padR20 {
	padding-right:20px;
}

.padT10 {
	padding-top:10px;
}

.padB10 {
	padding-bottom:10px;
}

.padL40 {
	padding-left:40px;
}

.marR19 {
	margin-right:19px;
}

.marB10 {
	margin-bottom:10px;
}
.marT-5 {
  margin-top: -5px;
}

.red {
	color:#F00;
}


/* base_end */