@charset "UTF-8";
/* ---------------------------------------

■ Theme Name: zamuu
■ Theme URI: http://zamuu.net/
■ Description: zamuu Stylesheet.

□ Style Name: Print Stylesheet
□ Style URL: http://zamuu.net/wp-content/themes/zamuu/print.css

■ Version: 1.0
■ Last Up Date: 2010-01-17

■ Author: zamuu
■ Author URI: http://zamuu.net/
■ Tags: zamuu wordpress

--------------------------------------- */

/**************************************
 * Print
 **************************************/

/* common.css
----------------------------------------------- */

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
address {
	font-style: normal;
}
table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
/* layout.css
----------------------------------------------- */

#wrapper, #navi, #cont, #sidebar, #sidebar_fix, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
#navi {
	display: none;
}
#cont {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}
 #sidebar, #sidebar_fix, {
 display: none;
}
#footer {
	margin-top: 1em;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 90%;
}
#footer ul {
	list-style-type: none;
}
/* module.css
----------------------------------------------- */

#cont h2 {
	display: none;
}
#cont h3 {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
}
#cont h4 {
	border-left: 5px solid #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}
#cont p, #cont ul, #cont ol, #cont dl {
	margin: 0 0 20px 10px;
}
#cont table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}
#cont table th, #cont table td {
	padding: 3px;
	font-size: 90%;
}
#cont table th {
	border-bottom: 1px solid #333333;
}
#cont table td {
	border: 1px dotted #333333;
}
/* accesebility.css
----------------------------------------------- */

div.hidden, p.hidden {
	display: none;
}
/* print.css
----------------------------------------------- */

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

