/*blog/index*/
h2.title, h3.title {
	
	margin: 0 0 20px;
	/*padding: 7px 0 0 33px;*/
	padding: 7px 0 0 23px;
	height: 21px;
	font-size: 12px;
	color: #000;
	background: transparent url(../../images/h2_bar.gif) left bottom no-repeat;
	/*
	width: 560px;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 0 0;
	color: #000;
	min-height: 32px;
	_height: 32px;
	border-bottom: 4px #000 solid;	
	*/
}
h2.title02 {
	margin: 0 0 10px;
	padding: 5px 0 0 33px;
	height: 23px;
	font-size: 12px;
	color: #CCC;
	background: transparent url(../images/h1_bar.gif) 0 0 no-repeat;
}
h2.pdetail {
	width: 560px;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 0 0;
	color: #000;
	min-height: 32px;
	_height: 32px;
	border-bottom: 4px #000 solid;
}
p.newsP {
	margin: 2px 0;
	padding: 2px 0;
	background: transparent url(../images/line1.gif) bottom repeat-x;
}
/*エラーメッセージ*/
div.errMsg {
	width: 98%;
	/*
	border: 1px #CCC solid;
	background: #F9F9F9;
	*/
	font-size: 14px;
	padding: 80px 0 0;
	height: 120px;  
	_height: 200px;
	text-align: center;
}