@import "pukiwiki.css.php?charset=SHIFT_JIS";

body{
	background-color: #F0F0F0;
}

td{
	background-color: #F0F0F0;
}

a:link{
	color: #339;
}

a:visited{
	color: #336;
}

a:hover{
	text-decoration: underline;
}

a:active{

}

div#header{
	background-color: #ABD;
	padding: 1em 2em;
	border-left: 10px #339 solid;
	border-right: 10px #339 solid;
}

img#logo{
	display: none;
}

h1,h2,h3,h4,h5{
	background-color: #ABD;
}

h1.title{
	color: #333;
	margin-top: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 6px;
	border-bottom: 1px #339 solid;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}

h1.title:first-letter{
	color: #339;
}

h1.title a:first-letter{
	color: #339;
}

h1.title a{
	color: #333;
	text-decoration: none;
}

h1.title a:hover{
	color: #333;
	background-color: transparent;
}

h1 + span{
	padding-left: 1em;
}

div#navigator{
	font-size: 80%;
	width: auto;
	border-left: 10px #339 solid;
	border-right: 10px #339 solid;
	border-bottom: 1px #ABD solid;
	padding: 0.5em 1em;
}

hr.full_hr{
	border: 1px #ABD solid;
}

div + hr.full_hr{
	display: none;
}

h2{
	font-size: 120%;
	padding-left: 1em;
	border-left: 6px #89C solid;
}

h3{
	font-size: 100%;
	background-color: transparent;
	border-bottom: 1px #ABD solid;
	border-left: 4px #ABD solid;
	padding-left: 1em;
}

h4,h5{
	font-size: 100%;
	background-color: transparent;
	border-left: 6px #ABD double;
	border-bottom: 1px #ABD solid;
	border-top: 1px #ABD solid;
	border-right: 6px #ABD double;
	padding: 0.2em 1em 0.2em 1em;
}

h5{
	font-size: 90%;
}

p{
	margin-left: 1em;
	margin-right: 1em;
}

td.menubar{
	line-height: 130%;
	width: 11em;
}

div#menubar{
	width: 11em;
	overflow: visible;
}

div#menubar ul li{
	line-height: 130%;
}

div.counter{
	font-size: 80%;
}