@charset "UTF-8";
/********************************/
/* 電気工作用のＣＳＳ　全体		*/
/********************************/

body {
	background-color: silver;
	border: 0px #ff0000 solid;
}

div {
	text-align: center;
}

hr.upper {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 5px;
    width: 1024px;
}

hr.bottom {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-top-color: black;
    border-left-color: black;
    border-right-color: White;
    border-bottom-color: White;
    height: 3px;
    width: 1024px;
}

span.s{
	font-size: small;
}

span.m{
	font-size: medium;
}

span.mb{
	font-size: medium;
	font-weight: bold;
}

span.xxl{
	font-size: xx-large;
	color: white
}

table {
	border: 0px #ff0000 solid;
	background-color: silver;
	margin-left:auto;margin-right:auto;
	padding: 0px;
}
/* td 共通 */
td {
	background-color: silver;
	font-size: medium;
	font-family: sans-serif;
}

/* td 写真用 */
td.photo_b {
	border: 1px #000000 solid;
	text-align: center;
	vertical-align: top;
	width: 200px;
	height: 200px;
	padding: 0px;
}

/* td 左詰め中部コメント用 */
td.comment_ml {
	text-align: left;
	vertical-align: top;
	width: 800px;
}

