@charset "utf-8";
/* CSS Document */

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

	contents（続き：id=" "）

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

.description h1 {
	background: url(../img/common/bgTitleH4Bar.gif) no-repeat left top;
	width: 645px;
	height: 30px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.3;
	text-shadow: 1px 1px 1px #999999;
}

.description p {
	padding: 0 25px 0 10px;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

span.rest {
	color: #999999;
}

.description p.print {
	text-align: right;
}

.description p.print a {
	padding: 5px 10px;
	background: #0095FF;
	color: #FFFFFF;
	text-decoration: none;
}

.description p.print a:hover {
	background: none;
	border: 1px solid #0095FF;
	color: #0095FF;
}

