﻿/* スタイルシートインポート */
@charset "UTF-8";

@import url("reset-min.css"); /* 要素リセット */
@import url("style.css"); /*  */

* {
}
body {
	font-family: Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック" ;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
body {
    *font-size:small;
    *font:x-small;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
ul {
	list-style-type: none;
}
a:link {
}
a:visited {
}
a:hover {
	color: #CC0000;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
}
/* IE6対応用 */
#wrapper {
	height: 100%;
}
body > #wrapper { 
    height:auto; 
}
/* IE6対応用 ここまで */
