HTML {
	font-size: 16px;
	font-family: Oswald;
}

BODY {
	padding: 0px;
	margin: 0px;
	background-image: url("files/bg.jpg");
	color: #FFF;
	background-color: #111;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
}

IMG {
	border: 0px none #000000;
}

H1 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

H2 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

H3 {
	font-size: inherit;
	margin: 0px;
	display: block;
}

.menu A {
	padding: 10px;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
}

.menu .menu_level1_active {
	text-decoration: underline;
	text-shadow: 0px 0px 12px rgb(255 255 255);
}

.article P {
	margin: 0.0em 0.0em 0.4em 0.0em;
}

.article UL {
	margin: 0.0em 0.0em 0.4em 2em;
}

.article OL {
	margin: 0.0em 0.0em 0.4em 2em;
}

.article_head {
	font-size: 28px;
}

.article_head_insert {
	font-size: 18px;
}

.article_head_between {
	font-size: 22px;
}

.article_head_sub {
	font-size: 22px;
}

.article_image_list IMG {
	width: 100%;
}

.recent TH {
	border: 1px solid #000000;
}

.recent TD {
	border: 1px solid #000000;
}

.recent {
	border-collapse: collapse;
}

.toparea {
	padding: 40px 1%;
	max-width: 900px;
}

.footerarea {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 1%;
}

.contentarea {
	padding: 40px 1%;
	margin: 0 auto;
	max-width: 900px;
}

iframe {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.01;
	filter:alpha(opacity=1);
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
}

#article_1 .article_image {
	width: 60%;
	margin: 0 auto;
	position: relative;
	padding: 80px 0px;
}

#article_1 .article_image::before {
	background-image: url("files/wavebg.png");
	position: absolute;
	left: -20px;
	content: "";
	top: 0;
	right: -20px;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.2;
	filter:alpha(opacity=20);
	filter: blur(20px);
	z-index: -1;
	transition: filter 2s;
	-webkit-transition: filter 2s;
	-moz-transition: filter 2s;
	-ms-transition: filter 2s;
}

#article_1 .article_image.show::before {
	filter: blur(0px);
}

.article_image IMG {
	width: 100%;
}

IFRAME.show {
	opacity: 0.1;
	filter:alpha(opacity=10);
}

.mlay_1 .mwrap {
	display: block;
}

.mlay_1 .article_image_list {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.mlay_1 .article_texts {
	display: inline-block;
	width: 75%;
	vertical-align: top;
	padding: 0px 0px 0px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.mele_9 .article {
	margin-bottom: 40px;
}

