@charset "UTF-8";

/* ------------------------------------------------------------------ */
#print {}
/* ---------------------------------------------------------------------
			Basic STYLES
			print STYLES
--------------------------------------------------------------------- */


/* ================================================================
   Basic STYLES
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.05 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	background: #666;
}
img,
a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }
.hide { display: none; }
.cut{
	clear: both;
	float: none;
}

a:link,
a:visited  {	color: #005279;	text-decoration: none;}
a:hover,
a:active {	text-decoration: underline;	color: #cc3333;}


/* ================================================================
   print STYLES
================================================================ */
#contents{
	width: 622px;
	margin: 10px auto;
	padding: 65px 0px 0px;
	background:  #fff url(../imgs/print_title.jpg) no-repeat left top;
	font-size: 85%;
}
#contents p.close{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 15px;
	background: url(../imgs/arrows02.gif) no-repeat left center;
	font-size: 95%;
	line-height: 1.2;
}
#contents h1{
	margin: 15px 10px 20px;
	padding: 0px 0px 2px;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #671919;
}
#content{
	width: 602px;
	margin-left: 10px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.3;
	color: #333;
}
#content .unit{
	margin: 0px 0px 15px 0px;
	line-height: 1.2;
}
#content .unit p{	line-height: 1.4;}
#copy{
	padding: 10px;
	text-align: right;
}
