/*
 * Style Sheet for print
 * 20090417
 */

/* Codes below are refered to Blueprint CSS Framework
 * -------------------------------------------------------------------------------- *

	Blueprint CSS Framework 0.8
	http://blueprintcss.org

	Copyright (c) 2007-Present.

	Code licensed under the (modified) MIT License:
	The (modified) MIT License
	-------------------------------------------------------------------------------
	Permission is hereby granted, free of charge, to any person obtaining a copyof 
	this software and associated documentation files (the "Software"), to dealin the 
	Software without restriction, including without limitation the rightsto use, 
	copy, modify, merge, publish, distribute, sub-license, and/or sellcopies of the 
	Software, and to permit persons to whom the Software isfurnished to do so, 
	subject to the following conditions:

	The above copyright notice, and every other copyright notice found in this 
	software, and all the attributions in every file, and this permission notice 
	shall be included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
	ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
	MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO 
	EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 
	OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
	FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
	INTHE SOFTWARE.

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


.wrapper,
.container,
.contents{
	background: none;
}

#header ul,
#header ol,
#globalnav,
#subnav,
#sidebar,
#footer ul,
#footer ol,
#pagetop,
#locus,
.backtotop,
.hide{
	display: none;
}

*{
	clear: both;
	float: none;
}

.small{
	font-size: .9em;
}

.large{
	font-size: 1.1em;
}

a img{
	border: none;
}

a: link,a: visited{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

a: link: after,a: visited: after{
	content: " (" attr(href) ")";
}

blockquote{
	font-style: italic;
	margin: 1.5em;
	padding: 1em;
}

body{
	background: none;
	color: #000;
	font-family: Helvetica, Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ ゴシック', sans-serif;
	font-size: 10pt;
	line-height: 1.4;
}

code{
	font: 1em "Courier New", Monaco, Courier, monospace;
}

h1,h2,h3,h4,h5,h6{
	font-family: Helvetica, Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ ゴシック', sans-serif;
}

hr{
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
	background: #ccc;
	color: #ccc;
}

hr.spacer{
	background: #fff;
	color: #fff;
}

img{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

p img.top{
	margin-top: 0;
}

