@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　ブログ用クラスの定義CSS　■□■□■
 * 
 * Author   : IT
 * FirstDate: 2009/11/12
 * LastDate : 2010/03/19
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
/*p,
ul,
ol,
dl,
h2,
h3,
h4,
table {
	margin: 0 10px 15px 10px;
}
h2 {
	clear: both;
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1.2em;
	border:;
	color: #;
	padding: 0;
	margin: 30px 0 10px 0;
}
h3 {
	clear: both;
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1.1em;
	border:;
	color: #;
	padding: 0;
	margin: 25px 10px 10px 10px;
}
h4 {
	clear: both;
	background: url() repeat-y left top #;
	font-weight: bold;
	font-size: 1em;
	border:;
	color: #;
	padding: 0;
	margin: 20px 10px 5px 10px;
}*/
div#primary h2 a {
	text-decoration: none;
	color: #333333;
}

/*------------------table------------------*/
table {
	width: auto;
	font-size: 1.0em;
	line-height: 1.5;
}
th,
td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
th {
	background-color: #FFFFFF;
	line-height: 1.2em;
}
