@charset "UTF-8";
/* Reset CSS Document */

/*マージン、パディングのリセット*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote {  
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
}

/*FirefoxやOperaでスクロールバーを強制表示*/
html {
	height: 100%;
	margin-bottom: 1px;
}

/*clearfixハック*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*フォーム関連の初期化*/
fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

/*テキスト関連の初期化*/
sup,
sub {
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -4px
}

sub {
	top: 4px
}
