/* common START */
* {margin:0;padding:0;}
body {
	font-family:굴림; font-size:9pt; color:#222;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.05em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:120%;}
h6 {font-size:110%;}
h7 {font-size:100%;}
img {border:0;}

a {
	color:#111;
	text-decoration:none;
}
a:hover {
	color:#2970A6;
	text-decoration:none;
}
.wp-caption {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}

/**!!**/
.fixed, .clear {
	clear:both;
}
/****/

input.text,
input.password {padding-left:2px;background-color:#FFF;height:18px;}
input.readonly {padding-left:2px;background-color:#efefef;height:18px;}
.msie6 input.text,
.msie7 input.text,
.msie6 input.password,
.msie7 input.password {margin:-1px 0 0;}
.default {border:1px solid #DADADA;font-size:9pt;}

select.text {padding-left:2px;background-color:#FFF;height:20px;}

td{
	font-family:굴림; font-size:9pt; color:#222;
}
/* common END */