@charset "Shift_JIS";

/*----------------------------------------------------------------------------
基本設定
----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block }
/* End hide from IE-mac */

/*----------------------------------------------------------------------------
記事
----------------------------------------------------------------------------*/
.box1{
	width:560px;
	margin:10px 0 10px 40px;
	line-height:170%;
	text-align:left;
}
table.news {
	width: 500px;
	border: none;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#note {
	width: 560px;
	margin: 10px 0;
}

table.note {
	width: 560px;
	border: none;
	margin: auto;
}
table.note td {
	padding: 5px;
}
table.note_detail {
	width: 560px;
	border: none;
	margin: auto;
	margin-bottom: 20px;
}
table.note_detail td {
	padding-right: 5px;
}
table.miki {
	width: 560px;
	border: none;
	margin: 20px 0;
}
table.miki td {
	border: none;
	padding: 5px;
	vertical-align: top;
}
table.imanaga {
	width: 560px;
	border: none;
	margin: 20px 0;
}
table.imanaga td {
	border: none;
	padding:0 5px;
	vertical-align: top;
}
.back {
	background-color: #A9A9A9;
	color: #fff;
}
.d01 {
	margin-left:10px;
}
.d02 {
	margin-top:10px;
	border-bottom:1px solid #436EEE;
	color:#436EEE;
}
/*----------------------------------------------------------------------------
画像
----------------------------------------------------------------------------*/
h4 {
	color: #999;
	font-size: small;
	padding:5px 20px 10px 20px;
	background:#fff url(img/title.jpg) no-repeat;
}
.day {
	font-size: small;
	text-align: right;
	padding: 0px;
	margin: 0px;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
}
span {
	color: #333;
	font-weight: normal;
}
/*----------------------------------------------------------------------------
画像
----------------------------------------------------------------------------*/
.imgRight {
	float: right;
	padding-left: 5px;
}
.imgLeft {
	float: left;
	padding-right: 10px;
}
.imgCenter {
	text-align: center;
	margin-bottom: 10px;
}

