@charset "UTF-8";

body {
	color: black;
	background-color: white;
	font: normal normal normal small/1.5 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Verdana", "Arial", "Helvetica", sans-serif;
	font: normal normal normal small/1.5 "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.header {
	color: black;
	background: white;
	margin: 0 auto 5em;
	padding: 30px 0 30px;
	border-bottom: 10px solid OrangeRed;
}

div.header img.logo{
	margin: 10px;
}

div.header h1 {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: xx-large;
	margin-bottom: 0;
	line-height: 1.0;
}

div.header h2 {
	font-size: large;
	line-height: 1.2;
	margin-top: 3em;
}

div.section h2 {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: x-large;
	line-height: 1.2;
	border-bottom: 1px solid black;
}

.subtitle {
	display: block;
	font-size: smaller;
}

div.section {
	text-align: left;
	width: 640px;
	margin: 4em auto 6em;
}

div.section ul {
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
}

div.section ol {
	padding: 0 1em 0 0;
	margin: 0 0 0 2em;
}

div.section dl {
	margin-top: 2em;
	margin-bottom: 2em;
}

div.section dt {
	margin-bottom: 1em;
	border-bottom: 1px dotted black;
}

div.section dd {
	margin-bottom: 2em;
}

a:link {
	color: #0066CC;
	background-color: transparent;
}

a:visited {
	color: #800080;
	bakcground-color: transparent;
}

a:hover,
a:focus {
	color: white;
	background-color: #0066CC;
	filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;
}

a:visited:hover {
	color: white;
	background-color: #800080;
	filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;
}

a:active {
	color: red;
	background-color: transparent;
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}

a:visited:active {
	color: maroon;
	/color:red;
	background-color: transparent;
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}
