﻿@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background:transparent;
  border:0;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
 
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  background:transparent;
  font-size:100%;
  margin:0;
  padding:0;
  vertical-align:baseline;
  
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  border:0;   
  border-top:1px solid #cccccc;
  display:block;
  height:1px;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

li, ol {
 list-style: none;
}

img {
 vertical-align: bottom;
}

/* ここから追加 */

/* 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%; }
/*---------------------------------------*/

body {
  letter-spacing: 1px;
}

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;
  /**/
}
/*---------------------------------------*/