/*HTMLタグの設定*/
body{
	margin:0px;
background-color:#ffffee;
}
h1,h2{
	font-size: 100%;
}

a{
color:blue;
	text-decoration:underline;
}
a:hover{
	color:#0202FF;
	text-decoration:underline;
}

/*上ブロック*/
#TopBlock{
	padding:10px 20px;
	max-height:200px;
	overflow:hidden;
	border-bottom:1px dashed black;
background-color:#CCFFCC;
}
#TopTitle{
	font-size:xx-large;
	font-weight:bold;
}
#TopTitle a{
	color:blue;
	text-decoration:none;
}
#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 250px 10px 210px;
	padding:0px 5px 50px 5px;
background-color:#ffffff;
}
.PageLinkBlock{
	margin-top:30px;
	text-align:center;
	font-size:small;
}
.EntryInnerBlock{
	margin:5px 0px 30px 0px;
}
.EntryTitle{
	font-size:x-large;
	padding:8px 5px;
	font-weight:bold;

/*
border-top-width:2;
border-right-width:2;
border-bottom-width:2;
border-left-width:2;
*/
border-width:1;

border-color:#000066;
padding-bottom:8;
background-color:#FFFF99;
}
.EntryTitle a{
	color:blue;
	text-decoration:none;
}
.EntryText{
	margin:5px 5px 15px 5px;
}
.EntryPsText {
	margin-bottom:15px;
	margin-right:5px;
/*	text-align:right;  */
/*	text-align:center; */
}
.EntryFooter{
	margin-right:5px;
	text-align:right;
	font-size:small;
}
.CommentBlock{
	margin:10px;
padding 4px;
background-color:#EEFFFF;
border-color:#CCCCCC;
border-width:1;
border-style:solid;
}
.CommentMenuTitle{
font-size:small;
background-color:#EEEEEE;
padding 2px;
//border-width:1;
//border-style:solid;
}
.CommentTextBox{
	margin:4px;
	font-size:small;
}
.CommentTitle{
	font-size:medium;
background-color:#FFFFCC;
}
.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;
}

.CommentResBox{
	margin:5px;
	font-size:small;
background-color:#CCFFCC;
}
.CommentResTitle{
	font-size:medium;
background-color:#FFFFCC;
}
.CommentResFooter{
	text-align:right;
	font-size:x-small;
}


.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:200px;
	margin-top:10px;
	padding-bottom:50px;
}
#RightBlock{
	position:absolute;
	width:230px;
	top:0px;
	right:0px;
	margin-top:10px;
	padding-bottom:50px;
}

.PluginTitle{
	text-align:center;
	font-size:small;
	background-color:#CCCCCC;
	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:white;
	border-top:1px dashed black;
	font-size:small;
	max-height:50px;
	overflow:hidden;
}
#FooterLeft{
	float:left;
	margin:3px 10px;
}
#FooterRight{
	float:right;
	margin:3px 10px;
}

blockquote {
	border-left:3px solid #858585;
	padding-left:10px;
	margin:5px 0px;
}
