@charset "UTF-8";

@import "../css/import.css";

h1{
	background-image: url(/blog/img/h1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 860px;
}

/* index */

#blog{

}

#b_left{
	float: left;
	width: 200px;
	margin: 20px;
}

#b_right{
	float: right;
	width: 595px;
	margin-top: 20px;
}


.blog_calender{
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}

.blog_calender td{
	padding: 3px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.blog_calender th{
	background-color: #eeeeee;
	font-weight: bold;
	padding: 3px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.sat{
	color: #0066CC;
}

.sun{
	color: #CC0000;
}

.holiday{
	background-color: #FFE0E0;
}


#b_left ul{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

#b_left li{
	list-style-position: inside;
	list-style-type: square;
}

#b_right h2{
	border: 1px solid #84B436;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#b_right h2 p{
	background-image: url(/blog/img/h2_bg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	font-size: 1.2em;
	color: #418722;
	font-weight: bold;
}

#b_right h2 p a{
	color: #418722;
	font-weight: bold;
}

#b_right h2 p a:hover{
	text-decoration:underline;
	color:#990000;
	font-weight: bold;
	
}


.date{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


.kiji{
	margin-bottom: 20px;
}

.pageMove{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}


.widget-header{
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin: 5px;
}

.archive-title{
	background-color: #DDEFB9;
	padding: 9px;
	font-size: 1.2em;
}

