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

/* ---------------------------------------------
bace
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}  

body{
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.4;
}
#container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

/* img link ul
---------------------------------------------*/
img{
border:0;
vertical-align: top;
}
a {
outline: none;
}
a:link {
	color:#008D4F;
	text-decoration: underline;
}
a:visited,
a:active {
	color:#008D4F;
	text-decoration:none;
}
a:hover{
	color:#20B15B;
	text-decoration:underline;
}
ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; } 

/* text
---------------------------------------------*/
p,dd{
	font-size:15px;
	line-height: 160%;
}

/* hover
---------------------------------------------*/
.bigger:hover{
	background-color: #f4f3ee;
	opacity:0.6;
}
#topics #infoNews .inBox ul li a{
	display: block;
	line-height: 1.4;
	font-size: 14px;
	color: #232323;
	text-decoration: none;
}
#topics #infoNews .inBox ul li.bl-hover{
	background: #D7DFE2;
	text-decoration: none;
}
#topics #infoNews .inBox ul li.bl-hover a:hover{
	text-decoration: none;
	color: #333;
}
