body{
	margin: 0px;
	padding: 0px;
	background: url(./img/header_bg.gif) repeat-x left top;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

img{
	border: none;
}

/* ■■■■ ブログCSS ■■■■ */


.header{
	background-color: white;
	width: 900px;
	margin: auto;
}

.main_contents{
	width: 900px;
	background-color: white;
	margin: 0px auto 20px auto;
}

.blog_left{
	width: 250px;
	float: left;
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
}

.blog_right{
	width: 520px;
	margin-right: 45px;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
}


.blog_list{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 10px;
}

.blog_list ul{
	padding: 0px;
	margin: 0px;
}

.blog_list li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.blog_list a{
	padding: 0px 0px 0px 13px;
	color: #6699ff;
	background: url(./img/blog_triangle.gif) no-repeat left top;
	display: block;
}

.blog_list a:hover{
	color: #0044ff;
}

.blog_diary_title{
	background: url(./img/title_bg.gif);
	border-left: 5px solid #B51611;
	padding: 8px 10px 8px 10px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #B51611;
}

.blog_diary_title a{
	color: #B51611;
	text-decoration: none;
}

.blog_diary_date{
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dashed #999999;
}

.category{
	color: #B51611;
}

.blog_diary{
	margin: 0px 0px 40px 0px;
	padding: 15px;
	font-size: 13px;
	line-height: 1.5em;
}

.footer{
	width: 900px;
	height: 100px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #999999;
	margin: auto;
	text-align: center;
}

