@charset "UTF-8";
/* CSS Document　ブラウザーリセット2011.09- */

/*--- reset */
* {
  margin:0;
  padding:0;
}
html {
	overflow-y: scroll;
}
body,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 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 0px 0px 30px;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
/*---デフォ設定　コメントアウト
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}
caption,th {
	text-align: left;
}
*/

q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
/*---
li {
	list-style-type: none;
}*/
ul {
  list-style:none;
}

form {
  margin-bottom:0;
  margin-bottom:0;
}

/*--- default01 IE8対応 フォントサイズ変更可 */
body {
	font-size: 100.01%;
	font-family: sans-serif;
	color: #333;
	line-height: 1.5;
	text-align:center;
	background-color: #FFF;
}

* html body {
	font-size: 82%;
	font-family: Verdana, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	vertical-align: baseline;
} /* for lte ie6 */

*:first-child+html body {
	font-size: 82%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-size: 82%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
	font-size: 13px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} /* for modern browser not ie8 */

/*--- fireFoxバグ */
.foo, x:-moz-any-link { } /* FireFox 2 */
.foo, x:-moz-any-link, x:default { } /* FireFox 3 */
html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */

a {
	overflow:hidden;
	text-decoration: none;
	color: #008AB8;
}
a:hover { color:#F90; }
a img {
	border:none;
	outline:none;
}
.clear_both {
	margin:0;
	padding:0;
	clear:both;
	zoom:1;
}
img {
   vertical-align:bottom
}
a:focus {
	outline:none;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}