body { font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka-等幅, Osaka, 平成角ゴシック }
.txtcopyr  { color: white; font-size: 10px; line-height: 120% }
.txt10   { font-size: 10px; line-height: 120%; letter-spacing: 1px }
.txt12   { font-size: 12px; line-height: 120%; letter-spacing: 1px }
.txt14    { font-size: 14px; line-height: 120%; letter-spacing: 0px; word-break: break-all}
.txt16    { font-size: 16px; line-height: 140%; letter-spacing: 1px }
.txtnew { font-size: 12px }
a { color: #191970; text-decoration: none }
a:hover { color: #8b0000; text-decoration: none }
.txtrb  { color: #696969; font-size: 12px; line-height: 120% }
.printpdf { background-color: #f5f5f5; border: dotted 2px #696969 }
#printpdf_top { border-top: dotted 1px #696969 }
a.uline  { text-decoration: underline }
a:hover.uline  { text-decoration: underline }





/* トップページ「新着情報」 */
div#whatsNew {
	margin:0px;
	padding:0px 16px;
}

div#whatsNew img {
	border:none;
}

/* 更新見出し */
div#whatsNew h3 {
	margin-top:20px;
	margin-bottom:5px;
	padding-left:20px;
	font-size:12px;
	background:url(images/anim_icon.gif) no-repeat;
}

div#whatsNew  * {
	margin:0px;
	padding:0px;
}
div#whatsNew dl {
	font-size:12px;
	text-align:left;
}

/* 更新内容 タイトル */
div#whatsNew dl dt {
	margin-bottom:5px;
	font-weight:bold;
}
/* 更新イメージ */
div#whatsNew dl dt.image {
	width:125px;
	float:left;
	margin-right:5px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}
/* 更新イメージキャプション */
div#whatsNew dl dt.image span {
	margin-bottom:5px;
	display:block;
}

/* 更新内容 本文 */
div#whatsNew dl dd {
}


/* 2009.11.05 更新用スタイル  */
div#whatsNew dl dd ul {
	margin-top:5px;
	margin-left:15px;
}
div#whatsNew dl dd ul li {
	margin-top:3px;
}




/* ブラウザバグ対策 */
/*------- フロートのためのハック -------*/
/*  IE以外のモダンWebブラウザ向け指定 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

/*  IE 7 およびMac版IE 5ブラウザ向け指定 */
.clearfix {
	display: inline-block;
}

/*  IE 6 以前向け指定 */
/*Hides from IE-mac \*/
*html.clearfix{height: 1%;}
.clearfix{display: block;}
/*End hide from IE-mac*/


