@charset "UTF-8";
/* CSS Document */

h1{
	background-image:url(../img/h1.jpg);
	height:100px;
	}


.toTop{
	margin-top:10px;
	margin-bottom:40px;
	clear:both;
	}



.termList{
	display:inline-block;
	}
/*clearfix start*/
.termList:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/


.lCol,
.rCol{
	width:265px;
	float:left;
	padding-bottom:25px;
	}
.lCol{
	clear:both;
	}


.termList a{
	background-image:url(/ja/common/img/bullet04.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	color:#666666;
	text-decoration:underline;
	padding-left:20px;
	}
.termList a:link,
.termList a:visited{
	}
.termList a:hover{
	color:#cc0000;
	}
	
	
/*記事タイトル-----------------base.cssを上書き*/
h3.articleTitle{
	background-image:url(/ja/common/img/bullet06.gif);
	background-position:0 2px;
	border-bottom:1px solid #d4d4d4;
	min-height:16px;
	_heiight:16px;
	}
h3.articleTitle span#articleTit{
	width:410px;
	padding:0 0 0 16px;
	}
h3.articleTitle span#articleDate{
	width:104px;
	color:#666666;
	padding-top:0;
	text-align:right;
	}




