@charset "utf-8";
/* CSS Document */

P{
    font-size: 9pt; 
    text-indent: 0pt;
    margin-left: 0px;
    } 
A {
	text-decoration: none;
}
.midashi1 {
	font-size:14px; line-height:16px;
}
.midashi2 {
	font-size:10px; line-height:12px;
}
.midashi3 {
	font-size:12px; line-height:13px;
}
 
a:hover {
	text-decoration:underline; color:#999000;
}
A:HOVER{
	background-color :#6600FF;
}
.htconte{
	font-size:12px;
	width:700px;
}
.green {
	color: green;
	font-size:14px;
}
.red {
	color: #ff0000;
}
.red b{
	color: #ff0000;
	font-size:14px;
}
.blue {
	color: #0000ff;
	font-size:14px;
}
.purple {
	color: #6633cc;
}
.orange{
	color:orange;
	font-size:12px;
	}
.company{
	margin-top:1em;
	margin-bottom:1em;
	text-align:right
	}
.company a{
	line-height: 16px !important;
}
.company a:hover{
	color: red !important;
	text-decoration: underline !important;
}
.goto{
	width:100%;
	text-align:right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tenzi{
	text-align: right;
	color: red !important;
}
.tenzi a{
	text-decoration: none !important;
	background-color: #FFF !important;
	color: red !important;
}
.htconte{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* <sub>や<sup>のズレを防ぐ */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative; } 
sup {
	bottom: 1ex;
	} 
sub {
	top: .5ex;
	}

/* 外字や異体字を画像で表示するさいのズレを修正 */
.gaijiImg{
	position:relative;
	top:1px;
	margin:0 1px;
}
