﻿@charset "utf-8";
/* CSS Document */
/* reset */
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, fieldset, legend {
	margin:0;
	padding:0;
}
p{
	line-height: 2;
	padding-left: 20px;
}
h1, h2, h3, h4, h5, h6, em {
	font-weight:normal;
	font-style:normal;
}
ul, ol {
	list-style:none;
}
fieldset, img {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
input, img {
	vertical-align:middle;
}
a {
	text-decoration:none;
}
