@charset "utf-8";

/* CSS Information ==============================
File name: reset.css
Date: 2012.10.17
============================================== */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, font, img, strong, 
dl, dt, dd, ol, ul, li, form, table, caption, tr, th, td, input, textarea, select, button	{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

:focus{
	outline:0;
}

a, a:link, a:visited, a:hover, a:active	{
	text-decoration:none;
}

table	{
	border-collapse:collapse;
	border-spacing:0;
}

th, td	{
	text-align:left;
	font-weight:normal;
}

img, iframe	{
	border:none;
	text-decoration:none;
}

img {
	vertical-align: bottom;
	}

ol, ul	{
	list-style:none;
}

input, textarea, select, button	{
	font-size:100%;
	font-family:inherit;
}

html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

address,
th {
	font-style: normal;
	font-weight: normal;
	}

a,
input[type="submit"] {
	cursor: pointer;
	}
	
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  