﻿/* BASE TAGS Default Css*/
/* HTML */
html {
	font-style: normal;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* BODY */
body {
	font-style: normal;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* FORM */
form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
/*img */
img {
	border: 0;
}
/* OTHER TAGS */
/* TABLE */
table, td {
	font-weight: normal;
}
/* HR */
hr {
	height: 1px;
	border: 0px;
	border-top: Solid 1px #BBD7DD;
	display: block;
	width: 200px;
}
/*H*/
/*게시판제목*/
h1 {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 195%!important;
	font-weight: normal!important;
	letter-spacing: 101%;
}
h2 {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: lighter;
	font-size: 210%;
}
/*게시물제목*/
h3 {
	font-weight: lighter;
	font-size: 170%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
}
/*본문title*/
h4 {
	font-weight: bold;
	font-size: 130%;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
/*list*/
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
}
ul.list {
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 13px;
}
li {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}
/* P */
p {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	line-height: 180%;
}
/* PRE */
pre {
	margin-top: 23px;
	margin-bottom: 23px;
	font-family: Courier New;
	font-size: 13px;
	padding: 20px;
	color: #000000;
	background-color: #FFFFFF;
}
/* TEXTAREA */
textarea, select, input {
	font-size: 11px;
	font-family: Tahoma, Arial;
}
textarea, select {
	background-color: #FFFFFF;
}
/* INPUT */
/* DIV */
/* SPAN */
/* A */
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* OTHER */
/* Etc */
.SpaceW0 {
	width: 0px;
}
.SpaceW1 {
	width: 1px;
}
.SpaceW5 {
	width: 5px;
}
.SpaceW10 {
	width: 10px;
}
.SpaceW20 {
	width: 20px;
}
.SpaceH0 {
	height: 0px;
}
.SpaceH2 {
	height: 2px;
}
.SpaceH5 {
	height: 5px;
}
.SpaceH10 {
	height: 10px;
}
.SpaceH15 {
	height: 15px;
}
.AlignCenter,.NtAlignCenter {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
	vertical-align: bottom;
}
.AlignRight2 {
	text-align: right;
}
.pngstyle {
	border: 0;
	tmp: expression(fixPng(this));
}
.fc
{
    margin-left:auto;
    margin-right:auto;
}