@charset "UTF-8";

/* 全体概要 */

body {
	background: #D3D1D2 ;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 6px;
}

#wikilogo,#wikihead,
#wikicmds,#wikititle,
#wikifoot .lastmod,
.nodisp {
	display: none;
}

.vspace {
	margin-top: 0;
}

#wikimid {
	width: 960px;
	margin: 0 auto 30px;
}

#header_img {
	width: 960px;
	margin: 0 auto;
}

/* 左サイド部 */

#wikileft { 
	border-right: none; 
	width: 240px;
	padding: 278px 0 0 0;
	position: relative;
	z-index: 3;
}

#wikileft sidehead,
#wikileft .vspace { 
	margin-top: 0;
}

#wikileft a {
	text-decoration: none;
	color: #000;
}

#wikileft a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #919191;	/* forIE8 */
	background-color: rgba(0,0,0,0.4);
}

* html #wikileft a:hover {
	background-color: #919191;
}

*:first-child+html #wikileft a:hover {
	background-color: #919191;
}

.sidehead {
	margin:0px;
	padding:0px;
	font-size:11pt;
	font-weight:bold;
	font-style:bold; 
}

.sidehead a,.nolink {
	color:#505050;
	font-style: normal;
	font-weight: normal;
	display: block;
	border-top: 1px dotted #4A4849;
	padding: 10px 20px 10px 20px;
	width: 200px;
}
.nolink {
	border-bottom: none;
}

.sidehead a:hover {
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 190px;
}

.sidehead .panel a {
	background-position: 220px center;
	background-repeat: no-repeat;
}

#wikileft ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#wikileft li {
	margin: 0px;
	padding: 0px;
}

#wikileft li a {
	display: block;
	padding: 5px 5px 5px 40px;
	width: 195px;
}

#wikileft li a:hover {
	/*background-color: #919191;
	background-color: rgba(0,0,0,0.4);*/
	background-position: 40px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	width: 185px;
}

/* メインコンテンツ部 */

#wikibody { 
	/*padding: 60px 40px 0 50px;*/
	padding: 20px 40px 0 50px;
	width: 630px;	/* 720-90 */
	position: relative;
	z-index: 4;
}

#wikitext {
	margin: 0 0 40px 0;
	line-height: 1.33em;
}

#wikitext h2 {
	margin: 40px 0 15px 0;
	color: #C55A0C;
	font-size: 1.6em;
	font-weight: bold;
}

#wikitext p {
	line-height: 1.5;
	margin-bottom: 10px;
}

#wikibody table { 
	width: auto;
	*width: 600px;	/* IE7 and below */
	_width: 600px;	/* IE6 */
}

/*
#wikibody table td { 
	word-wrap: break-word;
	word-break: break-all;
}
*/

/* フッター */

#wikifoot { 
	min-height: 164px;
	width: 960px;
	margin: -70px auto 0;
	border-top:none;
	padding: 0;
	font-size: 80%;
	position: relative;
	z-index: 2;
}

* html #wikifoot { 
	height: 164px;
}

.footnav {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#wikifoot a {
	text-decoration: none;
	color: #4A4849;
}

#wikifoot a:hover {
	text-decoration: underline;
}