/* ここに書いた CSS は全ての外装に反映されます */
/* [[Template:Pathnav]] */
.pathnavbox {
	clear: both;
	border: 1px outset #eef;
	padding: 0.3em 0.6em;
	margin: 0 0 0.5em 0;
	background-color: #eef;
	font-size: 90%;
}
.pathnavbox ul {
	list-style: none none;
	margin-top: 0;
	margin-bottom: 0;
}
.pathnavbox > ul {
	margin: 0;
}
.pathnavbox ul li {
	margin: 0;
}

table.wikitable,
table.prettytable {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
}
 
table.wikitable th,
table.wikitable td,
table.prettytable th,
table.prettytable td {
    border: 1px solid #aaa;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
}

.imgm_inline div {
display:inline;
}

#siteNotice,
.firstHeading,
#mw-anon-edit-warning,
.mw-newarticletext,
.previewnote,
#user_masthead,
.usermessage { display: block !important; }

#new_edit_page_preview_notice { background-color:transparent;color:000;width:99%;margin: -8px -8px 2px -8px;text-align:center;font-weight:bold;font-size:1.1em; }