@charset "UTF-8";

/*=========================================================

- Title: print Module
- Author: kokido
- Modified by: bresto
- Last modify: 09.12.03

=========================================================*/

/* Mac IE5.x へスタイルを適応しない*/
/* \*/
@import "share/reset.css";
@import "share/base.css";
@import "share/common.css";
@import "share/container.css";
/* */

/* WIN IE5.5 専用外部スタイルシート読み込み 削除禁止*/
@media tty {
i{content:"\";/*" "*/}}@m; @import 'browser/ie55win.css'; /*";}
}/* */

/* Mac IE5.x 専用外部スタイルシート読み込み 削除禁止*/
/*\*//*/
 @import "share/ie55mac.css";
/**/

/*
@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://example.com/" attr(href) " )";
	font-size: 92%;
}
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;
}

table {
	border-collapse: collapse;
	margin: 5px 0;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 8px;
}

table th {
	width: 10%;
	font-weight: bold;
}

}
*/