

/*─ color ───────────────────────────────────────*/

body		{ background-color: #aaaaaa; font-family: "メイリオ", Meiryo; }

.red		{ color: #ff0000; }
.blue		{ color: #0000ff; }
.green		{ color: #009900; }
.orange		{ color: #ff8000; }
.gray		{ color: #aaaaaa; }
.white		{ color: #ffffff; }
.black		{ color: #000000; }

.bg_white	{ background-color: #ffffff; }
.bg_sky		{ background-color: #eeeeff; }
.bg_border	{ background-color: #666699; }


/*─ title ───────────────────────────────────────*/

h1 {
	font-size : 40px;
	text-align : center;
	margin-top : 1.5em;
	margin-bottom : 2em;
	color : #000000;
}

h2 {
	font-size : 25px;
	margin-top : 1.5em;
	margin-bottom : 2em;
}

h2.pageTop {
	margin-top : 0;
	margin-bottom : 1em;
}

h3 {
	font-size : 20px;
	margin-bottom : 1.5em;
}


/*─ separator ─────────────────────────────────────*/

hr {
	margin-top : 3em;
	margin-bottom : 2em;
}


/*─ "p" class ─────────────────────────────────────*/

p {
	margin : 0;
	align : left;
}

p.DateTop {
	font-size : 10px;
	margin-bottom : 1em;
}

p.read {
	font-size : 12px;
}

p.TitleRead {
	font-size : 18px;
	margin-bottom : 3em;
}

p.body {
	text-align : justify;
	text-justify : inter-ideograph;
	line-height : 1.3;
	font-size : 16px;
	margin-bottom : 1em;
}

p.imgCaption {
	font-size : 12px;
	margin-top : 1em;
	margin-bottom : 0.5em;
}


/*─ "ul" class ─────────────────────────────────────*/

ul {
	margin : 0;
	text-align : left;
	line-height : 1.3;
}

ul.body {
	font-size : 16px;
	margin-bottom : 1em;
	line-height : 1.3;
}


/*─ "img" class ─────────────────────────────────────*/

img {
	border : 0;
}

img.Expansion {
	border : 2px solid #996600;
}

img.Counter {
	text-align : left;
	margin-bottom : 2em;
}


/*─ "table" class ─────────────────────────────────────*/

table.PartsList {
	border : solid 1px #d3d3d3;
	border-collapse : separate;
	text-align : justify;
	text-justify : inter-ideograph;
	line-height : 1.2;
	font-size : 16px;
	margin-left : 1em;
	margin-top : 2em;
	width : 90%;
}

table.photo {
;
}

table.photo td {
;
}


/*─ "th, td" class ─────────────────────────────────────*/

th.PartsList {
	border : solid 1px #d3d3d3;
}

td.PartsList {
	border : solid 1px #d3d3d3;
}




