/* 大枠 */
div#contents_main div.a_contents {
	margin:0px 5px 10px;
	padding-bottom:10px;
	width:574px;
	
	border-style:dotted;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#999999;
	
}
table.contents_table {
	width:574px;
	display:inline-table;
}
table.contents_table tr td.photo_cell {
	width:80px;
	vertical-align:top;
}
table.contents_table tr td.read_cell {
	padding:0px 10px 0px 10px;
	vertical-align:top;
}
table.contents_table tr td.navi_cell_upper {
	width:50px;
	text-align:right;
	vertical-align:top;
}
table.contents_table tr td.navi_cell_under {
	width:50px;
	text-align:right;
	vertical-align:bottom;
}
/* コンテンツのレイアウト */
td.read_cell span.goodies_code {
	background-color:#99CCFF;
	padding:2px 4px 2px 4px;
	margin-bottom:8px;
}
td.read_cell div.goodies_code {
	padding-bottom:3px;
}
td.read_cell h2 {
	font-size:12px;
}
td.read_cell h2 strong {
	font-size:14px;
}
td.read_cell h3 {
	padding-left:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:10px;
}
td.read_cell h4 {
	padding-left:10px;
	padding-bottom:5px;
	font-size:11px;
	color:#666666;
}
td.read_cell p {
	font-size:11px;
}
h2.maker_group_title {
	font-size:15px;
	font-weight:bold;
	color:#000099;
	padding:7px 7px 7px 7px;
	margin:7px 5px 7px 5px;
	
	background-color:#DDDDDD;
}
