h1,h2,h3,h4 {
	font-size: 1em;
	font-weight: bold;
}

#Container { /* widthが変わるので横幅のpadding,border指定は禁止 */
	width: 850px;
	margin: 0 auto 0 auto;
}

#Header {
	margin-bottom: 15px;
}


#BlogTitle {
	border: 1px solid black;
	background-color: #6F8A55;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color:white;
	font-size: 1em;
	font-weight: bold;
}

#CategoryTitle {
	border: 1px solid black;
	background-color: #BF0000;
	padding: 5px;
	color:white;
	font-size: 1.3em;
}

#CategoryText { /*上辺なし*/
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;	
	line-height: 1.6em;
}

#Side { /* widthが変わるので横幅のpadding,border指定は禁止 */
	width: 200px;
	float: left;
	display: inline;
}

.SideBlockTitle {
	width: 180px;
	border: 1px solid black;
	background-color: #8F6F5A;
	padding: 5px;
	color: white;
	font-weight: bold;
}

.SideBlockText { /*上辺なし*/
	width: 180px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#Main {
	width: 650px;
	float: left;
	display: inline;
}

.MainBlockTitle {
	width: 638px;
	border: 1px solid black;
	background-color: #FCB644;
	padding: 5px;			
	margin-right: 0px;
	font-weight: bold;
	color: white;
}

.MainBlockTitle a:link { text-decoration: none; color: white;}
.MainBlockTitle a:visited { text-decoration: none; color: white;}
.MainBlockTitle a:hover { text-decoration: underline; color: white;}
.MainBlockTitle a:active { text-decoration: none; color: white;}

.MainBlockText { /*上辺なし*/
	width: 638px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding: 5px;			
	font-size: 0.9em;
	line-height: 1.6em;
}

.MainBlockText p { /*上辺なし*/
	margin-bottom: 10px;
}
.ItemImg {
	width: 180px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
}

.ItemText {
	width: 420px;
	vertical-align: top;
	padding: 5px;
}

#Footer { /* widthが変わるので横幅のpadding,border指定は禁止 */
}

.overLine { /*蛍光ペン*/
	background-color: #FFFEC4;
}