@charset "Shift_JIS";
/**************************************
*
*	release page Structure Style Sheet
*	Last Update 2011-01-07
*
**************************************/

/*thの背景色を濃くする　新規作成するページはこれを読み込ませる*/
#contentArea table th {

	background-color: #d4d4d4;

}

#contentArea table{
	border-color: #888;
}


#contentArea table th{
	border-color: #888;
}
#contentArea table td{
	border-color: #888;
}
#contentArea div.section table.spec tbody table.bye{
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

#contentArea div.section table.spec tbody table.bye td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 0.3em 1em;
}

#contentArea .img {
	width: 750px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4em;
}

#contentArea .img_column {
	width: 390px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4em;
	float: left;
}
