/*
Copyright (C) 2003 Momose, Hiroshi(momose@i-apps.net)
This software is distributed under GPL(Generic Public Lisence).
*/

/* PassWiki Base */
* {
	margin				: 0px;
	padding				: 0px;
}

body {
	margin				: 0px;
	font-family			: osaka, 'MS PGothic', sans-serif;
}

div.header {
	padding				: 2px 4px 2px 4px;
	text-align			: right;
	background-color	: #888;
}

div.adminmenu form {
	margin				: 1px;
}

div.header a:link {
	color				: #fff;
	background-color	: transparent;
	text-decoration		: none;
}

div.header a:visited {
	color				: #fff;
	background-color	: transparent;
	text-decoration		: none;
}

div.sidebar {
	margin				: 0px;
	padding				: 4px;

	text-align			: left;
	vertical-align		: top;
}

div.main {
}

