@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.upper_m {
    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: 800px;
}

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;
}

hr.bottom_m {
    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: 800px;
}

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
}

ul.siromaru{
   list-style-type: circle;
}

ul.kuromaru{
   list-style-type: disc;
}

ul.nasi{
   list-style-type: none;
}

/************************************/
/* 電気工作用のＣＳＳ　ｔａｂｌｅ		*/
/************************************/

table {
	border: 0px #ff0000 solid;
	background-color: silver;
	margin-left:auto;margin-right:auto;
	padding: 0px;
}

/********************************/
/* 電気工作用のＣＳＳ　ｔｄ		*/
/********************************/

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

/* td 写真用 */
td.photo {
	text-align: center;
	vertical-align: top;
	width: 160px;
	height: 160px;
}

/* td 上部コメント用 */
td.comment_s {
	text-align: left;
	vertical-align: top;
	width: 640px;
}

/* td 下部コメント用 */
td.comment {
	text-align: left;
	vertical-align: top;
	width: 960px;
}

/* td 最下部の部分用 */
td.comment0 {
	border: 0px #000000 solid;
	text-align: left;
	vertical-align: top;
	width:20px;
}

/* td 最下部の部分用 */
td.comment1 {
	border: 0px #000000 solid;
	text-align: center;
	vertical-align: top;
	width: 100px;
}

/* td 最下部の部分用 */
td.comment2 {
	border: 0px #000000 solid;
	text-align: center;
	vertical-align: top;
	width: 340px;
}

