@charset "UTF-8";

/* ------------------------------
プリント
------------------------------ */
body {
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
#frame {margin-left:-90px;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

#sidebar,
#header-description,
#header,
#gnavi,
#navi,
#secondary,
.pagetop,
#footer,
#ad {
	display: none;
}

#sidebar,
#header-description,
#wrapper,
#navi,
.contents,
#secondary,
.jirei-mutenka-txt,
.jirei-mutenka-ph,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

.contents {
	width:600px !important;
	text-align:left !important;
}

#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;
}

a:link:after,
a:visited:after {
/*	content: " (" attr(href) ") ";　*/
	font-size: 90%;
}

h1 {
	border-bottom:3px solid #000000;
}


h2 {
	border-bottom:1px solid #000000;

}

h3 {
	border-left:5px solid #000000;
	padding-left:10px;

}
#primary #s-main #s_guide #s-main-gui {
	margin-top: 5px;
	margin-bottom: 10px;
}


.quote,
pre {
	margin:25px;
	padding:10px;
	border:1px dotted #333333;
}

