@charset"UTF-8";

body {
	background: white;
	color: black;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','Meiryo','Verdana','ＭＳ Ｐゴシック',sans-serif;
	overflow: visible;
}
/* ::::::::::::::::::::
	layout
:::::::::::::::::::: */

#Intro,
#Header,
#Contents,
#Footer {
	margin: 0 auto;
	width: 6in;
}

/* ::::::::::::::::::::
	Basic tag
:::::::::::::::::::: */

h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
	margin: 16px 0;
	padding: 2px 8px;
	page-break-after: avoid;
	_page-break-after: empty-string;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 a img {
	width: 164px;
	height: 60px;
}
h2 {
	border-left: 8px solid black;
	font-size: 16pt;
	page-break-before: auto;
}
h3 {
	border-left: 8px solid lightgrey;
	font-size: 12pt;
}
h4 {
	border-bottom: 1px solid black;
	font-size: 10pt;
}
ul {
	padding: 8px;
	list-style-position: inside;
}
dl {
	padding: 8px;
}
dt,
em {
	font-weight: bold;
}
p,
li,
dl {
	font-size: 10pt;
	line-height: 1.4;
}
p {
	margin: 16px 0;
}
table p,
table ul,
table dl {
	margin: 0;
}
em,
address {
	font-style: normal;
}

address {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 3px double black;
	font-size: 8pt;
}
table {
	border-collapse: collapse;
	border: 1pt solid black;
}
tr,th,td {
	page-break-before: avoid;
	page-break-before: empty-string;
	page-break-after: avoid;
	page-break-after: empty-string;
}
th {
	background: lightgrey;
	font-weight: normal;
	white-space: nowrap;
}
th,td {
	padding: 8px 12px;
	border: 1pt solid black;
	font-size: 10pt;
}
td {
	width: 100%;
}
a:link,
a:visited,
a:hover,
a:active {
	color: black;
	text-decoration: none;
}

.summary {
	padding: 8px;
	border: 1pt solid black;
}
.mail {
	background-color: lightgrey;
	width: 12em;
	height: 1em;
}
/* ::::::::::::::::::::
	form
:::::::::::::::::::: */

form {
	margin: 0;
	padding: 0;
}
.small,
.note,
.breadcrumbs {
	font-size: 8pt;
}
fieldset {
	padding: 0;
	border: none;
}

/* ::::::::::::::::::::
	Footer
:::::::::::::::::::: */

#Footer p {
	font-size: 7pt;
}

/* ::::::::::::::::::::
	hidden
:::::::::::::::::::: */

#pagestart,
#TopMenu,
#Intro ul,
ul#FootMenu {
	display: none;
}
/* ::::::::::::::::::::
	clearfix
:::::::::::::::::::: */

p {
	zoom: 1;
}
p:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}
/* ::::::::::::::::::::
	print mode only
:::::::::::::::::::: */

@media print {
	body {
		margin: 0;
		padding: 0;
		width: 6in;
		background-color: white;
		color: black;
	}
	#Witchcraft {
		margin: 0;
		padding: 0;
		width: auto;
		border: none;
		background-color: white;
		color: black;
	}
	p,
	dl,
	address,
	input,
	textarea,
	select,
	caption {
	font-family: 'ＭＳ Ｐ明朝', serif;
	}
	input,
	textarea,
	select {
		padding: 0;
		border: 0px solid white;
		overflow: visible;
	}
}
