@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
/*素テキストにするための処理*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
e, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li
, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-s
ize:100%; font-family:inherit; vertical-align:baseline; } body{ line-height:1.5;
 background:#fff; margin:1.5em 0; } table{ border-collapse:separate; border-spac
ing:0; } caption, th, td{ text-align:left; font-weight:400; } blockquote:before,
 blockquote:after, q:before, q:after{ content:""; } blockquote, q{ quotes:"" "";
 }
html { overflow-y:scroll; }
a{ border:none; }
/*ここまでCSSのリセット*/


body {
 width:938px;
 background-color:#CCC;
 margin:5px auto;padding:0;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size:90%;
 background-image:url(http://d.go5.jp/m//bg.png);
 background-repeat:repeat;
}
p, dl { padding:0 0 0 0;
    margin:0 0 0 1em;}
p.notice {margin-left:0;}
p.pagenavi{margin-top:0;margin-bottom:0;}
ul.pagenavi {margin:0 1em;}
ul.pagenavi_list li{
	display:inline;
	margin:0 5px;
}

form.pagelist {margin-left:10px;}
ul li { list-style-type:disc;
 list-style-position:inside;
 margin:0px 1em 0px 1.5em;padding:0;}
ol li {
 list-style-position:inside;
 margin:2px 1em 2px 1.5em;padding:0;}
h1, h2 ,h3 ,h4{
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#FFFFFF;
	border:0;
	margin:0;
	border-color:#44AA11 ;
	border-style:solid;
	border-width:0 0 1px 15px;
}
h2{
	font-size:large;
}
h3{
	font-size:medium;
	background-color:#FFF;
	border-width:0 0 1px 5px;
	padding-left:15px;
	margin-bottom:2px;
}
h4{
	font-size:small;
	padding-left:5px;
	background-color:#FFF;
	border-left:none;
}
h5, h6 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DDEEFF;
 	padding:.3em;
 	border:0px;
 	margin:0px 0px .5em 0px;
}

h1 {
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px 0px 0px 0px;
}

dt {
	font-weight:bold;
}
dd {
	margin-left:.5em;
}
#wikibody p {
  margin:.5em 1em 0 1em;
}
#wikibody table {
	margin:.5em 1em;
	border:solid 1px #44AA11;
	border-top:solid 2px #44AA11;
	border-right:solid 2px #44AA11;
}
#wikibody th{
	border-left:solid 1px #44AA11;
	border-bottom:solid 1px #44AA11;
	padding:2px 10px;
}
#wikibody td{
	border-left:solid 1px #44AA11;
	border-bottom:solid 1px #44AA11;
	padding:2px 10px;
}

pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em 0 0 .5em;
	margin:.5em 1em .5em 1em;
	white-space:pre;
	color:black;
	white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

img {
	border:none;
	vertical-align:middle;
}

div#header{
 height:130px;
 background-color:#CCFFCC;
}
#header p{
 margin:0;padding:0;
}
div#wikibody {
 width:728px;
 background-color:#FFF;
 float:right;
}
div#menu { 
	width:200px;
	margin:0;padding:0px;
	word-brake:break-all;
	height:auto;
	overflow:hidden;
}
#menu iframe{
	min-height:px; 
	height:2200px;
	width:200px;
	overflow:hidden;
}
#footer {clear:both;}

h1, h2 {
font-weight:bold;
}

h1 {
	background-color:#44AA11;
	background-image:url(http://d.go5.jp/m/bg_header.png);
	background-repeat:repeat;
	padding:2px 0 0 95px;
	margin:0;
	font-size:xx-large;
	color:#FFF;
	font-family:verdana, arial, helvetica, Sans-Serif;
	border:0px;
	white-space:nowrap;
}
h1 a:link{	color:white;}
h1 a:visited{	color:white;}

h2 {
	font-size:x-large;
}
a {
	background-color:inherit;
	text-decoration:none;
}
img#logo{
  margin:10px 10px;
	float:left;
}
#header p.topicpath{
 margin-left:10px;
}
.diff_added{color:#00F;}
.diff_removed{color:#F00;}
span.comment_date { font-size:x-small; }
span.new1 {
  color:red;
  background-color:transparent;
  font-size:x-small;
}
span.new5 {
  color:green;
  background-color:transparent;
  font-size:xx-small;
}
div#oldnotice {
	background-color:red;
}

