/* common */

html,body {
	margin: 0;
	padding: 0
}
body {
	background-image: url(http://www.asahi-net.or.jp/~jc6m-mbc/blog/RAW_210222019.jpg);
	background-repeat: repeat;

	color: #333333;
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, Verdana,sans-selif;
}
pre {
	margin: 1em;
	padding: 1em;
	border: 1px dashed #122CA0;
}
blockquote {
	margin: 1em;
	padding: 1em;
	border: 1px solid #122CA0;
	background-color: #F0F0F0;
}
p {
	text-indent: 1em;
	line-height: 1.3;
}
textarea {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0;
	background-color: #B9B9B9;
	background-image: url(http://s.asablo.jp/css/common2l/cool/bg900.gif);
	background-repeat: repeat;
	width: 900px;
}
#head {
	margin: 0;
	color: #ff3333;
	background-color: #000000;
	background-image: url('http://www.asahi-net.or.jp/~jc6m-mbc/blog/130127head.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height:150px;
	text-indent: 2em;
	line-height: 3;
	font-size: 24px;
	font-weight: bold;
}
#head h1 {
	margin-top: 0;
	margin-left: 0;
	font-size: 24px;
}
#head h1 a {
	color: #ffff00;
	background-color: transparent;
}
#head h1 img {
	border: none;
}
#center {
	float: left;
	padding: 0;
	border: none;
	width: 640px;
}
#left {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 260px;
	background-color: #B9B9B9;
	background-image: url(http://s.asablo.jp/css/common2l/cool/bg760.gif);
	background-repeat: repeat
}
#right {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 260px;
}
#footer {
	clear: both;
	width: 900px;
	color: #122CA0;
	text-indent: 0.5em;
}
#footer a img {
	border: none;
}
.sidebar {
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
}
#main {
	margin-right: 0;
	margin-top: 0;
}
.msg {
	margin-bottom: 2em;
}
.msg-title {
	font-size: medium;
	color: #0141C3;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 0;
	background-color: #cccccc;
}
.msg-date {
	font-size: small;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.msg-body {
	padding-left: 5px;
	margin-right: 20px
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 {
	border-bottom: dashed 1px #B1B1B1;
}
.msg-footer {
	text-align: right;
	font-size: small;
	border-top: solid 1px white;
	padding-top: 4px;
	margin-right: 20px
}
.comment-caption {
}
.date {
	font-size: small;
	color: #919191;
	line-height: 1.5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.main {
	font-size: small;
	color: #333333;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.comments {
	font-size: small;
	color: #122CA0;
	line-height: 2;
	padding-right: 10px;
}
.mod-caption {
	font-size: small;
	color: #333333;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left: solid 4px #02124F;
	border-bottom: solid 1px #02124F;
}
.mod-message .mod-caption a {
	text-decoration: none;
	color: #333333;
}
.mod-message .mod-caption a:hover {
	text-decoration: none;
	color: #333333;
}
.mod-text {
	font-size: small;
	color: #333333;
	text-align: left;
	line-height: 1.3;
	margin-left: 15px;
	margin-right: 10px;
}
.mod ul {
	margin-left: 0;
	padding-left: 0;
}

.mod ul li {
	margin-left: 15px;
	margin-right: 10px;
	font-size: small;
	padding-left: 1em;
	list-style-type: none;
}
.calendar { 
	font-size: x-small;
	margin-left: 15px;
	border: none;
	width: 145px;
	height: 140px;
 margin: 0 auto;
	text-align: center;
	background-color: #E2E2E2;
}
.calendar-title {
	color: #333333;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.calendar-sun-name {
	color: #870202;
}
.calendar-wday-name {
	color: #656565;
}
.calendar-sat-name {
	color: #022E87;
}
.calendar-row {

}
.calendar-cell {
	color: #333333;
	text-align: center;
	vertical-align: top;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}
.calendar a {
	font-weight: bold;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #0B176B;
}
a:hover {
	text-decoration: underline;
	color: #0141C3;
}
.comment-caption {
	border-top: solid 1px white;
	padding: 0.5em 1em;
	margin-right: 20px;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}
.comment-title {
	font-size: small;
	padding: 0.2em;
	color: #19485E;
	background-color: #E2E2E2;
	margin-right: 20px;
}
.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
	margin-right: 20px;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	border-top: solid 1px white;
	padding: 0.5em 1em;
	margin-right: 20px;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}
.tb-title {
	font-size: small;
	padding: 0.2em;
	margin-right: 20px;
	color: #19485E;
	background-color: #E2E2E2;
}
.tb-url {
	padding: 0.5em 2em;
	font-size: small;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	width: 100%;
	text-align: right;
}
.navi-prev {
}
.navi-next {
}

/* end of stylesheet */