@charset "UTF-8";

body {
	margin:0px 0px 20px 0px;
	background:lightblue;
}
A 	{ color: #003366; text-decoration: underline; }
A:link	{ color: #003366; text-decoration: underline; }
A:visited	{ color: #003366; text-decoration: underline; }
A:active	{ color: red;  }
A:hover	{ color: red;  }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#banner {
	color:#333;
	font-size:x-large;
	font-weight:normal;
	padding:15px;
	border-top:4px double #666;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
//	font-size: xx-large;
//	color: #333;
	text-decoration: none;
}

#banner span a,
#banner span a:link,
#banner span a:visited {
	font-size: small;
	color: #333;
	text-decoration: none;
}
#banner span a:active,
#banner span a:hover {
	font-size: small;
	color: red;
	text-decoration: none;
}

.description {
	color:#333;
	font-size:small;
	text-transform:none;
}

#content {
	position:absolute;
	margin-right:20px;
	margin-left:225px;
	margin-bottom:20px;
	border:1px solid #FFF;
	width: 70%;
}

#container {
	background:#FFF;
	border:1px solid #FFF;
}

#links {
	padding:15px;
	border:1px solid #FFF;
	width:180px;
	}

.blog {
	padding:15px;
	background:lightblue;
}

.blogbody {
	color: darkblue;
//	font-size:small;
	font-weight:normal;
  	line-height:150%;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.title	{
	font-size: medium;
	color: darkgreen;
}

#menu {
	margin-bottom:15px;
	text-align:center;
}

.date	{
	font-size: large;
	color: #333;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}

.posted	{
	font-size: x-small;
	color: #000000;
	margin-bottom:25px;
}


.calendar {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:lightcyan;
	line-height:140%;
	padding:2px;
	text-align:center;
}

.calendarhead {
	color:#666600;
	font-size:small;
	font-weight:normal;
	padding:2px;
	letter-spacing: .3em;
	background:lightcyan;
	text-transform:uppercase;
	text-align:center;
}

.side {
	color:#333;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	padding:2px;
}

.sidetitle {
	color:#666600;
	font-size:small;
	font-weight:normal;
	padding:2px;
	margin-top:30px;
	letter-spacing: .3em;
	text-transform:uppercase;
}

.syndicate {
	font-size:xx-small;
	line-height:140%;
	padding:2px;
	margin-top:15px;
	background:lightblue;
}

.powered {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	line-height:140%;
	text-transform:uppercase;
	padding:2px;
	margin-top:50px;
	letter-spacing: .2em;
}


.comments-body {
	color:#666;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #999;
}

.comments-post {
	color:#666;
	font-size:x-small;
	font-weight:normal;
}


.trackback-url {
	color:#666;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding:5px;
	border:1px dotted #999;
}


.trackback-body {
	color:#666;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #999;
}

.trackback-post {
	color:#666;
	font-size:x-small;
	font-weight:normal;
}


.comments-head	{
	font-size:small;
	color: #666;
	border-bottom:1px solid #999;
	margin-top:20px;
	font-weight:bold;
}

#banner-commentspop {
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

textarea {
}
td {
    vertical-align: top;
}
dt {
    font-style: italic;
    font-weight: bold;
    color: darkgreen;
}
dd {
    color: darkblue;
}
li {
    color: darkblue;
}
pre.textfile {
    font-size: small;
    font-family: monospace;
    color: black;
    background-color: white;
    border-style: inset;
    width: 95%;
    overflow: scroll;
    padding: 1px;
    line-height:100%;
    scrollbar-track-color: white;
    scrollbar-face-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-3dlight-color: darkgrey;
    scrollbar-shadow-color: darkgrey;
    scrollbar-highlight-color: darkgrey;
    scrollbar-arrow-color: darkgrey;
}
pre.commandline {
    font-size: small;
    font-family: monospace;
    color: white;
    background-color: black;
    border-style: outset;
    width: 95%;
    overflow: scroll;
    padding: 1px;
    line-height:100%;
    scrollbar-track-color: black;
    scrollbar-face-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-shadow-color: lightgrey;
    scrollbar-highlight-color: lightgrey;
    scrollbar-arrow-color: lightgrey;
}
tt {
    font-size: small;
    font-family: monospace;
}
blockquote {
    padding:10px;
    border: dotted #999;
}
.quote-head {
    font-size: medium;
}
.image-left {
    float: left;
    border: 1px solid;
    padding: 1px;
    margin: 2px;
    background: lightcyan;
    color: black;
}
.image-right {
    float: right;
    border: 1px solid;
    padding: 1px;
    margin: 2px;
    background: lightcyan;
    color: black;
}
.image {
    border: 1px solid black;
    padding: 1px;
    margin: 2px;
    background: lightcyan;
    color: black;
}
.similarity {
	color:#666;
	background: skyblue;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding:5px;
	margin: 5px;
	border:1px dotted #999;
}
.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

