*{
	margin: 0; 
	padding: 0; 
}

/*-------------------- body --------------------*/
body {
	background-color: #7f0000;
	color: #333;
	/* font-family : 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif; */
	font-family: "Osaka", sans-serif;
	font-size: 10px;
	font-style: normal; 
	font-weight: normal; 
	line-height: 15px;
	text-decoration: none; 
}
/*-------------------- container --------------------*/
#container {
	background-color: #ffffff;
	margin: 0 auto;
	width: 301px;
}
/*-------------------- header --------------------*/
#header {
	background: url('../image/h_c_c.jpg') no-repeat 5px 20px;
	height: 145px;
}
/*-------------------- contents --------------------*/
.post {
	background: url('../image/c_c_line.gif') no-repeat top;
}
.title {
	font-weight: bold;
	padding: 21px 0 17px 15px;
}
.date {
	color: #660000;
	font-weight: normal;
	margin-right: 13px;
}
.text {
	float: left;
	padding-left: 15px;
	width: 135px;
}
.photo {
	float: right;
	padding: 0 16px 15px 0;
}
/*-------------------- clear --------------------*/
.clear_both {
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 0;
}
/*-------------------- footer --------------------*/
#footer {
	background: url('../image/c_c_line.gif') no-repeat top;
	height: 64px;
}
#footer .new {
	float: left;
	padding: 18px 0 0 15px;
}
#footer .old {
	float: right;
	padding: 18px 15px 0 0;
}