﻿@charset "UTF-8";
	
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

address, blockquote, body, div, dd, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, hr, noscript, p, pre, table {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    font-size: 83%;
    color: #232323;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'メイリオ', sans-serif;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 115%;
}

h5 {
    font-size: 110%;
}

h6 {
    font-size: 105%;
}

dl, ol, p, table, ul, pre {
    margin: 1em 0;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
	line-height: 1.6;
}

pre, code, kbd, samp, var {
    font-family: 'Monaco', monospace;
}

a {
    text-decoration: underline;
}

img {
    border: none;
}

