@charset "utf-8";

@import "inpage.css";
@import "button.css";
@import "form.css";

.article {
	width: 90%;
	padding-top: 10px;
	padding-left: 34px;
	padding-bottom: 30px;
}



/*========== Module Image ===========*/
.mod {
	background: url(../images/in_mod_article1.jpg);
	height: 75px;
}



/*========== Content ===========*/
.content_topic {
	padding-top: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #522d0c;
	font-weight: bold;
}

.content_image {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content_txt {
	padding-top: 10px;
}




