@charset "utf-8";

/*------------------------------------------------------------------------------
	ZOMAHOUN.com
	Style Sheet for Print
	Date: 2009-11
	All content (c) IFE
------------------------------------------------------------------------------*/

/* =reset
--------------------------------------------------------- */
#pageTop,
#commonNav,
#pickUp,
#globalNav,
#localNav,
div#news,
#gotop,
#sitemap,
#caution,
.largeBanner,
.aural,
.nonPrint,
.more,
.readmore,
.tabs ol,
.list,
.new,
.addthis,
.pageNav,
.entryNav,
#columns,
#projects,
#general,
#secondary,
#colophon ul,
#trackbacks .note,
.tburl,
#commentForm,
#clockBase,
.orderBtn,
p.internal,
hr,
ul.pagelink,
.step,
.credit,
input,
textarea {
	display: none;
	position: absolute;
	}


/* =page structure
--------------------------------------------------------- */
body {
	font: 9pt/1.4 Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	background: #FFF;
	width: 5in;
	margin: .5in auto 0;
	}

#intro {
	margin: 0 0 .5in;
	}

header,section,article,footer {
	display: block;
	}


/* =heading
--------------------------------------------------------- */
h1 {
	margin: 0 0 .25in;
	}

#masthead h1 {
	margin: 0 0 .1in;
	padding: 0 0 .1in;
	border-bottom: 1pt solid #999;
	}

h2,h3,h4,h5,h6 {
	line-height: 1.4;
	margin-bottom: .25in;
	padding: 0;
	}

#masthead h2 {
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: .1in;
	}

#intro h2 {
	font-weight: normal;
	font-size: 20pt;
	margin: 0;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 10pt;
	margin: 0 0 .1in;
	}

h5 {
	font-size: 9pt;
	margin: 0;
	}


/* =article
--------------------------------------------------------- */
p {
	line-height: 1.6;
	margin: 0 0 .1in;
	padding: 0;
	}

address {
	font-style: normal;
	margin: .5in 0 0;
	padding: .1in 0 0;
	border-top: 1pt solid #999;
	}

	address a {
		color: #333;
		}

img {
	vertical-align: top;
	}

	h1 img {
		max-width: 5in;
		}

	p img {
		max-width: 2.45in;
		}

		p img.imgcenter {
			max-width: none;
			width: 3.32in;
			height: 2.49in;
			}

	img.imgleft {
		float: left;
		margin: 0 .1in .1in 0;
		}

	img.imgright {
		float: right;
		margin: 0 0 .1in .1in;
		}

	img.imgcenter {
		display: block;
		margin: 0 auto;
		text-align: center;
		}

ul,ol,dl {
	margin-bottom: .2in;
	}

li,dt,dd {
	line-height: 1.6;
	}

table {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
	margin: 0 0 1em;
}

th,td {
	text-align: left;
	vertical-align: top;
	}

table.data {
	border-top: 1pt solid #444;
	}

	table.data th,
	table.data td {
		padding: .05in 0;
		border-bottom: 1pt solid #444;
		}

	table.data th {
		padding-right: .1in;
		}

blockquote {
	margin: 0 0 .25in;
	padding: .25in .25in 0;
	border: 1pt solid #999;
	}


/* =個別設定
--------------------------------------------------------- */
#event {
	background: transparent;
	border-color: #FFF;
	}

	#event h3 {
		border: none;
		}
	
.masthead {
	margin: .5in 0 0;
	}

.columns p.date,
.columns .masthead h2,
.staffblogs p.date,
.staffblogs .masthead h2 {
	margin: 0 0 .1in;
	}

#trackbacks {
	padding: .25em 0 0;
	border-top: 1pt solid #999;
	}

p.files img {
	margin: 0 1em 0 0;
	}

.article {
	margin: 0 0 .25in;
	overflow: hidden;
	}

	.article .header {
		clear: both;
		margin: 0 0 .1in;
		}

		.article .header p.date {
			clear: both;
			font-size: 9pt;
			margin: 0;
			}

		.article .header h3 {
			margin: 0;
			}

.header {
	margin: 0 0 .5in;
	}

.footer {
	margin: .5in 0 0;
	}

.explain {
	margin: 0 0 .25in;
	padding: .1in .1in 0;
	border: 1pt solid #999;
	}

	.explain h4 {
		margin: 0;
		}


/* =link
--------------------------------------------------------- */
a {
	color: #009;
	text-decoration: none;
	}

	#article a:after {
		content: "（" attr(href) "）";
		font-family: Helvetica, Arial, sans-serif;
		font-size: 8pt;
		}

		#article .tabs h2 a {
			color: #000;
			}

		#article h1 a:after,
		#article .tabs h2 a:after {
			content: "";
			}

		#article h1 a:after,
		#article .tabs h2 a:after,
		#article p.summary a:after,
		.columns #article .masthead h2 a:after,
		.staffblogs #article .masthead h2 a:after,
		#article #trackgacks a:after,
		.indivisual #article h4 a:after,
		#article ol.index a:after {
			content: "";
			}

	a img {
		border: none;
		}


/* EOF
--------------------------------------------------------- */
