
/* レイアウト全体の配置位置
------------------------------------*/
#img {
	position:absolute;
	left:0px;
	top:168px;
	width:856px;
	height:182px;
	background: #DEDEDE url("../img/img.jpg") no-repeat;
}

#main {
	position:absolute;
	left:0px;
	top:348px;
	width:856px;
	height:638px;
}

table {
	width: 100%;
	border-spacing: 0;
}

th {
	padding: 6px 0 6px 0;
	vertical-align: top;
}

td {
	padding: 6px 0 6px 6px;
}

th.name {
	width: 435px;
	text-align: right;
}

td.title {
	padding: 26px 0 6px 0;
}

td.description {
	width: 421px;
	text-align: left;
	vertical-align: top;
}


/* 本文
------------------------------------*/
#top {
	font-size: 1px;
	color: #DEDEDE;
}

#caption {
	font-size: 9px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-top: 8px;
}

#all #main #text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 856px;
	height: 638px;
	margin-top: 12px;
	line-height: 1.5;
	font-size: 12px;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: right;
}
#all #main #text dd {
	margin-bottom: 18px;
}

#all #main #text h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	color: #666666;
	margin-top: 16px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CC0000;
	line-height: 1;
	letter-spacing: 2px;
}