@charset "utf-8";
@import url("common.css");

/*-- leftcol -----------------------------------------------------*/

.left_banner {
	width		: 205px;
	height		: auto;
	margin-bottom	: 10px;
	clear:left;
}

#infoBox{
	width		: 205px;
	text-align	: left;
	list-style-type	: none;
	margin		: 5px 0;
}

#infoBox li{
	width		: 205px;
	margin-bottom	: 5px;
	height		: 1%;
}

#infoBox li:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.info_up {
	width		: 205px;
	text-align	: left;
	background	: url(../img/left_infobg_top.gif) no-repeat;
	text-indent	:-9999px;
}

.info_title {
	width		: 190px;
	font-size	: 12px;
	font-weight	: normal;	
	line-height	: 1.2;
	background	: url(../img/left_line01.gif) no-repeat;
	background-position	 :bottom left;
	padding-bottom		: 6px;
	margin		: 8px 5px 0 7px;
}

.info_middle {
	width		: 205px;
	background	: url(../img/left_bg02.gif) repeat-y;
	text-align	: left;
}

.info_middle p{
	width		: 190px;
	margin		: 5px 0 5px 7px;
	padding-bottom	: 7px;
	line-height	: 120%;
	border-bottom	: 1px dotted #999;
}
	
.info_down {
	clear		: both;
	margin-bottom	: 20px;
}

.archives {
	list-style	: none;
	padding-left: 10px;
	line-height	: 200%;
}

.archives li {
	background	: url(../img/icon02.gif) center left no-repeat;
	color		: #039;
	text-decoration	: underline;
	padding-left: 10px;
}

.archives li a:link, .archives li a:active, .archives li a:visited {
	color		: #06F;
	text-decoration	: underline;
}

.archives li a:hover {
	color		: #039;
	text-decoration	: underline;
}

.top_title {
	padding		: 5px 0 10px 10px;
}

/*-- maincol -----------------------------------------------------*/

.content_box {
	width		: 635px;
	height		: auto;
	margin-right	: 13px;
	margin-bottom:30px;
}

.content_top {
	width		: 635px;
	height		: 7px;
}

#content_middle {
	width		: 635px;
	height		: auto;
	background	: url(../img/content_middle.gif) repeat-y;
	text-align	: left;
	padding		: 10px 0 0 25px;
	letter-spacing	: normal;
	line-height	: 200%;
	height		: 1%;
}

#content_middle:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.content_bottom {
	width		: 635px;
	height		: 7px;
}

.news {
	font-size	: 14px;
	color		: #39F;
	text-align	: left;
	font-weight	: normal;
	height		: 20px;
	background	: url(../img/content_subtitle.gif) left bottom no-repeat;
	padding-left	: 20px;
	margin-bottom	: 10px;
	width		: 575px;
}

.blog_new {
	list-style	: none;
	line-height	: 180%;
}

.blog_title {
	background	: url(../img/icon02.gif) center left no-repeat;
	padding-left: 10px;
	font-weight	: normal;
	width		: 575px;
}

.blog_title a:link, .blog_title a:active, blog_title visited {
	text-decoration	: underline;
	font-weight	: normal;
	color		: #333;
}

.blog_title a:hover {
	color		: #06F;
	font-weight	: normal;
	text-decoration	: underline;
}

.blog_date {
	color		: #06F;
	font-weight	: normal;
}

.blog_text {
	color		: #333;
	width		: 575px;
	text-decoration	: none;
	font-weight		: normal;
	list-style		: none;
}


/*-- Entry Page ---------------------------------------------------*/

.blog_title2 {
	margin-bottom	: 20px;
}

.blog_title2 a:link, .blog_title2 a:active, .blog_title2 a:visited {
	font-size	: 14px;
	font-weight	: normal;
	color		: #06F;
	text-decoration	: none;
}

.blog_title2 a:hover {
	font-size	: 14px;
	text-decoration	: underline;
	font-weight	: normal;
	color		: #06F;
}

.blog_pic {
	width		: 280px;
	height		: 210px;
	border		: solid 1px #999;
	margin		: 20px 0;
}

.coment {
	text-align	: right;
	margin		: 20px 35px 5px 0;
}

.blog_hr {
	width		: 575px;
	margin-right: 20px;
	color		: #999;
}

.entry_new {
	list-style	: none;
	padding-left: 10px;
	line-height	: 200%;
}

.entry_new li {
	background	: url(../img/icon02.gif) center left no-repeat;
	color		: #039;
	text-decoration	: underline;
	padding-left: 10px;
}

.entry_new li a:link, .entry_new li a:active, .entry_new li a:visited {
	color		: #06F;
	text-decoration	: underline;
}

.entry_new li a:hover {
	color		: #039;
	text-decoration	: underline;
}

.w575 {
	width		: 575px;
	margin-bottom	: 20px;
	clear		: both;
}



/*calendar*/

#calendar {
    margin: 0 0 0 20px;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
