@charset "UTF-8";

/* -- HTML -- */

* {
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic";
	}

body, div, p, li, dt, dd, th, td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}

a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}

form, input, select, textarea {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}

/* -- Header -- */

h1#header-h1 {
	color: #413e3c;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	}

/* -- Menu -- */

ul#menu a {
	font-size: 10px;
	line-height: 1em;
	text-decoration: none;
	}

ul#menu-border a {
	font-size: 1px;
	line-height: 1em;
	text-decoration: none;
	}

/* -- Submenu -- */

#submenu li {
	color: #00327d;
	font-size: 11px;
	line-height: 1.1em;
	}

#submenu li a {
	color: #00327d;
	font-size: 11px;
	text-decoration: underline;
	line-height: 1.1em;
	}

#submenu li a:hover {
	color: #ff0032;
	}

/* -- Footer -- */

p#footer {
	color: #413e3c;
	font-size: 11px;
	line-height: 1em;
	}

html:not(:only-child) p#footer {
	font-size: 10px;
	font-weight: bold;
	}