@charset "utf-8";

/*
SETTING FOR TOP PAGE
====================================================================*/
body {
	background:#a9dcf1 url('../img/top/bg.gif') left top repeat-x;
}

h1,h2,h3 {
	display:none;
}

#kv {
	margin:34px 0 0 261px;
}

#menu{
	margin-top:8px;
}

#menu table.menu_tbl_top ,
#menu table.menu_tbl_bottom {
	width:900px;
}

#menu table.menu_tbl_bottom td {
	width:50%;
}

#menu table.menu_tbl_bottom td.board {
	padding-left:85px;
}

#menu table.menu_tbl_bottom td.link {
	padding-left:44px;
}

#kokki {
}


/*
FOOTER SETTING
====================================================================*/
#footer{
	height:38px;
	background:url('../img/top/footer_bg.gif') left top repeat-x;
	margin-top:24px;
	text-align:center;
}

#footer #footer_inner {
	width:900px;
	margin:0px auto;
	text-align:left;
}

#footer ul {
	height:38px;
	width:493px;
	margin-left:214px;
}

#footer ul li.manage {
	padding-top:9px;
	float:left;
}

#footer ul li.private {
	padding-top:9px;
	float:right;
}


