body {margin: 0px; padding: 0px;}
body {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", sans-serif; -webkit-text-size-adjust: 100%;}

.main-column {background: rgb(255, 255, 255); padding: 1px 0px;}
.main-box {margin: 1em; line-height: 1.5;}
.main-box ul li {line-height: 1.3;}
.main-box p.line {padding-bottom: 1em; margin-bottom: 1em; border-bottom-color: gray; border-bottom-width: 1px; border-bottom-style: dashed;}
.main-box p {font-size: 0.9em;text-decoration:none ;}

.side-column {padding: 1px 0px; background-color: rgb(245, 245, 245); }
.side-box {margin: 1em; border-radius: 0px 0px 0px 0px; border: 0px solid #6e6c6c; border-image: none; background-color: rgb(245, 245, 245);} /*サイドコラムの枠線*/
.side-box h4 {margin: 0px; padding: 6px 10px; color: white; font-size: 0.9em; background-color: #41d008;}/*サイドコラム内のタイトル*/
.side-box p {padding: 10px 0.5em;font-size: 0.86em;} /*サイドコラム内のメッセージエリア*/
.side-box a {font-size: 0.86em;text-decoration:none ;}

.side-box h4.fukidashi {
	position: relative;
	padding: .5em .75em;
	background-color: #4c72ff;
	border-radius: 0 0px 6px 6px;
}
.side-box h4.fukidashi::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;  /*吹き出しの幅*/
	border-top: 10px solid #4c72ff; /*吹き出しの高さ*/
}


.pageheader {margin: 0px; padding: 1em; border-bottom-color: rgb(0, 0, 204); border-bottom-width: 0px; border-bottom-style: solid; background-color: rgb(221, 238, 255);
}
.pageheader a {text-decoration: none;}

.pagefooter {margin: 0px; padding: 1em; border-top-color: rgb(204, 0, 0); border-top-width: 1px; border-top-style: solid; background-color: rgb(255, 221, 187); text-align:center;}
.pagefooter a {text-decoration: none;}
.pagefooter p.inner{
    border: 0px solid #aaa;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align:left;
}
.pagefooter .inner{
    border: 0px solid #aaa;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align:left;
}

