@charset "utf-8";
/* CSS Document */

body {
	background: url(img/bak.jpg) repeat-x #280a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444444;
	line-height: 1.5;
}

a {
	color: #ab0000;
}

a:hover {
	text-decoration: none;
	color: orange;
}

#topper {
	margin: 21px 70px 0 0; 
	height: 25px; 
	background: url(img/naver.png) no-repeat right;
	padding: 0 20px 0 0;
}

#topper a {
	color: #a9a6a4;
	text-decoration: none;
}

#topper a:hover {
	color: #a9a6a4;
	text-decoration: underline;
	color: orange;
}

h1 {
	color: #740202;
	font-size: 18px;
}
h2 {
	color: #740202;
	font-size: 17px;
}

.head1 {
	color: #740202;
	font-size: 18px;
}
.head2 {
	color: #740202;
	font-size: 17px;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

.main {
	margin: auto; 
	width: 90%; 
	height: 250px; 
	background: url(img/log_bak.jpg) repeat-x;
	border: 0;
}