@charset "UTF-8";

/*---------------------------------------------
 topics 記事（LS設定スタイル）
---------------------------------------------*/
#article_area p,
#article_area ul,
#article_area ol,
#article_area dl {
	margin-bottom: 1em !important;
}

#article_area hr {
	display: block;
}

#article_area em {
	font-weight: bold;
	font-style: oblique;

}

#article_area ul,
#article_area ol {
	margin-left: 2em;
}

#article_area ul {
	list-style-type: disc;
}

#article_area ol {
	list-style-type: decimal;
}



/*---------------------------------------------
 topics 記事（MEオリジナル スタイル）
---------------------------------------------*/
/* table
----------------------*/
#article_area table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#article_area table th,
#article_area table td {
	border: 1px #aaa solid;
	border-collapse: collapse;
}

#article_area table.noborder th,
#article_area  table.noborder td {
	border: 0;
	background: none;
}

#article_area table th, table td {
	padding: 3px 5px;
	font-weight: normal;
}

#article_area table th {
	background: #eee;
}

/* contact （classを使用すること
----------------------*/
#article_area .contact,
#contact {
	border: 3px #ddd solid;
	padding: 10px;
	margin-bottom: 30px;
}

#article_area .contact h2,
#article_area .contact h3,
#article_area .contact h4,
#article_area #contact h2,
#article_area #contact h3,
#article_area #contact h4 {
	font-size: 120%;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0 0 0.5em;
}
