﻿@charset "utf-8";

/* reset css */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
	"Lucida Grande",
	"Hiragino Kaku Gothic ProN",
	Verdana,
	Meiryo, 
	sans-serif;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, dl {
	list-style: none;
}
a {
	text-decoration: none; 
}
img {
	border: 0;
}
img, input {
	vertical-align: bottom;
}
/*hr {
	display:block;
	border:0;
	margin:0;
	padding:0;
}*/
html {
	font-size:62.5%;
}

/* clearfix */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
