/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	font-family: meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	color: #474747;
}

body, td, th {
	font-size: x-small;
	line-height: 1.2;
}

a {
	color: #666666;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}	

.txtlink {
	color: #474747;
}


/* 固有のスタイル */
.tx16 {
	font-size: small;
	line-height: 1.2;
}
	
.tx12 {
	font-size: x-small;
	line-height: 1.2;
}

.tx10 {
	font-size: xx-small;
	line-height: 1.2;
}

/*----------------------------------------*/

ul {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border:0;
}


/*-------------ForOpera----------*/

.for_opera {
	display: block;
	width: 1px;
	height: 1px;
}

/*--------------------------------------

	Hypertext Module

--------------------------------------*/


.staylink {
	font-weight: bold;
}


