@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　ブログ用クラスの定義CSS　■□■□■
 * 
 * Author   : ito
 * FirstDate: 2009/11/12
 * LastDate : 2009/11/12
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
h2 {
	margin: 0 0 20px 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}


/*------------------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;
}
.table {
	clear: both;
	width: 440px;
	font-size: 1.0em;
	line-height: 1.5;
	margin:0 auto 10px auto;
}
.table th,
.table td {
	border: 1px solid #CCCCCC;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}
.table th {
	background-color: #EDF3FA;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
.table ul,
.table ol,
.table p {
	margin: 0;
}
.table ol li {
	margin-left: 30px;
}
table.flow th {
	background-color: #FFDDDD;
}

