/* ================== */
/*	基本的なこと	*/
/* ================== */

/* 全体 */
body{
	background : #fff;
	margin : 0px;
	color : #414141;
	}
img{
	-ms-interpolation-mode: bicubic;
}
/* リンクの色等 */
a {/* 通常時 */
	color : #0077e6;
	}
a:visited {/* 訪問済み */
	color: #996699;
	} 
a:hover{/* マウスが上に来た時 */
	color : #ff6600;
	text-decoration : none;
	}
.txts{
	font-size:11px;
	}
.txtm{
	font-size:12px;
	}
.txtredb{
	color:#ff0000;
	font-weight:bold;
	}
.txline1{
	background : url(img/txline.png) 0 18px;
	font-weight : bold;
	}