/*
image replacement
*/
#home_btn_home { left:381px; bottom:0; width:69px; height:40px; background-image:url(images/home_btn_home.png); }
#home_btn_idealist { left:450px; bottom:0; width:151px; height:40px; background-image:url(images/home_btn_idealist.png); }
#home_btn_commentlist { left:601px; bottom:0; width:151px; height:40px; background-image:url(images/home_btn_commentlist.png); }
#home_btn_supporters { left:601px; bottom:0; width:151px; height:40px; background-image:url(images/home_btn_supporters.png); }
#home_btn_about { left:560px; top:0; width:200px; height:74px; background-image:url(images/home_btn_about.png); }


#header div.center {
	width:800px; height:300px;
	background:url(images/home_bg.png) no-repeat bottom;
	border-bottom:none;
}

body {
	min-width:820px;
}

#footer div.center {
	width:800px;
	min-height:400px;
}
#footer div.center div.left {
	margin:20px 430px 20px 70px; padding:0;
}
#footer form {
	display:block;
	margin:0 0 15px; padding:0;
	border-bottom:1px dotted #FFF;
}
#footer form p {
	margin:0; padding:10px 20px;
	font-size:12px;
}
#footer form input#keyword {
	width:170px; height:42px; line-height:42px;
	margin:0; padding:10px 9px 10px 18px;
	border:none; outline:0 none; font-size:24px;
	background:url(images/home_search_box.png) no-repeat;
}
#footer form input#search_btn {
	width:92px; height:62px;
	margin:0; padding:0;
	border:none; outline:0 none;
	text-indent:-999px;
	background:url(images/home_search_btn.png) no-repeat;
	cursor:pointer;
}
#footer div.left p {
	font-size:12px;
	margin:0; padding:5px 10px 10px;
}
#footer div.left p a {
	font-size:12px; color:#FFF; text-decoration:underline;
}
#footer div.right {
	float:right; display:inline;
	margin:0; padding:0;
	width:340px;
}
#footer ul {
	margin:0; padding:0;
}
#footer ul li {
	list-style-type:none; list-style-image:none; list-style-position:outside;
	font-size:14px; vertical-align:middle;
	margin:10px 0; padding:0 0 0 25px; font-weight:bold;
	border:none; line-height:1em;
	background:url(images/home_ul_li.gif) no-repeat left;
}
#footer ul li a {
	font-size:14px;
	color:#FFF;
}
#footer hr {
	margin:10px 0;
	clear:both;
	border:none; background:none;
	border-top:1px solid #CCC;
}
#footer p.logo {
	float:right; display:inline;
	margin:0; padding:0 5px;
	color:#FFF; text-align:right;
	font-size:12px;
}
#footer p.copyright {
	float:none;
	font-size:12px;
	width:400px;
	margin:0; padding:0 5px;
	text-align:left;
}
#footer div.notice {
	border:1px solid #F99;
	background:#966;
	margin:0 30px 0 0; padding:3px 7px;
}