/* common */

* {
	margin: 0;
	padding: 0
}
#container {
	width: 970px;
	background-color: white;
}
#head {
}
#head h1 {
	width: 970px;
	height: 150px;
}
#head h1 img {
	border: none;
}
#center {
	float: left;
	border: none;
	width: 760px;
}
#right {
	float: left;
	width: 200px;
}
#footer {
	clear: both;
	width: 970px;
	margin: 1em;
}
#footer a img {
	border: none;
}
.navi {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	font-size: small;
}
.msg {
}
.msg-title {
	font-size: medium;
	color: #FF8400;
	line-height: 1.5;
	border-top: solid 4px #FF8400;
	border-bottom: solid 4px #FF8400;
	font-weight: bold;
	margin-top: 0.5em;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.msg-body {
	font-size: small;
	color: #333333;
	background: #FFE8C3;
	line-height: 1.3;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	/* for mozilla \*/
	overflow: hidden;
	/* */
	/* for IE */
	word-break: break-all;
}
div.msg-archives div.msg-body {
	padding-left: 2em;
}
div.msg-archives div.msg-body ul {
	list-style-type: none;
}
div.msg-archives div.msg-body li {
	margin-left: 1em;
}
.calendar {
	background-color: #D4EAFE;
	width: 180px;
	height: 140px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.calendar-cell {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.calendar-title {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.calendar-sun-name {
	font-size: 12px;
	color: #FF3C00;
	text-align: center;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}
.calendar-wday-name {
	font-size: 12px;
	color: #FF8400;
	text-align: center;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}
.calendar-sat-name {
	font-size: 12px;
	color: #0093DE;
	text-align: center;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}
.msg-date {
	font-size: small;
	color: #B1B1B1;
	line-height: 1.5;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.msg-body pre {
	background-color: red;
	width: 80%;
}
.msg-footer {
	text-align: right;
	font-size: small;
	color: #FF3C00;
	line-height: 2;
	border-bottom: solid 1px #B1B1B1;
}
.mod-caption {
	font-size: small;
	color: #333333;
	line-height: 1.3;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	background: #DCDCDC;
	margin-bottom: 2px;
}
.mod-body {
	font-size: small;
	color: #333333;
	text-align: nright;
	line-height: 1.3;
	padding: 0.5em;
}
.mod-body ul {
	list-style-type: none;
}
#main a {
	color: #FF3C00;
	text-decoration: none
	font-size: small;
}
#main a:hover {
	text-decoration: underline;
	color: #FFBA00;
}
.mod-body a {
	color: #FF3C00;
	text-decoration: none
	font-size: small;
}
.mod-body a:hover {
	text-decoration: underline;
	color: #FFBA00;
}
.comment-caption {
	font-size: medium;
	border-top: 1px red solid;
	padding: 0.5em 1em;
	font-weight: bold;
}

.comment-title {
	font-size: small;
	padding: 0.2em 1em;
	background-color: #eef;
}
.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 2em;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	font-size: medium;
	border-top: 1px red solid;
	padding: 0.5em 1em;
	font-weight: bold;
}
.tb-title {
	font-size: small;
	padding: 0.2em 1em;
	background-color: #efe;
}
.tb-url {
	padding: 0.5em 2em;
	font-size: small;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 2em;
}

/* end of stylesheet */
