@CHARSET "UTF-8";
/**
 * COLOR T1 #783e00
 * COLOR T2 #c57118
 * COLOR T3 #ffebc7
 * COLOR HL #e56947
 */

* {
	box-sizing: border-box;
}

#fs-1 { font-size: .9em; }
#fs-2 { font-size: 1.0em; }
#fs-3 { font-size: 1.1em; }

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

body.lang-zh-hans, body.lang-zh-hans textarea {font-family: SimHei, Hiragino Sans GB;}
body.lang-zh-hans input, body.lang-zh-hans select { font-family: SimHei, Hiragino Sans GB; }

body {
	margin: 0;
	padding: 0;
	color: #783e00;
}

body.open-menu {
	overflow: hidden;
}

h1, h2, h3 {
	margin: 0.5em 0 1em 0;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 1em 0px;
	border-left: solid 10px #783e00;
	padding-left: 10px;
}

h2 {
	font-size: 1.2em;
}

a, a:link,
p a:link {
	color: #783e00;
	text-decoration: underline;
}
a.active,
li a.active,
a:hover,
p a:hover {
	color: #c57118;
	text-decoration: none;
}

caption {
	margin: .5em 0;
}

table p {
	margin: 0;
}

th {
	width: 70px;
	text-align: right;
	padding: 0 10px 0 0;
}

header, footer {
	width: 100%;
}