@charset "utf-8";
*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
.entry p{
	margin-bottom: 10px;
}
h1,h2,h3,p,ul,li,ol{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
	padding: 0;
}
img{
	border: none;
}

body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFBE00;
}
h1{
	background: url("img_blog/blog.jpg") no-repeat 0 0;
	width: 900px;
	height: 203px;
	margin: 0px auto;
	text-indent: -9999px;
}
#container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}
#kbs{
	position: relative;
	top: -198px;
	width: 900px;
	text-align: right;
}
#blog_container{
	width: 880px;
	text-align: left;
	margin: -10px auto 0px;
}

/* left */
#main_left{
	float: left;
	width: 170px;
}

#category{
	padding-top: 20px;
}

#category ul{
	padding: 10px 10px 10px 20px;
}
#category li{
	font-size: small;
	color: #683400;
	margin-bottom: 5px;
}

#archive{
	padding-top: 12px;
}

#archive ul{
	padding: 10px 10px 10px 20px;
}
#archive li{
	font-size: small;
	color: #683400;
	margin-bottom: 5px;
}

/*CALENDAR*/
#calendar{
	text-align: left;
	margin-top: 8px;
	padding: 5px;
	font-size: small;
	color: #683400;
	background-color: #ffc;
}
#calendar_day{
	font-weight: bold;
}
#calendar table{
	width: 100%;
	background-color: #ffc;
}
#calendar th{
	width: 14%;
	text-align: center;
}
#calendar td{
	width: 14%;
	text-align: center;
}
#calendar a{
  display:block;
  background:#FFBE00 none;
}

/* right */
#main_right{
	float: left;
	width: 700px;
	margin-left: 10px;
}

/* Blog */
.blog_container{
	background: url("img_blog/entry_bg.gif") repeat-y 0 0;
}
.blog_top{
	background: url("img_blog/entry_top.gif") no-repeat 0 0;
	height: 21px;
}
.blog{
	width: 620px;
	margin: 0px 40px;
}
.entry_title{
	font-size: normal;
	font-weight: bold;
	color: #FD591A;
	line-height: 120%;
	position: relative;
	top: -10px;
padding-left: 8px;
	border-bottom: solid 2px #683400;
}
.entry{
	font-size: small;
	line-height: 150%;
	color: #683400;
	margin: 0px 30px 5px 30px;
}
.entry img{
	margin-bottom: 5px;
}
.p_right{
	float: right;
	margin-left: 8px;
}
.entry_footer{
	text-align: right;
	font-size: small;
	color: #683400;
	line-height: 130%;
	border-top: solid 1px #683400;
clear: right;
}
.entry_footer p{
	clear: both;
	margin: 5px 0px;
	padding-right: 8px;
}


.blog_bottom{
	background: url("img_blog/entry_bottom.gif") no-repeat 0 0;
	height: 33px;
	text-align: right;
}
.blog_bottom img{
	margin-top: 7px;
}

#bottom{
	background: url("img_blog/bottom.gif") no-repeat 0 0;
	clear: left;
	width: 900px;
	height: 50px;
}

/*リンク*/
a:link{
	color: #683400;
	text-decoration: underline;
}
a:visited{
	color: #683400;
	text-decoration: underline;
}
a:hover{
	color: #FD591A;
	text-decoration: underline;
}
