/*HTMLタグの設定*/
body{
	margin:0px;
	background-color:whitesmoke;
}
a{
	text-decoration:none;
	color:limegreen;
}
a:hover{
	color:skyblue;
	text-decoration:underline;
}

/*上ブロック*/
#TopBlock{
	padding:10px 20px;
	background-color:dimgray;
	color:white;
	max-height:150px;
	overflow:hidden;
}
#TopTitle{
	font-size:xx-large;
	font-weight:bold;
}
#TopExplanation{
	font-size:small;
}
#TopLeft{
	float:left;
	margin:10px 20px;
}
#TopRight{
	float:right;
	margin:10px 20px;
}

/*中ブロック*/
#MiddleBlock{
	clear:both;
	position:relative;
	margin:10px;
}
#EntryBlock{
	margin:10px 210px;
	padding:0px 5px 50px 5px;
}
.PageLinkBlock{
	text-align:center;
	font-size:small;
}
.EntryInnerBlock{
	margin:5px 0px 30px 0px;
}
.EntryTitle{
	font-size:x-large;
	color:limegreen;
	padding:0px 5px;
	font-weight:bold;
}
.EntryText{
	margin:5px 5px 15px 5px;
}
.EntryPsText {
	margin-bottom:15px;
	margin-right:5px;
	text-align:right;
}
.EntryFooter{
	margin-right:5px;
	text-align:right;
	font-size:x-small;
}
.CommentBlock{
	margin:10px;
}
.CommentMenuTitle{
}
.CommentTextBox{
	margin:5px 0px;
	font-size:small;
}
.CommentTitle{
}
.CommentFooter{
	text-align:right;
	font-size:x-small;
}
.CommentFormBlock{
	margin:20px 0px;
	font-size:x-small;
}
.CommentFormTitle{
	font-size:medium;
}
.TrackbackBlock{
	margin:10px;
	padding:5px;
	border:dotted 1px black;
	font-size:x-small;

}
.TrackbackMenuTitle{
	font-size:small;
	overflow:hidden;
	white-space:nowrap;
}
.TrackbackUrl{
	font-size:small;
	border-width:0px;
	background-color:whitesmoke;
	width:100%;
}
.TrackbackTitle{
	font-size:small;
	border-top:1px solid black;
	margin-top:3px;
	padding-top:3px;
}

#LeftBlock{
	float:left;
	width:200px;
	margin-top:10px;
	padding-bottom:50px;
}
#RightBlock{
	position:absolute;
	width:200px;
	top:0px;
	right:0px;
	margin-top:10px;
	padding-bottom:50px;
}

.PluginTitle{
	text-align:center;
	font-size:small;
	background-color:dimgray;
	color:white;
	font-weight:bold;
}
.PluginContents{
	margin:3px 3px 10px 3px;
	font-size:small;
}
.plugin_data_date{
	font-size:xx-small;
	text-align:right;
}
.qrcode_image{
	text-align:center;
}
.CalendarMoveTable{
	width:100%;
	text-align:center;
}
.CalendarTable{
	width:100%;
	text-align:center;
	font-size:x-small;
}


/*下ブロック*/
#FooterBlock{
	clear:both;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:dimgray;
	color:white;
	font-size:small;
	max-height:50px;
	overflow:hidden;
}
#FooterLeft{
	float:left;
	margin:3px 10px;
}
#FooterRight{
	float:right;
	margin:3px 10px;
}
