@charset "utf-8";
body {
	/* background-color:#ffffff; */
    background: url(images/bg_all_white.gif);		
}
#header {
    background: url(images/bg_header_white.gif) no-repeat;	
}

#footer {
    background: url(images/bg_body_white.gif) repeat-y;
}

#address {
    background: url(images/bg_footer_white.gif) no-repeat;
}

#topmenu {
    background: url(images/bg_body_white.gif) repeat-y;
}

#maincontents{
    background: url(images/bg_body_white.gif) repeat-y;
}

.sidemenubar {
	height:50px;
	text-indent:-1000px;
	background: url(images/sidemenu_white.gif) no-repeat;
	
}

#sidebar ul{
	border-top:4px #ccc dotted; 
	list-style-type:none;
	line-height:1.3em;
}

#sidebar .sidemain .sideul li{
	padding:8px 10px 4px 10px;
	margin:0;
	border-bottom:1px #ccc dotted; 
}


