@charset "utf-8";
body{
	font-size: 0.8em;
	color: #666666;
	font-family: メイリオ,sans-serif;
	line-height: 1.4;
}

table{
	valign: middle;
	border: thin solid;
	cellpadding 3;
	width: 720px;
}

td{
	color: #000000;
	padding-left:1.0em;
}

th{
	background-color: #D3D3D3;
	height: 40px;
	width: 60px;
}

h1{
	font-size: 1.0em;
	font-weight: normal;
}

/* 写真＆コメント */
.pic{
	margin: 0 12px 12px 0;
	float: left;
	width: 200px;
}

/* 講座名 */
#a01{
	color: red;
	font-size: 1.4em;
	font-weight: bold;
	width: 480px;
}
/* ジャンル */
#a02{
	width: 120px;
	padding-left: 0px;
	display：block;
	margin: auto;
}
/* 内容 */
#a03{
	width: 660px;
}
/* 日時 */
#a04{
	width: 300px;
}
/* 会場 */
#a05{
	width: 300px;
}
/* 対象 */
#a06{
	width: 300px;
}
/* 定員 */
#a07{
	width: 120px;
}
/* 費用 */
#a08{
	width: 120px;
}
/* 申込方法 */
#a09{
	width: 300px;
}
/* 申込期間 */
#a10{
	width: 300px;
}
/* 備考 */
#a11{
	width: 660px;
}
/* 閉じる */
#a12{
	width: 720px;
}

