body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.jpg);
	font-size: 100%;
	color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p, dl, dt, dd, ul, li, form, h1, h2 ,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style:none;
}
h1 {
	text-indent: -9999px;
}

a:link {
	color:#FFFF00;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg_main.jpg);
}
#container #banner {
	background-image: url(../image/header.jpg);
	height: 227px;
	width: 850px;
}

#container #column-right,#container #column-left {
	width: 200px;
	float: left;
}
#container #content {
	float: left;
	width: 450px;
}
#container #footer {
	background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 850px;
	clear: both;
}

#container #column-left #calendar {
	height: 200px;
	width: 180px;
	margin: 10px auto 10px auto;
}
#container #column-left #calendar iframe {
	height: 200px;
	width: 180px;
}
#container #column-left p {
	font-size: 60%;
	margin: 0px auto 10px auto;
	line-height: 1.5em;
	color: #FFFFFF;
	width: 150px;
}

#container  #column-left ul.copyright {
	font-size: 78%;
	font-weight: bold;
	margin: 0px auto 10px auto;
	color: #FFFFFF;
	width: 150px;
	line-height: 1.2em;
}
#container #content .goto-top {
	text-align: center;
	margin-top: 10px;
}
#container #content .goto-top a:link {
	color: #E218A0;
	text-decoration: underline;
}

#container  #content  .entry {
	width: 424px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#container #content .entry h2 {
	background-image: url(../image/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 90%;
	height: 38px;
	padding-left: 50px;
	line-height: 38px;
}
#container #content .entry .entry-text {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 78%;
	line-height: 1.6em;
	color: #000000;
	margin-bottom: 10px;
}
#container #content .entry .entry-text a:link {
	color: #0000ff;
}
#container #content .entry .entry-text a:hover {
	color: #0000ff;
}
#container #content .entry .entry-text a:visited {
	color: #0000ff;
}

#container #content .entry .entry-footer {
	background-image: url(../image/bar_entry_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-top: 10px;
	font-size: 60%;
	line-height: 1em;
}
#container  #column-right  .lists {
	margin-top: 10px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#container #column-right .lists dt {
	height: 35px;
	width: 111px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#container #column-right .lists dt#archives {
	background-image: url(../image/archives.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}
#container #column-right .lists dt#categories {
	background-image: url(../image/categories.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}
#container #column-right .lists dd {
	display: block;
	padding-left: 5px;
}
#container #column-right .lists li {
	background-image: url(../image/icon_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 23px;
	padding-left: 28px;
	font-size: 78%;
	color: #FFFFFF;
	padding-bottom: 10px;
}

