@charset "UTF-8";
/* CSS Document */
/*----------------------------------------*/
/*フォントサイズ                          */
/*----------------------------------------*/
html{
	/*10px相当に設定62.5%*/
	font-size:78%;
}
/*----------------------------------------*/
/*初期化                                  */
/*----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textrea,p,legend,
blockquote,th,td{
	margin:0px;
	padding:0px;
}

/*IEバグ回避*/
legend[class="legend"]{
	margin:0px;
	padding:0px;
}

html{
	overflow-y:scroll;
	line-height:1.6em;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "ヒラギノ丸ゴ Pro W4";
	color:#555;
}

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

p{
	margin:0px;
	padding:0px;
}

a:link, a:visited{
	color:#555;
	text-decoration:none;
	overflow:hidden;
}

a:hover, a:active{
	color:#367602;
	overflow:hidden;
}

ol,ul,li{
	list-style:none;
	list-style-type:none;
}

iframe,fieldset,img{
	border:none;
	vertical-align:top;
}

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

caption,th,td{
	text-align:left;
	vertical-align:top;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
/*----------------------------------------*/
/*clearfix                                */
/*----------------------------------------*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}