/*HTMLタグの設定*/
body{
	margin:0px;
}
a{
	text-decoration:none;
}
a:hover{
	color:red;
	text-decoration:underline;
}

/*上ブロック*/
#TopBlock{
	padding:10px 20px;
	max-height:150px;
	overflow:hidden;
	border-bottom:1px dashed black;
	max-width:1100px;
margin:0px auto;
}
#TopTitle{
	font-size:xx-large;
	font-weight:bold;
}
#TopTitle a{
	color:blue;
}
#TopExplanation{
	font-size:small;
}
#TopLeft{
	float:left;
	margin:10px 20px;
}
#TopRight{
	float:right;
	margin:10px 20px;
}

/*中ブロック*/
#MiddleBlock{
	clear:both;
	margin:10px auto;
	max-width:1100px;
}
#EntryBlock{
	margin:10px 10px 10px 310px;
	padding:0px 5px 50px 5px;
}
.PageLinkBlock{
	margin-top:30px;
	text-align:center;
	font-size:small;
}
.EntryInnerBlock{
	margin:5px 0px 30px 0px;
}
.EntryTitle{
	font-size:x-large;
	padding:0px 5px;
	font-weight:bold;
}
.EntryTitle a{
	color:blue;
}
.EntryText{
	margin:5px 5px 15px 5px;
}
.EntryText a{
	text-decoration:underline;
}
.EntryPsText {
	margin-bottom:15px;
	margin-right:5px;
	text-align:right;
}
.EntryPsText a{
	text-decoration:underline;
}
.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;
	display:none;
}
.CommentFormTitle{
	font-size:medium;
	margin-top:20px;
}
.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;
	width:100%;
}
.TrackbackTitle{
	font-size:small;
	border-top:1px solid black;
	margin-top:3px;
	padding-top:3px;
}

#LeftBlock{
	float:left;
	width:300px;
	padding-bottom:50px;
}

.PluginTitle{
	text-align:center;
	background-color:gainsboro;
	font-weight:bold;
}
.PluginContents{
	margin:3px 15px 10px 15px;
}
.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;
	background-color:white;
	border-top:1px dashed black;
	font-size:small;
	max-width:1100px;
margin:0px auto;
}
#FooterLeft{
	float:left;
	margin:3px 10px;
}
#FooterRight{
	float:right;
	margin:3px 10px;
}


@media (max-width:900px){
	#LeftBlock{
		float:none;
		width:auto;
		margin:5px;
		padding:0px;
	}
	#EntryBlock{
		margin:0px 5px 50px;
	}
	.PluginContents{
		display:none;
		margin:0px;
		font-size:medium;
	}
	.PluginContents_open{
		display:block;
		border:1px solid black;
		padding:5px;
	}
	.PluginTitle{
		display:inline-block;
		border:1px solid black;
		margin:0px -1px -1px 0px;
		padding:5px;
		vertical-align:bottom;
		font-size:medium;
		width:auto;
		cursor: pointer;
	}
	.PluginTitle:empty{
		display:none;
	}
	.PluginTitle_open{
		display:inline-block;
		border:1px solid black;
		border-bottom-color:white;
		margin:0px -1px -1px 0px;
		padding:5px;
		vertical-align:bottom;
		font-size:medium;
		width:auto;
		cursor: pointer;
	}
}
