@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
chiral / sweet pool

media    : print
modified : 2008.08.22
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* common style
========================================================= */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
abbr,acronym,img,object,param,fieldset {
	border: none;
}
body {
	width: auto;
	padding: 5mm;
	background-image: none;
	background-color: #FFF;
	color: #000;
}
body,table,caption,th,td {
	font-size: 10pt;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 2mm;
	font-size: 12pt;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic",san-serif;
	font-weight: bold;
	line-height: 1.8;
}
h1 {
	font-size: 14pt;
}
img,object,param {
	margin: 1.5mm;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	margin-bottom: 5mm;
}
caption {
	margin-bottom: 2mm;
	text-align: center;
	font-weight: bold;
}
th,td {
	padding: 1.5mm;
	text-align: left;
	vertical-align: top;
}
ol,ul {
	margin-left: 10mm;
	margin-bottom: 5mm;
}
dd,dt,li {
	margin-bottom: 1mm;
}
dl {
	margin-bottom: 5mm;
}
dd {
	margin-left: 10mm;
}
a {
	color: #000;
	text-decoration: underline;
}
hr {
	display: none;
}

/* design style
========================================================= */
div#contents {
	float: left;
}
div#contents p {
	margin-bottom: 5mm;
}
div#contents p.btn-back {
	display: none;
}
div#contents table {
	border-top: 1px solid #000;
}
div#contents th {
	width: 20%;
	border-bottom: 1px solid #000;
}
div#contents td {
	border-bottom: 1px dotted #000;
}
div#nav {
	float: left;
}
div#nav img {
	margin-right: 10mm;
}
div#footer {
	clear: both;
	width: 100%
}
div#footer address {
	margin-top: 10mm;
	text-align: center;
}
