/* CSS Document */



body,div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
fieldset, input, textarea,
blockquote,
th, td {  
	margin: 0;
	padding: 0;
}


ol,ul { 
    list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

a {
text-decoration: underline;
}

/*html,body {
  height: 100%;
	width: 100%;
}

#main {
  height: 100%;
  min-height: 100%
}

body > #main {
  height: auto;
}*/


/* clear fixハック */

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