@charset "UTF-8";

/* 
	:title 		"会社概要ページ用スタイルシート";
	:created 	"2010/05/17";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
*/

/* title
-------------------------------------------------- */
#contents .size3of4 h2 { 
	width	: 570px;
	height	: 26px;
	margin	: 0 0 15px 0;
	background	: url(../img/bgi_sprites.png) no-repeat;
}

/* 会社概要
-------------------------------------------------- */
#contents .size3of4 table {
	width			: 99%;
	margin			: 0 0 2em 0;
 	border-collapse	: collapse;
}

#contents .size3of4 table th,
#contents .size3of4 table td {
	padding			: 5px;
	text-align		: left;
	vertical-align	: middle;
	border			: 1px solid #999;
}

#contents .size3of4 table th {
	width		: 20%;
	background	: #e0e0e0;
}

#contents .size3of4 table td {
	width		: 80%;
	background	: #fff;
}

/* トライアルトレーニング受付中バナー,
   初めてのご予約は〜バナー
-------------------------------------------------- */
.bannerLists { margin: 0 0 15px 0; }
	.bannerLists li { padding: 0 0 10px 0; }
