/* common.css --- */

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 11pt;
	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 --- */

#wrapper,#top-menu,
.nav,
#sidemenu,
#main,
.side2,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#top-menu-right,#top-menu form,#footer,#pagination-digg,.nav {
	display: none;
}

#main,.side2 {
	margin: 0 0 0 5%;border:none;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

#sidemenu,#pankuzu,#movetop {
	display: none;
}

#footer {
	margin-top: 1em;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 90%;
}

#footer ul {
	list-style-type: none;
}

#copy {text-align:left; border-top:1px solid gray;margin:0;width:auto; padding:10px 0;}



/* module.css --- */

#main {border-left:none;border-right:none;}

#main p,
#main ul,
#main ol,
#main dl {
	margin: 0 0 20px 10px;
}

#main table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#main table th,
#main table td {
	padding: 3px;
	font-size: 90%;
}

#main table th {
	border-bottom: 1px solid #333333;
}

#main table td {
	border: 1px dotted #333333;
}

.submenu {border:2px solid #000000;font-weight:bold;}

/* accesebility.css --- */

.ghost {
	display: none;
}


/* print.css --- */

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

