﻿@charset "utf-8";

/* CSS Infomation=============================
File name: layout.css
Editors:   hijiki-soft
Date:      2011/01/21
=============================================*/

body,
div,
dl,dt,dd,
ul,ol,
h1,h2,h3,h4,h5,h6,
p,blockquote,
pre,
form,fieldset,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	margin-left: 1.5em;
}

h1 {
	font-size: 135%;
}

h2 {
	font-size: 120%;
}

h3,h4,h5,h6 {
	font-size: 100%;
}


