/* --------------------------------------------
 *                 for print
 * -------------------------------------------- */


/* 非表示設定 */
body {
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	background-image: none;
	line-height: 1.5;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000 !important;
}

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.column-image-left a:link:after,
.column-image-left a:visited:after {
	content: "" !important;
	font-size: 100% !important;
}

img {
	border: 1px solid #000 !important;
}

#header,
#sub,
div#sitemapNav,
#footer,
p#topicpath,
#supportDocTag,
ul.newsNavi,
div.boxHeader,
div.comForm,
ul#entryBannerBtn,
#adminBox,
.formEntryAction {
	display: none;
}

/* 幅調整 */
#allWrapper,
#wrapper,
#header,
#sub,
#main,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 背景・色調整 */
#allWrapper,
#wrapper {
	background-image: none;
}

.entryTitle,
.entryDescription,
.caption,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
	background: none;
	color: #000 !important;
}

/* 見出し系 */
#main h1.entryTitle {
	margin-bottom: 40pt !important;
	border-left: 5px solid #333;
	text-shadow: none !important;
}

#main h2 {
	border-bottom: 1px solid #333 !important;
	text-shadow: 0 !important;
}

#main h3 {
	margin-top: 40pt !important;
	margin-bottom: 20pt !important;
	border-bottom: 1px dotted #666 !important;
	background-color: #E6E6E6 !important;
}

#main h4 {
	margin-top: 20pt !important;
	padding-left: 5pt !important;
	border-left: 5px solid #999;
	background-image: none !important;
}



/* 表 */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	page-break-inside: avoid;
}

#main .entry table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333;
}

#main .entry table th,
#main .entry table td {
	padding: 3px;
	font-size: 10pt;
}

#main .entry table th {
	border: 1px solid #333;
}

#main .entry table td {
	border: 1px solid #333;
}

/* その他 */
/* 強調 */
strong {
	text-decoration: underline;
}

/* 参考 */
.memo {
	border: 1px solid #333;
	background-color: #FFF !important;
}

.memo:before {
	content: "■メモ■ ";
}

/* 注意 */
.attention {
	border: 1px solid #333;
	background-color: #FFF !important;
	font-weight: bold;
}

.attention:before {
	content: "■注意■ ";
}

/* コード */
pre {
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #333;
	background-color: #FFF !important;
	overflow: visible !important;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

.syntaxhighlighter .lines {
	color: #000 !important;
}
