
/*ページ名を非表示*/
h1 { display: none; }


div.adminmenu {
	text-align     : center;
	padding-bottom : 5px;
	margin-bottom  : 5px;
	font-size      : 80%;
}

body {
	font-family:Verdana,Geneva,Arial,Sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background:linen;

}


/* 水平線 == hr == horizon */

hr {
	color: #ccc;
        width : 180px;
	text-align: left;
}

/* 整形済みテキスト */

pre {
	border-left  : #36c 5px solid;
	padding-left : 15px;
	line-height  : 150%;
	margin-left  : 20px;
	font-size    : 85%;
}

/* 引用文 */

blockquote {
	color  : #000;
	border-top    : #36c 1px solid;
	border-right  : #36c 5px solid;
	border-bottom : #36c 1px solid;
	border-left   : #36c 5px solid;
	margin-left  : 20px;
	padding-top    : 10px;
	padding-right  : 10px;
	padding-bottom : 10px;
	padding-left   : 10px;
	font-size    : 90%;
	font-style   : normal;
}


h2 {
	color:#000;
	width            : 100%;
	background:#fff;
	border-width:1px 0 5px 0;
	border-style:solid;
	border-color:#ddeeff;
	padding-top      : 3pt;
	padding-left     : 4pt;
	margin-bottom    : 5px;
	font-size: 150%;
}


h3 {
	color:#fff;
	width            : 100%;
	background:#666;
	border-width:1px 0 5px 0;
	border-style:solid;
	border-color:#999;
	padding-top      : 3pt;
	padding-left     : 4pt;
	margin-bottom    : 5px;
	font-size: 130%;
}


h4 {
	width         : 100%;
	font-size     : 110%;
	border-bottom : #999  2px solid;
	border-left   : #999 10px solid;
	padding-top   : 3pt;
	padding-left  : 4pt;
	margin-bottom : 5px;
}


/* ブロック要素 */

div.body {
	padding-left : 5px;
}

div.body p {
	text-indent   :   0px;
	line-height   : 150%;
	margin-top    :  20px;
	margin-right  :  50px;
	margin-bottom :  20px;
	margin-left   :  50px;
}

div.body blockquote p {
	margin-top     : 0px;
	margin-bottom  : 0px;
	text-indent    : 0px;
	line-height   : 150%;
}


table {
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #36c;
	border-collapse: collapse;
}

th {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	color: #fff;
	font-weight: bold;
	background-color : #36c;
}

td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #36c;
}

/*
リンク文字列に関する設定
*/
a:link {
	color: #002288;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #002288;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #c71585;
	background-color: #fff8dc;
	text-decoration: none;
}

div.adminmenu a:link,div.adminmenu a:visited {
	color:#ccc;
	text-decoration:none;
}

div.adminmenu a:hover {
	color           : #666;
	text-decoration: none;
}

div.footer a:link, div.footer a:visited {
	color:#666;
	text-decoration:none;
}

div.footer a:hover {
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}

/* 用語とその説明 */

dt {
	border-bottom : #36c 1px dotted;
	margin-bottom : 5px;
	font-weight   : bold;
}

dd {
	margin-left   : 20pt;
	margin-bottom : 5pt;
}

/* リスト */

ul {
	line-height: 150%;
	margin-left: 20px;
	padding-left: 10px;
}

ol {
	line-height: 150%;
	margin-left: 20px;
	padding-left: 10px;
}


div.main {
	width      : 650px;
	margin-top:35px;
	margin-bottom:35px;
	margin-left:170px;
	padding:10px 10px 5px 10px;
	color:#000;
	background:#f0f8ff;
	border-width:0 5px 0 5px;
	border-color:#cef;
	border-style:solid;
}


div.sidebar {
	width:150px;
	position:absolute;
	top:30px;
	left:20px;
	background:transparent;
}

div.sidebar h2 {
	border-bottom:3px solid #ccc;
}

div.sidebar h3 {
/*	margin-right:1px;*/
	text-align:center;
	color:#000000;
	background:#fff;
	border-bottom:3px solid #ccc;
/*	border:none;*/
}

div.sidebar h4 {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:5px;
	padding-left:3px;
	color:#888;
	background:#fff;
	border-width:0 0 2px 0;
	border-color:#ddeeff;
	border-style:dotted;
}

div.sidebar h4:first-letter {
	color:#06f;
	background:transparent;
}

div.sidebar ul {
	line-height: 1.5em;
	margin: 20px;
	padding: 0px;
}


div.comment {
	font-size: 80%;
	color:     #333   ;
	/* background-color: #fff; */
	background-color: transparent;
	border-top:   solid 0px #ccc;
	border-right: solid 0px #ccc;
	border-bottom:solid 0px #ccc;
	border-left:  solid 0px #ccc;
	margin-top:    10px;
	margin-right:   5px;
	margin-bottom: 10px;
	margin-left:    5px;
	border-top  : #36c 1px dotted;
	/* padding-top:    10px; */
	/* padding-right:  10px; */
	/* padding-bottom: 10px; */
	/* padding-left:   10px; */
}

div.comment p {
	margin-top:    5pt;
	margin-right:  5pt;
	margin-bottom: 5pt;
	margin-left:   5pt;
}


/*
フッタの設定
*/

div.footer {
	font-size: 80%;
	text-align: right;
	color:     #666;
	margin: 0px;
	padding-top:0;
	padding-left:195px;
	padding-right:25px;
	padding-bottom:5px;
}


/* エラーメッセージ */
.error {
  color       : #FF0000;
  font-weight : bold;
}


/* diaryプラグイン */
.diary-calendar-bottom {
text-align : center;
}
.diary-calendar td{
font-size : 80%;
font-weight:normal;
width : 90px;
height : 50px;
}
td.holiday {
color : red;
}
td.sunday {
background-color : #ffccff;
}
td.today {
background-color : #ffff99;
}


@media print {
	div.sidebar {
		display: none;
	}
	
	div.main {
		margin-left: 0px;
	}
	
	div.adminmenu {
		display: none;
	}
	
	div.footer {
		display: none;
	}
	
	h1 {
		display: none;
	}
	
	div.header {
		display: none;
	}
	
	div.comment {
		display: none;
	}
	
	a.partedit {
		display: none;
	}
}
