@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　ブログ用クラスの定義CSS　■□■□■
 * 
 * Author   : IT
 * FirstDate: 2009/11/12
 * LastDate : 2009/11/12
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
p,
ul,
ol,
dl,
h2,
h3,
h4,
table {
	margin: 0 10px 15px 10px;
}
h2 {
	clear: both;
	background: url(../img/bg15.jpg) no-repeat left bottom #ffffff;
	border: solid 1px #cccccc;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	padding: 7px 0 7px 30px;
	margin: 0 0 15px 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
}/*
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;
}

/*------------------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;
}
