a { text-decoration: none; color: #000; }
html, form { margin: 0; padding: 0; }
body, select, option, p, div, td, span, input { 
	margin: 0;
	padding: 0;
	font: 12px verdana, Gulim, AppleGothic, sans-serif; 
	color: #555;
}
img { border-width:0px; }
body {
	text-align: center;
	background: url(image/main_top_back.gif) repeat-x top;
}

/* top */
#top {
	margin: auto;
	width: 960px;
	height: 117px;
}
#top #logo {
	float: left;
	width: 250px;
	background: url(image/logo.gif) no-repeat center;
	height: 117px;
}
#top #topImage {
	float: left;
	width: 710px;
	background: url(image/top_image.gif) no-repeat right;
	height: 117px;
}
#menu {
	border-top: #000 1px solid;
	background: url(image/menu_back.gif) repeat-x;
	height: 50px;
	clear: left;
}

/* body */
#mainBody {
	margin: auto;
	width: 960px;
	padding-top: 10px;
	text-align: left;
}
#mainBody #left {
	float: left;
	width: 160px;
}
#mainBody #left #searchForm {
	text-align:center;
	padding-top:10px;
}
#mainBody #left #link div {
	padding-top: 10px;
	text-align: center;
}
#mainBody #left .input { 	
	border-top: #bbb 1px solid;
	border-left: #bbb 1px solid;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
	background-color: #fff;
}
#mainBody #left #totalSearch .input { width: 90px; }
#mainBody #left .input:hover { background-color:#f0f0f0; }
#mainBody #left .input:focus { background-color:#f7f7f7; }
#mainBody #left .title,
#mainBody #middle .rssTitle,
#mainBody #sinkTitle,
#mainBody #left #latest {
	background: url(image/sink_title_background.gif) repeat-x bottom;
	text-align: center;
	border-bottom: #ddd 3px double; 
	padding: 5px; 
	font-weight: bold; 
	color: #6624a3; 
}
#mainBody #middle {
	float: left;
	width: 640px;
}
#mainBody #boardBOX {
	padding-left: 5px;
	float: left;
	width: 790px;
}
#mainBody #boardBOX td.list {
	border-bottom: #eee 1px solid;
}
#mainBody #middle #grBanner {
	padding-left: 5px;
}
#mainBody #middle .left {
	float: left;
	width: 315px;
	padding-left: 5px;
	height: 200px;
}
#mainBody #middle .right {
	float: left;
	width: 315px;
	padding-left: 5px;
	height: 200px;
}	
#mainBody #right {
	float: left;
	width: 155px;
	padding-left: 5px;
}
#mainBody #right #help,
#mainBody #right #sinkTitle {
	background: url(image/sink_title_background.gif) repeat-x bottom;
	text-align: center;
	border-bottom: #ddd 3px double; 
	padding: 5px; 
	font-weight: bold;
	color: #CC5337; 
}
#mainBody #left .list,
#mainBody #right .list {
	border-bottom: #eee 1px solid; 
	padding: 5px;
	color: #888;
	line-height: 150%;
}
#mainBody #left #rssAdmin #addRSSFeed div { text-align: center; padding-top: 5px; }
#mainBody #left .list a { color: #888; }
#mainBody #left .list a:hover { color: #6624A3; }
#mainBody #left .list:hover { background-color: #f7f7f7; color: #6624A3; }
#mainBody #right .list:hover { background-color:#f7f7f7; }
#mainBody #right .list a:link,
#mainBody #right .list a:active,
#mainBody #right .list a:visited { color:#888; }
#mainBody #right .list a:hover { color:#CC5337; }

/* bottom */
#bottom { clear: both; text-align: center; }
#bottom .sizeFix { width: 960px; margin: auto; }
#bottom .sizeFix #bottomTitle {
	padding: 10px; 
	text-align: center; 
	background-color: #ddd; 
	color:#fff; 
}
#bottom .sizeFix ul {
	margin: 0px;
	padding: 0px 0px 0px 160px;
	text-align: left;
	background-color: #f4f4f4;
	height: 90px;
	color: #666;
	line-height: 180%;
}
#bottom .sizeFix ul li { list-style:none; }

/* etc */
.clr { clear: both; }