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

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

	contents（続き：id=" "）

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

p#mainSite {
	margin-bottom: 10px;
}

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

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

.description dl dt {
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px dotted #999999;
	color: #0095FF;
	line-height: 1.3;
	padding-bottom: 5px;
	font-weight: normal;
}

.description dl dd {
	margin-bottom: 30px;
}

.description dl dd ul li {
	background: url(../img/common/icoBullet03.gif) no-repeat left 0.4em;
	padding-left: 15px;
}

.description p.rest {
	color: #CD4E96;
}

.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;
}


