@charset "UTF-8";

/* ****************************************************
Title: print_shop.css
Created: 2007‒09‒20
Last Modified: 2007‒09-20
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# print

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */

div#content h1 {
	background: none;
	border-left: solid 5pt #023893;
	border-bottom: solid 1pt #023893;
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	height: auto;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	width: auto;
}

p {
	margin: 0 0 10px 0;
}


/* # print
---------------------------------------------------------------------------- */

div#header,
div#gNav,
div#topicPath,
div#content p.historyBack,
div#content p.pageTop,
div#secondary,
div#sidebar,
div#footer {
	display: none;
}

body,
div#wrapper {
	background: none;
}

div#content,
div#primary {
	float: none;
}

div#content h2.moreImportant {
	background: none;
	border-left: solid 3pt #023893;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	padding-left: 5px;
}

table.normalTable th,
table.normalTable td {
	background: none;
	border: 1px solid #666666;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}

table.normalTable th {
	font-weight: bold;
}

dl.mainLink dt {
	background: none;
	display: list-item;
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0;
}

