@charset "utf-8";

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

.article {
	width: 88%;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
}



/*========== Module Image ===========*/
.mod_lang1 {
	background: url(../images/in_mod_article1_lang1.jpg);
	height: 67px;
}

.mod_lang2 {
	background: url(../images/in_mod_article1_lang2.jpg);
	height: 67px;
}



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

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

.content_txt {
	padding-top: 10px;
}


