@charset "utf-8";

/* ===========================================

           Last Up Date 10/08/15

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


/* yui font-size
--------------------------------------- */
body {
    font:13px  "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	letter-spacing:1.0px;
}
body #header,
body #footer {
  font:13px "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
/*---------------------------------------*/


img {
	border: 0;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
	clear: none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
dl dt {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
ol li {
	text-indent: 2px;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th,td {
	text-align: left;
	vertical-align: top;
}*/
input,select,textarea {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear2 {
	clear: both;
}
a:focus{ /* リンク点線削除 */
    outline:none;
} 
a {
    color:#0099FF;
	text-decoration:none;
}
a:hover {
    color:#0099FF;
	text-decoration:underline;
}
img {
    display:block;
}
br {/* ie6で連続brタグ反映用 */
	letter-spacing:0;
}
/* clearfix
--------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

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