body {
 background-color: #ffffff;
/* 全体の背景色設定 */

 line-height:170%;
 scrollbar-3dlight-color: #ffcccc;
 scrollbar-darkshadow-color: #ffcccc;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #ffcccc;
 scrollbar-shadow-color: #ffcccc;
 scrollbar-track-color: #ffcccc;
 scrollbar-arrow-color: #000000;
 text-align: center;
 font-size: 36px;
 font-family: sans-serif;
 color: #000000;
 background-image:url(' https://blog.cnobi.jp/v1/blog/user/16f9d0e77ba7b8e77af43812cc08443c/1718974660');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 50% 50%;
 margin: 0px;
 padding: 0px;
}
td {
 text-align: center;
}
table{
 border-collapse: collapse;
}
a:link {
 color: #6600ff;
 text-decoration: none;
}
a:visited{
 color: #6600ff;
 text-decoration: none;
}
a:hover {
 position: relative;
 top: 2px;
 left:2px;
 text-decoration: none;
}
a:active {
 color: #000000;
 text-decoration: none;
}
#mainBlock {
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#f0f8ff,EndColorStr=#e6e6fa);
/* IE用メインブロックの色・透過度設定 */
/* #透過度/赤/緑/青の順番で調整してください（16進数）*/
/* StartColorStrとEndColorStrを異なる設定にするとグラデーション */

 background-color: rgba(255,255, 255, 0.80);
/* IE以外用メインブロックの色・透過度設定 */
/* 赤,緑,青,透過度の順番で調整してください（色は0～255、透過度は％）*/

 width: 800px;
/* メインブロックの幅設定（400～600px推奨）*/

 text-align: center; 
 margin-right: auto;
 margin-left: auto;
}
.left {
 text-align: left;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}
#TopBlock {
 height: auto;
 text-align: center;
 margin: 0px;
}
#TopTitle {
 padding: 75px 0px 0px 0px;
 font-size: 48px;
 font-weight: bold;
}
.TopTitleFont {
 text-decoration: none;
}
#TopExplanation {
 padding: 7px 0px 30px 0px; 
}
#FooterBlock {
 clear: both;
 height: 50px;
 text-align: center;
 color: #000000;
 padding: 15px 0px 0px 0px;
}

#EntryBlock {
 text-align: center; 
 margin-right: auto;
 margin-left: auto;
}
.EntryInnerBlock {
 text-align: left;
 margin: 0px 0px 60px 0px; 
}
.EntryTitle {
 text-align: left;
 font-size: 40px;
 padding: 10px 0px 10px 10px;
 border-width: 0px 0px 1px 24px;
 border-style: solid solid solid double;
 border-color: #000000;
}
.EntryTitleFont {
}
.EntryTextBox {
}
.EntryText {
 padding: 15px 18px 15px 25px;
}
.EntryPsText {
 padding: 10px 20px 30px 0px;
 text-align: right;
}
.EntryFooter {
 text-align: right;
 border-width: 0px 24px 1px 0px;
 border-style: solid double solid solid;
 border-color: #000000;
 padding: 10px 10px 10px 0px;
}
.EntryUserName {
}
.EntryWriteDate {
 margin-left: 5px;
}
.EntryCategory {
 margin-left: 5px;
}
.EntryComment {
 margin-left: 5px;
}
.EntryTrackback {
 margin-left: 5px;
}
.PageLinkBlock{
 text-align: center;
 padding: 20px 0px 20px 0px;
}
