﻿body {
	background: #000000 url(images/bg_moon.jpg) no-repeat fixed center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック;
	font-size: 90%;
}
a, a:link, a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #99ddff; text-decoration: underline; }
p	{}
div {}
h1 {}
h2 { color: #FFFFFF;}
h3 { color: #FFFFFF; border-bottom: 1px solid #6699CC;}
h4 { color: #FFFFFF; border-bottom: 1px solid #336699;}
h5 { color: #336699;}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック;
}


.banner { 
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 120%;
}
.navigation {
	background-color: transparent;
	font-weight: bolder;
	font-size: 100%;
}
.content_main { background-color: transparent;}
.content_left {
		font-size: 90%;
}

.content_left .box_header {
	border: 1px solid #336699;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

.content_left .box {
	border: 1px solid #336699;
	background-color: transparent;
	font-size: 85%;
}

.content_left .box .header {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

.content_left .box p {
}

.content_left .box ul {
	list-style-type: none;
}

/* ++++ Calendar ++++ */
.calendar_box {
}

.calendar_box table {
	width: 190px;
}
.calendar_box table th,
.calendar_box table td {
	font-size: 80%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
.calendar_box table th {
	padding-bottom: 5px;
}
.calendar_box table td span.today {
	color: #F90;
}
.calendar_box table td span.today a {
	color: #F90;
}
.calendar_box table td span.today a:active,
.calendar_box table td span.today a:hover {
	color: #F30;
}

.content_right .item_header {
	line-height: 1.0em;
	font-size: 120%;
}

.content_right .item {
	line-height: 1.0em;
	font-size: 90%;
}

.comment {
	border-bottom: 1px dashed #CCCCCC;
}

.signature{
	font-style: italic;
}

.footer {
	color: #999;
	font-size: smaller;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
}
.meta-info {
	font-size: 80%;
}
.paragraph {
	line-height: 1.4em;
}

.smaller { font-size: 65%; }
.darkest { background-color: #003366; }
.darker { background-color: #336699; }
.dark { background-color: #6699CC; }
.light { background-color: #99CCFF; }
.lighter { background-color: #DDEEFF; }
.lightest { background-color: #FFFFFF; }

