body{
	margin: 0px;
	padding: 0px;
	background-color: #313031;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

.all_contents{
	background: url(./img/blog_bg.gif) repeat-y top center #656565;
	text-align: center;
	border-bottom: 5px solid #D25A00;
}

.header{
	background: url(./img/header_bg.gif) repeat-y top center #323232;
	border-top: 10px solid #000000;
	border-bottom: 5px solid #D25A00;
	height: 100px;
	margin: auto;
	text-align: center;
}

.tx_head1{
	margin: 0px;
	padding: 8px 10px 10px 36px;
	font-size: 12px;
}

.tx_head2{
	margin: 0px;
	padding: 64px 10px 10px 36px;
	font-size: 12px;
}

.main_contents{
	width: 820px;
	margin: 20px auto 20px auto;
}

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

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


.blog_list{
	padding: 6px 0px 12px 6px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #9D4300;
}

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

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

.blog_list a{
	padding: 4px 0px 4px 30px;
	color: white;
	background: url(./img/blog_triangle.gif) no-repeat left center;
	display: block;
}

.blog_list a:hover{
	color: #FFE0E0;
}

.blog_diary_waku_head{
	background: url(./img/diary_waku.gif) no-repeat left center;
	width: 590px;
	height: 9px;
}

.blog_diary_waku{
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #BDBDBD;
	margin-bottom: 22px;
}

.blog_diary_title{
	margin: 0px;
}

.blog_diary_title h2{
	border-bottom: 1px solid #D25A00;
	padding: 2px 0px 8px 0px;
	margin: 0px 20px 10px 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #D25A00;
}

.blog_diary_title h2 a{
	color: #D25A00;
}

.blog_diary_date{
	background: url(./img/triangle.gif) no-repeat left center;
	font-size: 12px;
	line-height: 1.5em;
	margin: 12px 20px 12px 20px;
	padding: 0px 0px 0px 16px;
	color: white;
}

.category a{
	color: #D25A00;
}

.blog_diary{
	margin: 0px;
	padding: 0px 20px 20px 20px;
	font-size: 13px;
	line-height: 1.5em;
	color: white;
}

.footer{
	color: white;
	font-size: 13px;
	width: 860px;
	height: 26px;
	margin: auto;
	padding-top: 24px;
	text-align: center;
}

.font0{
	font-size: 0px;
}
