@charset "utf-8";

/* base styles */

html{
    height:100%;
}

body {
	font-size: 12px;
	background-color: #FFFFFF;
	height:100%;
	}

a {
	color: #0000FF;
	}
a:link {
	color: #0000FF;
	}
a:visited {
	color: #990066;
	}
a:hover, a:focus, a:active {
	color: #FF0000;
	}

/*hr*/
hr {
	display: none;
	}

/*非表示*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

/*フロートクリア*/
div.clear {
	clear: both;
	}

div.clear1px {
	clear: both;
	height: 1px;
	}

body > #container {
    height: auto;
}


