@charset "utf-8";

/*========================================================
top.css
========================================================*/
/*--------------------------------------------------------
common
--------------------------------------------------------*/
#separateWrap {
	background-color: #CC0000;
}

h3 {
	border-color: #CC0000;
}
	h3 span {
		background-color: #CC0000;
	}

/*--------------------------------------------------------
index.html
--------------------------------------------------------*/
body#top h2 {
	background-image: url(../images/img_mainImg.jpg);
	height: 258px;
}

#main {
	padding-top: 0;	
}

div#top3Cnt {
	background: #FFF url(../images/bg_top3Cnt.gif) 0 0 no-repeat;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
}
	div#top3Cnt dl {
		float: left;
		width: 220px;
		padding: 0 20px;
		min-height: 127px;
		_height: 127px;
	}
		div#top3Cnt dl dt {
			font-weight: bold;
			height: 25px;
			line-height: 25px;
		}
		div#top3Cnt dl dd {
			margin-top: 10px;	
		}
		div#top3Cnt dl dd.btn_top3Cnt {
			margin-top: 10px;	
		}
			div#top3Cnt dl dd.btn_top3Cnt a,
			div#top3Cnt dl dd.btn_top3Jpn a {
				text-indent: -9999px;
				display: block;
				width: 160px;
				height: 48px;
				background-image: url(../images/btn_top3Cnt.gif);
			}
			
			div#top3Cnt dl dd.btn_top3Jpn a {
				background-image: url(../images/btn_top3CntJpn.gif);
			}

			div#top3Cnt dl dd#btn_srch a	   { background-position:bottom left; }
			div#top3Cnt dl dd#btn_srch a:hover { background-position:top left; }
			div#top3Cnt dl dd#btn_rgst a	   { background-position:bottom right; }
			div#top3Cnt dl dd#btn_rgst a:hover { background-position:top right; }
			
			div#top3Cnt dl dd#detail a {
				color: #CC0000;
				font-weight: bold;
				font-size: 14px;
				font-size: 1.4rem;
				background: #FFF url(../images/arrRed.gif) 0 center no-repeat;
				padding-left: 20px;
			}

dl#news {
	padding-left: 10px;
	overflow: hidden;
}
	dl#news dt {
		font-weight: bold;
		padding: 10px 1em;
		font-size: 13px;
		font-size: 1.3rem;
		border-top: 1px dashed #CCC;
		margin-top: -1px;
	}
	dl#news dt:first-child {
		padding-top: 0;
	}
		dl#news dt span.newsDate {
			display: inline-block;
			width: 10em;
		}
		dl#news dt span.newsTtl {
			color: #0f6499;
			cursor: pointer;
			text-decoration: underline;
		}
		dl#news dt span.newsTtl:hover {
			color: #CC0000;
		}
		
	dl#news dd {
		padding-left: 12em;
		padding-bottom: 10px;
		margin: 5px 0;
	}
	
/* freeのバッチ部分 */
img#batch {
	position:absolute;
	top:15px;
	right:10px;
}

/* news&topics内のテーブル */
.tbl_news {
	margin: 10px 0;
}
.tbl_news th,
.tbl_news td {
	border: 1px dotted #CCC;
	padding: 5px;
}
.tbl_news th {
	width: 100px;
}
	.tbl_news td ol {
		padding-left: 20px;
	}
		.tbl_news td ol li {
			margin-top: 10px;
		}
