@charset "utf-8";
/* CSS Document */


/* Top
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents .center_box{
	float:left;
	height:auto;
	margin-left:20px;
}

#contents .blogbox {
	width:755px;
	height:auto;
	padding-left:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#contents .blogbox .subtitle{
	font-size:17px;
	border-bottom:1px solid #A05A54;
  border-left:5px solid #A05A54;
  padding-left:8px;

}
#contents .blogbox .body{
	margin-top:20px;
}
/* ブログ記事のスタイル設定 */

table.template-01 {
	width:755px;
	margin-bottom:10px;
  padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	height:auto;
}

table.template-01 td.right-content {
	padding: 0px 10px;
	vertical-align: top;
}
td {
	padding: 0px 10px;
	vertical-align: top;
}

table{
	width:755px;
	margin-bottom:10px;
  padding-bottom:10px;
	vertical-align: top;
}
table a{
	color:#A05A54;
	text-decoration:none;
}
table a:hover{
	color:#A05A54;
	text-decoration:underline;
}




/* 右サイドバーのスタイル設定 */
#contents .right_box .title{
	background-image: url(../img/blog_obi_1.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:40px;
	height:32px;
	font-size:14px;
	text-align:center;
	color:#fff;
	padding-top:8px;
}	

#contents .right_box .list{
	margin-top:5px;
	width:170px;
}	
#contents .right_box .list li{
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;
}	
#contents .right_box .list li a{
	text-decoration:none;
	color:#333;
}	
#contents .right_box .list li a:hover{
	text-decoration:none;
	color:orange;
}

#contents .right_box .kana{
	margin-top:5px;
	width:180px;
	padding-bottom:10px;

}	
#contents .right_box .kana li{
	float:left;
	margin-right:12px;
	margin-top:12px;
}	
#contents .right_box .kana li a{
	text-decoration:none;
	color:#A05A54;
	padding:3px 5px 3px 5px;
	border:1px solid #A05A54;

}	
#contents .right_box .kana li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#A05A54;
}	
#contents .right_box .list .title2 {
	width:175px;
	font-size:14px;
	font-weight:bold;
	background-color:#A05A54;
	color:#fff;
	padding-top:2px;
	padding-left:5px;
	margin-top:5px;
}



