@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　ブログ用クラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2009/11/12
 * LastDate : 2009/11/12
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
h2 {
	margin: 0 0 10px 0;
}
h2 a {
	text-decoration:none;
	color:#000000;
}
h2 a:hover {
	text-decoration:none;
	color:#000000;
}

/*------------------table------------------*/
table {
	width: auto;
	font-size: 1.0em;
	line-height: 1.5;
	margin: 0 20px;
}
table th,
table td {
	border: none;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
table th {
	background-color: #FFFFFF;
	margin: 0;
	line-height: 1.2em;
}
