*{
	margin:0;
	padding:0;
	}
body {
	background:url('img/bg.jpg');
	font-family: "맑은 고딕", "malgun gothic", malgun, 나눔고딕, NanumGothic, 돋움, Dotum, AppleGothic, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a span,
h1 span ,
h2 span ,
h3 span {
	visibility: hidden;
}
ul {
	padding: 0;
}
ul li {
	list-style-type: none;
}

/****************************
/*  header & container   **
*****************************/
#container {
	margin: 10px auto;
	width:878px;;
}

#container h1{
	background:#292322;
	-moz-border-radius: 1em 1em 0em 0em;
	border-radius: 1em 1em 0em 0em;
	margin:0px 0px 0px 85px;
	color:#97dede;
	font-size: 13px ;
	padding:20px 0px 10px 15px ;
	width:400px;

	}
#container h2 {
	float:left;
	background:url(./img/tit.jpg) top left no-repeat;
	height:306px;
	width:733px;
	margin:0px 0px 0px 85px;
	padding:0;
}

#share {
	float:right;
	width:60px;
	background:url('img/sc_tag.jpg') no-repeat;
	z-index:0;
	position:relative;
	top:15px;
	left:-33px;
}
#share li a {
	display: block;
	width: 50px;
	height: 45px;
}

#mailform {
	position:fixed;
	top:100px;
	left:500px;
	width: 500px;
	height: 600px;
	background: #fff;
	border: 3px solid #ccc;
	padding: 5px 10px;
	font-size: 80%;
	display: none
}
#mailform fieldset{
	border: none;
	padding: 5px 10px;
}
#mailform legend{
	font-size: 120%;
}
#mailform td{
	padding: 3px 0;
}
#mailform td p,
#mailform td span{
	color: #999;
}
#mailform th{
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
}
#mailform input{
	font-size: 110%;
}
#mailform input[name="title"] {
	width: 374px;
}
#mailform input[type="submit"]{
	width: 460px;
	height: 40px;

}
#mailform textarea {
	width: 450px;
	height: 400px;
	padding: 2px;
	font-size: 110%;
}
#mailform .close ,
#balloon .close {
	width: 35px;
	color: #999;
	float: right;
	cursor: pointer;
}



#description{
	clear:both;
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:140%;
	background:url('img/text_bg.jpg') no-repeat top left;
	width:818px;
	height:433px;
	}

#description h3{
	text-align:right;
	margin:0px 30px 20px 0;
	padding:60px 0 0 0;
	font-size:20px;
	}

#container p.why {
	margin:0px 30px 10px 230px;
	color:#000;
	font-size: 13px;
	font-weight:bold;
	font-family: "맑은 고딕", "malgun gothic", malgun, 나눔고딕, NanumGothic, 돋움, Dotum, AppleGothic, Arial, sans-serif;
	}

#container p.why strong {
	font-size:16px;
	}

#description a {
	background:#09f;
	color:#000;
	}
#description a:hover {
	border-bottom:#f03 1px dashed;
	background:#ff0;
	}
	
#container p.notice {
	clear:both;
	margin:60px 150px 0 0;
	color: #555;
	text-align:right;
	font-size:15px;

}
/****************
/*  balloon   **
****************/
#balloon {
	position: absolute;
	top: 850px;
	left: 30%;
	width: 500px;
	height: 500px;
	border: 3px solid #ccc;
	background: #fff;
	padding: 5px 10px;
	font-size: 90%;
	color: #555;
	display: none;
}
#balloon p{
	margin: 10px 0;
}
#balloon textarea {
	width: 480px;
}
#balloon > p {
	clear: both;
}
#balloon .balloon-message {
	margin: 30px 0;
	height: 80px;
}
#balloon .balloon-message img {
	float: left;
	width: 70px;
	position:relative;
	top: 30px;
}
#balloon .balloon-message p {
	float: left;
	width: 350px;
	padding-left: 30px;
}

/****************
/*  support   **
****************/

#support  {
	
	overflow: hidden;
	clear:both;
	margin:0;
	color:#1e1209;
	font-size:13px;	
	background:url('img/bg_square.png') no-repeat 0 44px;
	padding:0px 0px 40px 0;

}
#support h3 {
	background: url(./img/bg_iamfarmer.png)no-repeat;
	height: 44px;
	margin:0;
	padding:0;
}

#support .iam{
	line-height:140%;
	margin:40px 0 40px 150px;
}
#support ul {
	margin:0px 80px;
	

	}
#support li {
	clear: both;
	overflow: hidden;
	margin:0px 0px 20px 0px;;
}
#support div.photo {
	float: left;
	margin-right: 10px;
}
#support div.photo img{
	width:70px;
	height:70px;
}
#support div.ment {
	float: left;
	margin:0 0 0 10px;
}
#support div.ment p{
	margin: 10px 0;

}
#support div.ment p.amount{
	font-size:11px;
	margin:0;
	text-align: right;
}

#support div.status {
	border: none;
	background: #ccc;
	height: 17px;
	width: 500px;
}
#support div.button {
	float: left;

}
#support div.button img{
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

/****************
/*  status   **
****************/
#strawberry {
	background:#f03;
	display: block;
	font-size:10px;
	color:#fff;
	height:17px;
	width: 35px;
	padding-left: 130px; /* 동적으로 계산해서 퍼센테이지 출력 */
}


/****************
/*  message   **
****************/
#message {
	margin:20px ;
	}

#message h3 {
	background: url(./img/bg_message.jpg) top left no-repeat;
	height: 66px;
}
#message ul {
	margin:20px 150px  0 80px;
	font-size:13px;

}
#message .photo {
	float:left;
	margin: 0 10px 0 0 ;
	}
#message .ment {
	float:left;
	margin: 10px 0 0 0;
	}
#message img {
	width:30px;
	height:30px;
	}
#message li {
	margin: 10px 0 0 5px;
	height:40px;
	clear:both;
	border-bottom:#ddd 1px dashed;
}
/****************
/*  donate   **
****************/
#donate{
	800px;
	margin:0px 0px 0px 100px;
	}
#donate p.notice {
	margin:0 200px 0 0 ;
	padding:0;
	text-align:right;
	font:bold 13px 굴림;
	}
#donate h2{
	background:none;
	height:50px;
	margin:20px 0 ;
	padding:0;
	}
#donate form{
	margin:0;
	padding:0;
	font-size:12px;
	}
#donate td{
	padding: 5px 10px;
}
#donate td.label {
	text-align: right;
}
#donate input.submit {
	display: block;
	margin: 10px auto;
	height: 50px;
	width: 437px;
}
#donate form {
	clear: both;
}
#amount {
	text-align: right;
	width: 63px;

}

/****************
/*  footer   **
****************/
#footer {
	background:url('img/bg_footer.jpg') no-repeat 0px 45px;
	margin:80px 0 0 0 ;
	font-size:12px;
	padding:0;
}
#footer h3{
	margin:0px 0px 0px 300px;
	}
#footer h4{
	margin:20px 0px 10px 0px;
	border-bottom:#000 1px solid;
	width:300px;
	}
#foot_left{
	margin:0px 0px 0px 200px;
	float:left;
	width:350px;
}
#foot_right{
	float:left;
	width:550px;
	}
#footer p{
	clear:both;
	float:none;
	width:100%;
	height:100px;
	margin:120px 0 0 0 ;
	padding:20px 0 0 0 ;
	text-align:center;

	}
#footer p a{
	color:#ff0;
	}
#footer a{
	color:#000;
	}
#footer a:hover {
	background:#ff3;
	border-bottom:#000 1px dashed;
	}
#footer li{
	margin-bottom:5px;
	}
#footer_text{
	border-top:#000 3px solid;
	border-bottom:#000 1px solid;
	padding:5px 0;
	margin:40px 0;
	line-height:140%;
	text-align:justify;
}
#footer textarea {
	width: 300px;
	height: 60px;
	margin: 3px 0 0 0 ;

}
