@import url("../_common/common.css");

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	/* total-height: 20px; */
	margin: 20px 0 0;
	padding: 4px 0 0 18px;
	height: 16px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .1em;
	color: #fff;
	background-color: #693;
	background-image: url("../_cmn_img/bg_h2.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
h2.FirstElement {
	margin-top: 5px;
}

h3 {
	margin: 1em 0 0 20px;
	padding: 0;
	font-size: 12px;
	color: #360;
	letter-spacing: .1em;
}

strong {
	color: #c00;
	font-weight: normal;
}
.LinkURL strong {
	color: #00f;
	font-size: 14px;
	font-weight: normal;
}
.LinkURL {
	margin: 1em 50px;
}

#MainContents p {
	color: #333;
}
/*\*/
* html #MainContents p {
	letter-spacing: .1em;
}
/**/


.TT {
	font-family: "lr SVbN", "Osaka|", mono, monospace;
}
.Bn {
	color: #555;
}

#Footer {
	margin-top: 20px;
}
