/*  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;
}


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



#hdr ul,li {
	margin:0;
	padding:0;
	list-style: none;
	font-size: 10px;

}

#hdr_bg {
	text-align:center;
}

#logos {
	display: block;
	width: 768px;
}

#logos780 {
	display: block;
	width: 780px;
}

#hdr_logo1,
#hdr_logo2 {
	margin: 14px 0
}


#hdr_logo1 {
	margin-left: 6px;
	float: left;
	display: inline;
	width: 72px;
	height: 18px;
}

#hdr_logo2 {
	margin-right: 4px;
	float: right;
	display: inline;
	width: 128px;
	height: 18px;
}











