/* -----  基本CSS ----- */

html {
	overflow-y: scroll;
}
body {
	font-size: small;
	color: #000000;
	line-height: 120%;
	margin: 0px;
	background: #FFFFFF url(../img/bg.gif) repeat-y center;
}
#outline {
	width: 730px;
}
#pr {
	font-size: 10px;
	color: #7F7F7F;
	text-align: left;
}
#header {
	padding-top: 5px;
	padding-bottom: 5px;
}
#title {
	margin-top: 2px;
}
#contents {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
#footer {
	padding: 8px;
	color: #999999;
	border-top: 5px solid #F7A520;
	margin-top: 20px;
	font-size: 11px;
}

/* テキストリンク */
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF9966;
}
a:active {
	color: #FF9966;
}

/* 画像リンク */
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.70;
}
a:active img {
	filter:alpha(opacity=80);
	opacity:0.80;
}

/* テキストサイズ */
.txts {
	font-size: 90%;
}
.txtss {
	font-size: 80%;
}
.txtl {
	font-size: 110%;
}
.txtll {
	font-size: 120%;
}
.txtb {
	font-weight: bold;
}
.txt14 {
	font-size: 14px;
}

/* テキスト行間 */
.th110 {
	line-height: 110%;
}
.th130 {
	line-height: 130%;
}
.th140 {
	line-height: 140%;
}
.th150 {
	line-height: 150%;
}

/* テキスト等幅 */
.txt-mono {
	font-family: monospace;
}

/* 行揃え */
.vat td{
	vertical-align: top;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

/* img下のスペースを削除 */
.fit { vertical-align: text-bottom; }

/* 回り込み解除 */
.clear {
	clear: both;
}

/* ボーダーなし */
.nobdr {
	border: none !important;
}
