@charset "UTF-8";

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}


/* layout.css
----------------------------------------------- */

#container,
#contents,
#main {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#header form,
#navi,
#menu,
#bottomnavi,
#footer {
	display: none;
}

#contents {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 11px;
}

#contents table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#contents table th,
#contents table td {
	padding: 3px;
	font-size: 90%;
}

#contents table th {
	border-bottom: 1px solid #333333;
}

#contents table td {
	border: 1px dotted #333333;
}


/* accesebility.css
----------------------------------------------- */

div.hidden,
p.hidden {
	display: none;
}