@charset "utf-8";

/*=========================================================

- Title: base Module
- Author: tamholic
- Modified by: tamholic
- Last modify: 10.06.12
		
=========================================================*/

@media print {

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

body {
	color: black;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 92%;
	line-height: 1.6;
	background-color: white;
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

/* 内部リンク(ルートパスではじまる） */
a[href^="/"]:after {
	content: " ( http://chubu-shuzen.com/" attr(href) " )";
	font-size: 92%;
}
/* 外部リンク(http://ではじまる） */
a[href^="http://"]:after {
	content: " ( " attr(href) " )";
	font-size: 92%;
}

a:link,
a:visited,
a {
	color: black;
	text-decoration: underline;
}

/*
a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}
*/

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

img {
	border: 0;
}

ol {
	list-style-type: none;
}

/* content */

#header .siteIdentity {
	display: none;
}

table {
	border-collapse: collapse;
	margin: 5px 0;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 8px;
}

table th {
	width: 10%;
	font-weight: bold;
}

#mainVisual {
	display: none;
}

#gnav {
	display: none;
}

#sidebar {
	display: none;
}


#footer {
	display: none;
}

#pageTop {
	display: none;
}

#main .section-banner {
	display: none;
}

#topic-path {
	display: none;
}

}
