@charset "UTF-8";
/* CSS Document */

html{ 
    height:100%; 
} 
body{ 
    height:100%; 
} 

*{
	margin: 0;
	padding: 0;
}





body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
table {
	border-spacing:0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
caption, th {
	text-align:left;
	font-weight:normal;
}
table, th, td, img {
	border:0;
}
img, input {
	vertical-align:middle;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}

/* --- link --- */
 
a {
}
a:visited {
}
a:hover {
}
/* --- FONT --- */
body {
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
}
body {
	font-size: 62.5%; /* 10px */
}
h1 {
	font-size: 2.4em;
}
p {
	font-size: 1.2em;
}
 
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
}
ul {
	font-size: 1.2em;
}
ol {
}
table {
	font-size: 1.2em;
}
