/* -------------------- General -------------------- */

body {
	font-size: 12pt;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #000000;
	background-color: #FFFFFF;
	background-image :none;
}

/* -------------------- Header -------------------- */

#header {
	display: none;
}


/* -------------------- Footer -------------------- */

#footer {
	display: none;
}

/*
#container,
#contents,
h1,
h2,
h3,
div,
ul,
li {
	float: none !important;
	width: auto !important;
}
*/

.capping_kajin_list {
	display: none;
}



/* -------------------- link -------------------- */

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 65%;
}

img {
	border: 0;
}

/* -------------------- table -------------------- */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

#primary table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#primary table th,
#primary table td {
	padding: 3px;
	font-size: 90%;
}

#primary table th {
	border-bottom: 1px solid #333333;
}

#primary table td {
	border: 1px dotted #333333;
}
