/* clearfix
----------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE7 MacIE */
.clearfix {
	display: inline-block;
	}
/* IE6 以前 */
* html.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
	
.clear{
	clear: both;
}

body{
	color:#000;
	background:#fff;
	margin:10;
	padding:10;
	width:auto;
	}
.main
	{
	border: 1px solid silver;
	float: left;
	width: 500px;
	background-color: white;
	height: 1150px;
	padding: 10px;
	}


a:link
	{
	text-decoration:none;
	color:#263AAC;
	}
a:visited
	{
	text-decoration:none;
	color:#800080;
	}
a:hover
	{
	text-decoration:underline;
	color:#ff0000;
	}
.clears{
  clear:both;
}

h1
	{
	font-size:70%;	
	font-weight:bold;
	}

h2
	{
	font-size:70%;	
	font-weight:bold;
	}
h3
	{
	font-size:100%;	
	font-weight:bold;
	}
h4
	{	
	font-size:90%;
	font-weight:bold;
	}
p
	{
	line-height:130%;	
	}


