@charset "utf-8";

/* All */
header, footer, nav, section, article, aside, figure, figcaption {display:block}
body, table, input, textarea, select, button {font-size:12px}
a img {border:0}


/* reset style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0;}
img{ border:0;}

/* default style */
html,body		{width:100%; min-height:100%;}
html			{filter: expression(document.execCommand('BackgroundImageCache', false, true)); overflow-y:scroll;}
body			{margin:0px; padding:0px; font-size:16px; font-family: Malgun Gothic, MalgunGothic;  color:#ccc;}
table			{font-size:12px; border-spacing:0; border-collapse:collapse;}
td,th			{font-size:12px; font-family:Malgun Gothic, Malgun Gothic;}
input			{font-size:12px; font-family:Malgun Gothic, Malgun Gothic; vertical-align:middle; border:1px solid #b4b4b4; padding:5px; height:12px;}
textarea			{overflow:auto; border:1px solid #c6c6c6;}


/* Link style*/
a:link				{text-decoration:none; color: #fff;}
a:visited			{text-decoration:none; color: #fff;}
a:hover				{text-decoration:none; color: #fff;}
a:active			{text-decoration:none; color: #fff;}
a:focus				{text-decoration:none; color: #fff;}
a.self    			{text-decoration:none; color: #fff;}


body {
	position: relative; margin:0 auto;
}

.header {
	background: #fff;
	height: 100px;
	padding:20px 0 20px 0;
	text-align:center;
	color: #1052a0;
	font-weight:bold;
	font-size:28pt;
    box-sizing: border-box;
	width: 100%;
	min-width: 705px;
}

.header01 {
	background: #2caebc;
	height: 100px;
	padding:20px 0 20px 0;
	text-align:center;
	color: #fdfdc9;
	font-weight:bold;
	font-size:28pt;
    box-sizing: border-box;
	width: 100%;
	min-width: 705px;
}


.content {
	width: 100%;
    text-align: center;
}
