@CHARSET "UTF-8";

body {
	background-color: #eef0f0;
	/* 
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	 */
	 
	font-family: GungsuhChe;
}

a img {
	border: none;
	vertical-align:bottom;
}

#head {
	background-image: url(../images/head.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 3px;
}

#foot {
	background-image: url(img/foot.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 60px;
	vertical-align: bottom;
	font-size: 80%;
	padding-left: 20px;
}

#side_l {
	background-image: url(../images/side_l.png);
	background-repeat: repeat-y;
	width: 15px;
}

#side_r {
	background-image: url(img/side_r.gif);
	background-repeat: repeat-y;
	width: 15px;
}

#main {
	padding: 15px 15px 0px 5px;
	vertical-align: top;
	color: #333333;
	font-size: 85%;
	line-height: 150%;
}

#contact {
	font-size: 80%;
	color: #666666;
	padding: 5px 15px 5px 15px;
	line-height: 130%;
}

.sheet {
	border: 1px #0080C0 solid;
	border-collapse: collapse;
}

.sheet th {
	padding: 2px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #0080C0;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
}

.sheet td {
	padding: 2px;
	border: 1px #0080C0 solid;
	border-collapse: collapse;
}

.sheet02 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
}

.sheet02 th {
	padding: 0px;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
}

.sheet02 td {
	padding: 5px;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
}

.sheet_news th {
	padding-left: 20px;
	background-image: url(img/li01.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	border-bottom: 1px #CCCCCC dashed;
}

.sheet_news td {
	padding-left: 10px;
	border-bottom: 1px #CCCCCC dashed;
	border-collapse: collapse;
}

.to_detail {
	background-image: url(img/to_detail.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

ul {
	list-style-image: url(img/li01.gif);
	margin-left: 20px;
}

dt {
	font-weight: bold;
	color: #006699;
	margin-left: 10px;
}

dd {
	margin-left: 10px;
	margin-bottom: 5px;
}

.font_90 {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
}

.font_80 {
	font-size: 80%;
	line-height: 120%;
	color: #666666;
}

a {
	color: #006699;
}

a:hover {
	color: #669966;
}

h1 {
	background-color: #ffffcc;
	border: solid 3px #ffcc66;
	border-radius: 3px;
	line-height: 1.5em;
	padding-left: 5px;
}

h2 {
	border-bottom: dotted 3px #66CC66;
}

h3 {
	border-bottom: dotted 3px #2ab4ff;
}

h4 {
	/* background-color: #2ab4ff; */
	color: #2ab4ff;
	/* border-top: solid 3px #2ab4ff; */
}