/* common */

body {
	background-attachment: fixed;
	background-color: white;
	background-image: url(https://www.asahi-net.or.jp/~ja9k-iizk/materials/back_f19_2.jpg);
	background-position : 100% 0%;
	background-repeat: no-repeat;
	color: black;
	font-family: 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'Verdana', 'arial', sans-selif;
	font-size: small;
	margin: 20px auto;
	max-width: 950px;
	position: relative;
	text-align: center;
}
div {
	margin: 0 auto;
	text-align: left;
}
h1 {
	background-repeat: no-repeat;
	border: none;
	color: black;
	padding-left: 20px;
	padding-top: 20px;
}
i {
	font-family: 'ＭＳ Ｐ明朝', serif;
	font-style: normal;
}
img {
	border: none;
}
iframe {
	float: left;
	margin-right: 10px;
}
pre { 
	border: 1px dashed #122CA0;
	margin: 1em;
	padding: 1em;
}
blockquote { 
	background-color: #F0F0F0;
	border: 1px solid #122CA0;
	margin: 1em;
	padding: 1em;
}
p {
	text-indent: 0em;
}
#head {
	background-image: url(https://www.asahi-net.or.jp/~ja9k-iizk/materials/leaf_gr2.1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
#container {
	width: expression(document.body.clientWidth > 950 ? "950px" : "auto");
	position: expression("absolute");
	left: expression(document.body.clientWidth > 950 ? (document.body.clientWidth - 950) / 2 : 0);
}
#center {
	border: none;
	margin: 0 225px 0 190px;
	position: relative;
	z-index: 1;
}
#left {
	left: 5px;
	position: absolute;
	top: 100px;
	width: 175px;
}
#right {
	position: absolute;
	right: 5px;
	top: 100px;
	width: 210px;
}
#footer { 
	border-top: 1px solid #122CA0;
	clear: both;
	margin: 25px 225px 0 200px;
	position: relative;
}
#footer a img {
	border: none;
}
.sidebar {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1em;
}
#main { 
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1em;
}
.msg {
	margin-bottom: 2em;
}
.msg-title {
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 8px #B1B1B1;
	color: #B1B1B1;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 6px;
}
.msg-body {
	padding-left: 10px;
}
.msg-body h2 { 
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
	padding-left: 1em;
}
.msg-body h3 { 
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 { 
	border-bottom: dashed 1px #B1B1B1;
}
.msg-footer {
	font-size: small;
	text-align: right;
}
.comment-caption {
}
.date {
	color: #B1B1B1;
	font-size: small;
	line-height: 1.5;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 6px;
}
.main {
	color: #333333;
	font-size: small;
	line-height: 1.3;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.comments {
	background: #D4EAFE;
	color: #122CA0;
	font-size: small;
	line-height: 2;
	padding-right: 10px;
}
.mod-caption {
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 4px #B1B1B1;
	color: #B212BC;
	font-size: small;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 4px;
	text-align: left;
}
.mod-message .mod-caption a {
	color: #B212BC;
	text-decoration: none;
}
.mod-message .mod-caption a:hover {
	color: #B212BC;
	text-decoration: none;
}
.mod-text {
	color: #333333;
	font-size: small;
	line-height: 1.3;
	text-align: left;
}
.mod ul {
	margin-left: 0;
	padding-left: 0;
}
.mod ul li { 
	font-size: small;
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
}
.calendar { 
	border: none;
	font-size: xx-small;
	height: 120px;
	text-align: center;
	width: 140px;
}
.calendar-title {
	color: #122CA0;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
.calendar-sun-name {
	background-color: #b212bc;
	color: white;
}
.calendar-wday-name {
	background-color: #122ca0;
	color: white;
}
.calendar-sat-name {
	background-color: #6212bc;
	color: white;
}
.calendar-row {
	background-color: #D4EAFE;
}
.calendar-cell {
	color: #122CA0;
	text-align: center;
	vertical-align: top;
}
.calendar a {
	font-size: xx-small;
	font-weight: bold;
	text-decoration: underline;
}
a {
	color: #122CA0;
	text-decoration: none;
}
a:hover {
	color: #FFBA00;
	text-decoration: underline;
}
.comment-caption {
	border-bottom: none;    
	border-left: 1px red solid;
	border-top: 1px red solid;
	font-size: small;
	font-weight: bold;
	padding: 0.5em 1em;
}
.comment-title {
	background-color: #eef;
	font-size: small;
	padding: 0.2em;
}
.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	border-bottom: none;    
	border-left: 1px red solid;
	border-top: 1px red solid;
	font-size: small;
	font-weight: bold;
	padding: 0.5em 1em;
}
.tb-title {
	background-color: #efe;
	font-size: small;
	padding: 0.2em;
}
.tb-url {
	font-size: small;
	padding: 0.5em 2em;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	text-align: right;
	width: 100%;
}
.navi-prev {
}
.navi-next {
}

/* end of stylesheet */
