@charset "utf-8";
/* 日本語 */
/*	=== Browser memo... ===
	others = Firefox, Opera, Safari
	ie6 only:
		* html body selector
	ie7 or later only:
		*:first-child + html body selector
	ie7 or later and others:
		html > body selector
	ie8 and others:
		html > / ** / body selector
	others only:
		html:not(:target) selector
*/

/* ========== 初期化 ========== */
a, abbr, acronym, address, applet, area, b, base, basefont,
bdo, big, blockquote, body, br, caption, center, cite, code,
col, colgroup, dd, del, dfn, dir, div, dl, dt, em, font, form,
h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, ins, kbd,
label, li, link, map, menu, meta, noscript, object, ol, p, param,
pre, q, s, samp, script, small, span, strike, strong, style,
sub, sup, table, tbody, td, tfoot, th, thead,
title, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	background: transparent none;
	border: 0 none;
	font-size: 100%;
}

/* ========== html, body ========== */
html {
}
body {
	color: #333;
	background: #fff url("./cssimg/body_bg.png") repeat-x fixed left top;
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.5;
}
html:not(:target) body {
	/* for modern browzers except ie 8 */
	font-size: 13px;
}
/* ========== General - Block elements ==========

	h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, hr,
	li, ul, ol, dl, dt, dd, (form, fieldset, legend,
	table, noframes, noscript, menu, dir, center)
	
	but table and form elements are defined other groups.
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 0.5em;
}
h1 {
	font-size: 230%;
}
h2 {
	font-size: 230%;
	color: #14753b;
	margin: 0;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
p {
	margin: 1em;
}
blockquote {
	margin: 1em 2em 1em 4em;
	padding: 1px 1em;
	background: #e3f0f9 none;
	color: inherit;
	border: 1px solid #c6e0f2;
}
blockquote p {
	margin: 1em 0;
}
pre {
	margin: 1em 1em 1em 3em;
	padding: 1em;
	font-family: monospace;
	background: #f1f8fc none;
	color: inherit;
	white-space: pre-wrap;
}
address {
}
hr {
	overflow: visible;
	height: 2px;
	width: 90%;
	margin: 0.5em auto;
	text-align: center;
	color: #90bfe2;
	background: #90bfe2 none;
}
ul, ol {
	margin: 1em 1em;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}
li {
	margin-left: 2.5em;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
dl {
	padding: 0 !important;
	margin: 1em 1em 1em 2em;
}
dt {
	font-weight: bold;
	border-bottom: 1px solid #c6e0f2;
}
dd {
	margin: 0 2em 0 3em;
}
dd p {
	margin-left: 0;
	margin-right: 0;
}
/* ========== General - Inline elements ==========

	a, abbr, acronym, cite, code, dfn, em, kbd, q, samp,
	strong, sub, sup, var, bdo, big, small, br, img, b, i, tt, img
*/
a {
	color: #14753b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[id^="footnote_body_"] {
	/* 注釈 */
	font-size: 75%;
	vertical-align: super;
}
a.atwiki_external_link img {
	margin: 0 0.2em 0 0 !important;
}
abbr, acronym {
	border-bottom: 1px solid;
	cursor: help;
}
cite {
}
code {
	display: block;
	font-family: monospace;
}
dfn {
}
kbd {
	font-family: monospace;
}
q {
}
samp {
}
sup {
	vertical-align: super;
	font-size: 75%;
}
sub {
	vertical-align: sub;
	font-size: 75%;
}
var {
}
em {
	font-weight: bold;
	font-style: normal;
}
html > /**/ body em {
	font-style: inherit;
}
em.search-hit {
	background: yellow none;
	color: inherit;
}
strong {
	font-weight: bold;
	color: red;
	background: transparent none;
}
br {
	letter-spacing: 0;
}
img {
	vertical-align: bottom;
}
/* ========== General - Special elements ==========

	del, ins, iframe, object, script, noscript
*/
del {
	color: #999;
	background: transparent none;
	text-decoration: line-through;
}
ins {
	text-decoration: none;
	color: inherit;
	background: #eaf4fb none;
}
iframe, object {
	vertical-align: bottom;
}
/* ========== General - Table elements ==========

	table, thead, tbody, tfoot, tr, th, td
*/
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	font-size: 100%;
	width: 90%;
	margin: 1em auto;
	border-spacing: 0 !important;
	empty-cells: show;
	caption-side: bottom;
}
table, th, td {
	border: 1px solid #c6e0f2;
}
td, th {
	padding: 1px;
}
th {
	font-weight: bold;
	text-align: center;
	background: #e3f0f9 none;
	color: inherit;
}
thead td, thead th,
tfoot td, tfoot th {
	background: #e3f0f9 none;
	color: inherit;
}
/* ========== General - Form elements ==========

	form, input, button, textarea, select, option, optgroup, fieldset, legend
*/
form {
	margin: 0;
}
input, button, select, option, fieldset, legend, optgroup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea {
	font-family: "MS Gothic", monospace;
	line-height: normal;
	max-width: 100%;
	max-height: 100%;
	padding: 1px;
}
input, button, select, option, fieldset, legend, optgroup, textarea {
	font-size: 100%;
}
/* ========== Page layouts ========== */

div#skin-wrap {
	width: 80%;
	min-width: 950px;
	max-width: 1200px;
	margin: 0 auto;
}
div#skin-wrap div#skin-header {
	position: relative;
	overflow: visible;
	z-index: 110;
	height: 0;
}
* html div#skin-wrap div#skin-header {
	margin-bottom: -58px;
}
div#skin-wrap div#skin-header * {
	margin: 0;
	padding: 0;
}
div#skin-wrap div#skin-header h1 {
	width: 160px;
	height: 160px;
	z-index: 110;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 20px;
}
div#skin-wrap div#skin-header div#skin-topicpath {
	position: relative;
	top: 65px;
	line-height: 35px;
	font-size: 18px;
	height: 35px;
	display: block;
	background: #227ec6 none;
	color: white;
	padding-left: 200px;
	border: 1px solid #207ac2;
}
div#skin-wrap div#skin-header div#skin-topicpath a {
	background: transparent none;
	color: white;
}
div#skin-wrap div#skin-header div#skin-navibar {
	display: block;
	position: relative;
	top: 5px;
	line-height: 20px;
	font-size: 12px;
	height: 20px;
	background: transparent none;
	color: white;
}
div#skin-wrap div#skin-header div#skin-navibar ul {
	margin: 0 1em 0 0;
	padding: 0;
	display: block;
	line-height: 20px;
	font-size: 12px;
	height: 20px;
	list-style: none outside;
	text-align: right;
	background: transparent none;
	color: white;
}
div#skin-wrap div#skin-header div#skin-navibar ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0.7em;
}
div#skin-wrap div#skin-header div#skin-navibar a {
	background: transparent none;
	color: white;
}
div#skin-wrap div#skin-body {
	position: relative;
	z-index: 100;
	margin-top: 65px;
	padding-top: 55px;
	background: #87b9e0 url("./cssimg/wrapper_bg.png") repeat-x scroll left top;
	border: 1px solid #207ac2;
	display: inline-block;
}
html > /**/ body div#skin-wrap div#skin-body {
	display: block;
}
div#skin-wrap div#skin-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#skin-wrap div#skin-body div#skin-main {
	width: 100%;
	float: right;
	margin-left: -200px;
	overflow: hidden;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin {
	margin-left: 200px;
	border: 2px solid #c7dff1;
	background: white none;
	color: inherit;
	margin-right: 5px;
	padding: 5px 10px;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin img {
	vertical-align: middle;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin a[href^="http:"]:after,
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin a[href^="https:"]:after {
	content: url("./cssimg/external.png");
	vertical-align: middle;
	margin: 0 2px;
}

div#skin-wrap div#skin-body div#skin-main div#skin-main-margin a[href^="http://sims3.ngnl.org"]:after {
	content: "";
	margin: 0;
}

div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-alias {
	color: #999;
	background: transparent none;
	display: inline-block;
	position: absolute;
	right: 13px;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-content {
	display: inline-block;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
html > /**/ body div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-content {
	display: block;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-note {
	margin: 0.5em auto 0;
	padding-top: 0.5em;
	width: 90%;
	border-top: 2px solid #90bfe2;
}
div#skin-wrap div#skin-body div#skin-main div#skin-main-margin div#skin-attach {
	margin: 0.5em auto 0;
	padding-top: 0.5em;
	width: 90%;
	border-top: 2px solid #90bfe2;
}

div#skin-wrap div#skin-body div#skin-menu {
	width: 200px;
	float: right;
}

div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin {
	border-right: 2px solid #c7dff1;
	margin: 50px 0 0;
	padding: 0;
	overflow: hidden;
}
div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: white none;
	color: inherit;
}
div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul li {
	margin: 0;
	padding: 0;
}
div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul li span.menu-title {
	display: block;
	padding: 0.2em 0.5em !important;
	background: #227ec6 none;
	color: #fff;
	font-weight: bold;
}
div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul li ul li {
	padding: 0.1em 0.5em 0.1em 2em !important;
	border-bottom: 3px double #c7dff1;
}
div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul li ul li a {
	display: inline-block;
	width: 100%;
	margin: -0.1em -0.5em -0.1em -2em;
	padding: 0.1em 0.5em 0.1em 2em;
	color: #003570;
}
html > /**/ body div#skin-wrap div#skin-body div#skin-menu div#skin-menu-margin ul li ul li a {
	display: block;
}


div#skin-wrap div#skin-footer {
	margin: 0;
}
div#skin-wrap div#skin-footer p,
div#skin-wrap div#skin-footer ul {
	margin: 0;
	padding: 0;
}

div#skin-wrap div#skin-footer div#skin-toolbar {
	width: 30%;
	float: right;
	text-align: right;
}
div#skin-wrap div#skin-footer div#skin-toolbar ul {
	display: inline;
	list-style: none outside;
	margin: 0;
	padding: 0;
}
div#skin-wrap div#skin-footer div#skin-toolbar ul li {
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
}
html > /**/ body div#skin-wrap div#skin-footer div#skin-toolbar ul li {
	display: inline-block;
	line-height: 20px;
	height: 20px;
}

div#skin-wrap div#skin-footer div#skin-copyright {
	clear: right;
	text-align: left
	font-size: 75% !important;
}
/* toolbars */

a.toolbar-item span {
	display: inline-block;
	background-color: transparent;
	background-image: url("./cssimg/toolbar.png");
	background-repeat: no-repeat;
	line-height: 0;
	overflow: hidden;
	margin: 0; padding: 0;
	vertical-align: middle;
}
a.toolbar-item.reload span	{ background-position: 0 -320px; }
a.toolbar-item.new span	{ background-position: 0 -240px; }
a.toolbar-item.edit span	{ background-position: 0 -100px; }
a.toolbar-item.freeze span	{ background-position: 0 -140px; }
a.toolbar-item.unfreeze span	{ background-position: 0 -460px; }
a.toolbar-item.diff span	{ background-position: 0 -80px; }
a.toolbar-item.file span	{ background-position: 0 -120px; }
a.toolbar-item.copy span	{ background-position: 0 -60px; }
a.toolbar-item.rename span	{ background-position: 0 -340px; }
a.toolbar-item.top span	{ background-position: 0 -440px; }
a.toolbar-item.list span,
a.toolbar-item.filelist span	{ background-position: 0 -220px; }
a.toolbar-item.search span	{ background-position: 0 -400px; }
a.toolbar-item.recentchanges span	{ background-position: 0 -300px; }
a.toolbar-item.backup span	{ background-position: 0 -40px; }
a.toolbar-item.help span	{ background-position: 0 -160px; }
a.toolbar-item.rss span,
a.toolbar-item.rss10 span	{ background-position: 0 -383px; }
a.toolbar-item.rss20 span	{ background-position: 0 -363px; }
a.toolbar-item.rdf span	{ background-position: 0 -283px; }

/* plugins */
div.plugin-collapse {
	border: 2px solid #c6e0f2;
	margin: 1.5em 1em;
}
div.plugin-collapse div.handle {
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	background: #f1f8fc none;
}
div.plugin-collapse div.handle a {
	display: block;
	margin: 0 -1em;
	padding: 0 1em;
	height: 2em;
	line-height: 2em;
}
div.plugin-collapse div.handle span.title {
	font-weight: bold;
	float: left;
}
div.plugin-collapse div.handle a span.switch {
	float: right;
	display: inline-block;
}

div.plugin-msgbox {
	margin: 1.5em 3em;
	padding: 1em;
}
div.plugin-msgbox.notice {
	border: 2px solid #c6e0f2;
	background: #111 none;
}

div.plugin-msgbox.caution {
	border: 2px solid #555;
	/* border: 2px solid #a78a03; */
	background: #333 none;
	color: white;
}
div.plugin-msgbox.warning {
	border: 2px solid red;
	background: #200 none;
	color: white;
}
div.plugin-msgbox p {
	margin: 0;
	padding: 0;
}
div.plugin-msgbox p span.title {
	font-weight: bold;
}
div.plugin-quote {
	margin: 1.5em 2em;
}
div.plugin-quote div {
	display: inline-block;
}
html div.plugin-quote div {
	display: inline;
}
html > /**/ body div.plugin-quote > div {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
div.plugin-quote div * {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent none;
	width: auto;
}
div.plugin-quote blockquote p.en {
	font-style: italic;
}
div.plugin-quote blockquote p.ja {
	font-style: normal;
}
div.plugin-quote p.info {
	text-align: right;
}
div.plugin-quote p.info cite {
	font-style: inherit;
}
div.plugin-mcol {
	display: inline-block;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
	margin: 1em 0;
}
html div.plugin-mcol {
	display: inline;
}
html > /**/ body div.plugin-mcol {
	display: table;
}
div.plugin-mcol div.col {
	display: inline-block;
	vertical-align: top;
}
html div.plugin-mcol div.col {
	display: inline;
}
html > /**/ body div.plugin-mcol div.col {
	display: table-cell;
}

div.figure {
	display: inline-block;
	padding: 0.6em;
	border: 1px solid #c6e0f2;
	background: #f1f8fc none;
	color: inherit;

}
div.figure.pos-right {
	margin-left: 1em;
	float: right;
	clear: right;
}
div.figure.pos-left {
	margin-right: 1em;
	float: left;
	clear: left;
}

span.figure.legend {
	speak: none;
	line-height: 1.2;
	display: block;
	width: auto;
	margin: 0.2em 0 -0.3em;
}

div.box-clear {
	clear: both;
	width: 0;
	height: 0;
}
div.left {
	display: inline-block;
	float: left;
}
div.right {
	display: inline-block;
	float: right;
}
div.clear {
	clear: both;
	width: 0;
	height: 0;
}
span.tate {
	writing-mode: tb-rl;
	line-height: 1;
	width: auto;
	height: auto;
	font-family: "MS Gothic", monospace;
}
html:not(:target) span.tate {
	width: 1em;
	height: auto;
	font-family: "MS Gothic", monospace;
	white-space: break-all;
	word-wrap: break-word;
	display: inline-block;
}

ul.navi {
	list-style: none outside;
}
ul.navi:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
ul.navi li.navi_left {
	width: 33%;
	text-align: left;
	float: left;
}
ul.navi li.navi_right {
	width: 33%;
	text-align: right;
	float: right;
}
ul.navi li.navi_none {
	width: 33%;
	text-align: center;
	margin: 0 auto;
}

a.note_super {
	font-size: 80%;
	vertical-align: super;
}

a.anchor_super {
	font-size: 60%;
	vertical-align: super;
}
div.jumpmenu {
	float: right;
	width: 2em;
}

span.noexists a {
	vertical-align: super;
}

span.diff_added {
	color: blue;
	text-decoration: underline;
}
span.diff_removed {
	color: red;
	text-decoration: line-through;
}

