/* jquery.layout °ü·Ã */
.ui-layout-pane { /* all 'panes' */ 
	overflow: auto;
}
.ui-layout-resizer { /* all 'resizer-bars' */ 
	background: url(http://onionmen.iruis.net/images/aing/main_bottom_bg.png) 0px 0px;
}
.ui-layout-resizer:hover {
	background: url(http://onionmen.iruis.net/images/aing/main_bottom_bg.png) 0px 0px;
}
.ui-layout-resizer-south-open {
	background: url(http://onionmen.iruis.net/images/aing/main_bottom_02_bg.jpg) 0px 0px;
}
.ui-layout-resizer-south-open:hover {
	background: url(http://onionmen.iruis.net/images/aing/main_bottom_02_bg.jpg) 0px 0px;
}
.ui-layout-toggler-open {
	background: url(http://onionmen.iruis.net/images/aing/main_bottom_02.jpg);
	background-position: no-repeat 50%;
	height:20px;
}
.ui-layout-toggler-closed { /* all 'toggler-buttons' */ 
	background: url(http://onionmen.iruis.net/images/aing/main_bottom.jpg);
	background-position: no-repeat 50%;
}
.ui-layout-center {
	margin:0px;
	padding:0px;
}
.ui-layout-south {
	background: #F2F2F2;
}