@charset "utf-8";

/* ============================================

	CSS document by hohoujun.inc
	This CSS for print view
	
	filename : print.css
	author : Zentsu
	release :
	last modified:  2009-07-31 Tanaka 
	
	* page index
	
		1. common
		2. layout
	
	* color scheme
		
		background : #ffffff
		font : #000000
		border : #333333
	
============================================= */

/* 1= common
--------------------------------------------- */

body {
	background-color: #ffffff;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
}

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;
}

#container,
#header,
#canvas,
#main-content,
#side,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 2= layout
--------------------------------------------- */

hr,
.speechGuide,
.hiddens,
#headerBox,
#navi,
#shopDetails,
.pageUp,
#footer ul,
#ppLink,
#consent,
#toPdf,
#toPdf02,
#toReader,
#toTelFax,
#listSide,
#windowClose,
#windowPrint {
	display: none;
}


#container {
	width: 640px;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

table th,
table td {
	padding: 3px;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #333333;
}

table td {
	border: 1px dotted #333333;
}

table li {
	margin-left: -14px;
	list-style: none;
}

em {
	font-style: normal;
}

#topicPath {
	margin-bottom: 35px;
	font-size: 10pt;
}

#topicPath ul,
#topicPath li {
	display: inline; 
	list-style-type: none;
}

.notes {
	font-size: 10pt;
}

/*------------------------------------*/

#shopping h5 {
	font-size: 12pt;
}

/* 3= index
--------------------------------------------- */

