@charset "utf-8";
/* ----- global setting ----- */
* {
	margin: 0 auto;
	padding: 0 auto;
	margin-bottom:0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color:#CCCCCC;
	margin:0px;
}
#wrapper {
	width: 770px;
	background: #FFFFFF;
	text-align: left;
	margin-bottom:0px;
}
/* ----- base layout ----- */
#header {
	clear: both;
	width: 770px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#main {
	clear: both;
	width: 770px;
	margin-bottom: 0px;
	overflow: hidden;
	
	}
#main #leftside {
	float: left;
	width: 222px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	
}
#main #leftside #navbar {
	width: 222px;
	background: url(../_images/leftside_bg.png) repeat-y top left;
	margin-top: 1px;
}
#main #leftside #navbar p.first {
	background: url(../_images/leftside_bg_top.gif) no-repeat top left;
	line-height: 12px;
	
}
#main #leftside #navbar p {
	padding-left: 50px;
	line-height: 27px;
	background:url(../_images/left_nav_bg.gif) no-repeat;
}
#main #leftside #navbar p.last {
	background: url(../_images/leftside_bottom_bg.gif) no-repeat bottom left;
	line-height: 28px;
}

#main #leftside #submenu {
	width: 222px;
	background: url(../_images/leftside_bg.png) repeat-y top left;
	margin-top: 1px;
}
#main #leftside #submenu p.first {
	background: url(../_images/submenu_bg_top.gif) no-repeat top left;
	line-height: 10px;
	
}
#main #leftside #submenu p {
	padding-left: 50px;
	line-height: 22px;
	background:url(../_images/submenu_bg.gif) no-repeat;
}
#main #leftside #submenu p.last {
	background: url(../_images/submenu_bg_bottom.gif) no-repeat bottom left;
	line-height: 15px;
}
	
	
#main #content {
	float: left;
	width: 540px;
	margin-left: 5px;
	margin-top:5px;
}
#main #content #longbar {
	background:url(../_images/long_bg.png) repeat-y;
	width: 540px;
	margin-bottom: 7px;
	margin-top: 5px;
}
#main #content #longbar p.first {
	background: url(../_images/long_bg_top.png) no-repeat top left;
	line-height: 1px;
	
}
#main #content #longbar p.ct {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
}
#main #content #longbar p.last {
	background: url(../_images/long_bg_bottom.png) no-repeat bottom left;
	line-height: 1px;
}
	
#footer {
	clear: both;
	width: 770px;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}

	