@charset "Shift_JIS";

@import url("plugin.css");

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
* {
    font-family: "‚l‚r ‚o–¾’©", serif;
}
/* layout */
#headcopy,
header{
	margin-left:0px;
}
#body{
	width:500px;
	margin-left:4%;
}
#navigator,
#sidebar,
#navigator2,
.dropShadow{
	display:none;
}
#logo_text a,
#footer a,
#licence a{
	background-color:#fff;
	text-decoration: none;
	font-style:normal;
	color:#000;
}
/* headcopy */
#headcopy h1{
	font-size:8pt;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
/* header */
#header{
	margin:0;
}
#logo_text{
	margin-top:15px;
	font-size:10pt;
	font-weight:bold;
}
/* #main < #wrapper */
#main{
	margin:0;
	padding:0;
}
/* #content < #main < #wrapper */
#content{
	padding:0px;
	font-size: 10pt;
}
#content h2.title{
	text-align:right;
	font-weight:normal;
	color:#555;
	font-size:8pt;
	margin:0px;
	border-bottom:#888 solid 5px;
}
/* #body < #content < #main < #wrapper */
#body{
	margin-top:40px;
	font-size: 10pt;
}
#body p{
	margin-left:5%;	
}
#body a:link,
a:visited {
	background-color:#fffe0;
	text-decoration: underline;
	font-style: italic;
	color: #000000;
}
img {
	border: 0;
}
/* h2 */
#body h2{
	margin:25px 0px;
	padding-left:10px;
	/* font */
	color:#1c1c1c;
	font-size:15pt;
	/* background */
	/* border */
	border-left:#000 solid 15px;
	border-bottom:#000 solid 1px;
}
/* h3 */
#body h3{
	padding-left:10px;
	/* font */
	color:#2c2c2c;
	font-size:16px;
	/* background */
	/* border */
	border-left:#555 solid 10px;
}
/* h3 + include.inc.php, calender_viwer.inc.php */
#body h4,
#body h2.calender{
	padding:3px 0px;
	/* font */
	color:#555;
	font-size:14px;
	/* backgrond */
	background:none;
	/* border */
	border:none;
	border-bottom:#999 dotted 1px;
}
#body h4 a,
#body h2.calender a{
	color:#ff9999;
}
#body h4 a:hover,
#body h2.calender a:hover{
	color:#999;
}
table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 500px;
}
th, td {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 8pt;
}
pre{
	background-color:#fff;
	border-top:#43CD80 1px dotted;
	border-right:#43CD80 1px dotted;
	border-bottom:#43CD80 1px dotted;
	border-left:#43CD80 1px dotted;
	margin:15px;
	padding:.8em;
	white-space:pre-wrap;
	word-wrap:break-word;
	overflow:auto;
	color:#528B8B;
}
.small {
	font-size:80%;
}
div.ie5 {
	text-align:center;
}
#body del{
	color:#444;
}
#body table{
	border-color: #666;
}

hr{
	border-top:2px solid #999; 
}
#body span{
	font-weight:bold;
	color:#000;
	font-size:10pt;
}
	
/* footer */
#footer {
	margin-top: 1em;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 80%;
}
/* licence */
#licence{
display: none;
}
