@charset "utf-8";

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;
}

html {
	overflow-y:scroll;
}

/*-------------------------------------------------------
	フォント基本設定
-------------------------------------------------------*/
body {
	color:#333333;
	font-size:75%;
	font-family:sans-serif;
	line-height:1.4;
}

html>/**/body {
	font-size: 12px;
	line-height:1.4;
}

/*-------------------------------------------------------
	要素別のフォント基本設定
-------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,address,caption,em,strong,span,div,dl,dt,dd,ul,ol,li,table,th,select {
	font-size:100%;
	font-weight:normal;
}

img {
	border:0;
}

ul,ol {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a:link,
a:visited {
	color:#000082;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*---clearfix---*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

* html .clearfix {
    height:1%;
}
.clearfix {
	display:block;
}
/*---end of clearfix---*/

