* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	background-image: url(images/bg/take03.jpg);
	color: #003;
	font-size: 16px;
	line-height: 1.5;
	font-family: "IPA P明朝", 
	"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
	"MS PMincho", "ＭＳ Ｐ明朝", 
	"Times New Roman", "Times", serif;
}

div {
	clear: both;
}

h1, h2, h3, h4 {
	margin: 2em 0em 1em 0em;
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", 
	Helvetica, Arial, sans-serif;
	clear: both;
}

h1 {
	margin: 0;
	font-size:  2.5em; 
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	border-left: solid 1em #909E61;
	padding-left: 0.2em;
	line-height: 1;
}

h3 {
	font-size: 1.25em;
	border-left: solid 1em #d0d092;
	border-bottom: solid 0.1em #d0d092;
	padding: 0 0 0.1em 0.3em;
	line-height: 1;
} 

h4 {
	border-left: none;
	padding: 0 0 0.1em 1em;
	line-height: 1;
	text-decoration: underline;
}

p {
	margin: 0.5em 1em;
	font-size: 1em;
	text-indent: 1em;
}

address {
	font-size: 0.9em;
}

div#menu ul {
	background: #d0d092;
	list-style-type: none;
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
}

div#menu ul li {
	display: inline;
	padding-right: 1em;
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  
	Helvetica, Arial, sans-serif;
}

dt {
	float: left;
	clear: both;
	margin-right: 1em;
}

a {
	color: #003;
}

a:hover {
	background-color:  #ccf;
}

div#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 1em;
}

div#header {
	background-image: url(images/bg/take03.jpg);
	padding: 0.5em 1em;
}

div#header * {
	color: #fff;
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  
	Helvetica, Arial, sans-serif;
}

div#footer {
	background: #d0d092;
	padding: 0.5em 1em;
}

div#footer address {
	text-align: center;
}

p#valid {
	text-align: right;
}

table#toc {
	background: #fff;
	margin: 0 2em 1em 2em;
}

table#toc th, table#toc td {
	background-image: url(images/bg/take03.jpg);
	padding: 0.5em;
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  
	Helvetica, Arial, sans-serif;
	color: #fff;
}

em {
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  
	Helvetica, Arial, sans-serif;
}

ul, ol, dl {
	margin: 0 1em 0 4em;
	list-style-position: inside;
	text-indent: -1em;
}

ul li, ol li {
	margin-bottom: 0.5em;
}

dl dt {
	font-family: "VL Pゴシック", "IPA Pゴシック",
	"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック",  
	Helvetica, Arial, sans-serif;
}	

img.right {
	float: right;
	border: solid 0.1em gray;
	margin: 0.5em
}

img.left {
	float: left;
	border: solid 0.1em gray;
	margin: 0.5em
}
