/*
1カラム用
 */

/*layout
------------------------------------------------------------------------------*/
#contents{
	width: 800px;
}


/*Contents
------------------------------------------------------------------------------*/
#contents{font-size:12px;}
#contents h3{margin-bottom:14px;}
#contents h4,#contents h5{
	background-repeat: no-repeat;
	font-weight: bold;
	color: #454545;
	clear:both;
}
#contents h4{
	background-image: url(../img/common/bgTitleH4.gif);
	height: 32px;
	line-height: 32px;
	margin: 0 0 14px;
	padding:0 10px 0 16px;
	font-size: 14px;
}
#contents h5{
	height: 24px;
	line-height: 24px;
	margin: 50px 6px 14px;
	padding:0 8px;
	font-size: 12px;
	background-color: #F4F4F4;
	border-left: 3px solid #3457C9;
}
