/* コンテンツ */

#cnt{
	width: 503px;
	min-height: 689px;
}

#cnt h3{
	width: 466px;
	margin: 0px auto auto 15px;
}

#cnt h4{
	width: 436px;
	margin: 20px auto auto 30px;
	padding-left: 5px;
	color: #FF9933;
	font-size: 90%;
	font-weight: bold;
	border-left: solid 4px #FF9933;
}

#cnt .date{
	color: #666666;
	font-size: 70%;
	margin: 5px auto auto 30px;
}

*html #cnt .date{
	font-size: 90%;
	margin: -15px auto 20px 30px;
}

*+html #cnt .date{
	font-size: 90%;
	margin: -15px auto 20px 30px;
}

#cnt p{
	width: 436px;
	margin-left: 30px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

*html #cnt p{
	margin-top: -10px;
}

*+html #cnt p{
	margin-top: -10px;
}

/* ページトップへ */

#cnt .back{
	margin: 15px 35px 10px auto;
	text-align: right;
	font-size: 75%;
	color: #959571;
	line-height: 1.4em;
	background-image: url(../../img/arrow_link.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 353px 5px;
}

#cnt .back a, a:active, a:visited{
	color: #959571;
	text-decoration: underline;
	line-height: 1.4em;
}

#cnt .back a:hover{
	color: ##959571;
	text-decoration: underline;
	line-height: 1.4em;
}

/* ドットライン */
#cnt .line{
	width: 436px;
	margin-left: 30px;
	border-bottom: dotted #333333 thin;
}

/* ページトップアンダーライン */

#cnt .ptop a, a:active, a:visited, a:hover{
	color: #959571;
	line-height: 1.4em;
	text-decoration: underline;
}