h1{
	font-size: 15px;
    line-height: 28px;
	margin:10px 0;
	font-weight:normal;
	
}

.title_cd{
	font-size:18px;
	line-height:30px;
	background-color:#84BAE5;
	text-align:center;
	height: 30px;
	color:#FFF;
	margin:15px 0;
}

#contents div{
	width:48%;
	margin:10px 0 10px 0;
	text-align:center;
	float:left;
}
#contents img{
	width:100%;
}

#contents div p{
	font-size:16px;
	line-height:25px;
}
#contents div:nth-child(2n){
	padding-left:4%;
}