@charset "EUC-JP";


/* //////////////////////////////////////////

 -----------------------------------------
news.css
 -----------------------------------------
  
  1.All

////////////////////////////////////////// */

/* 1.All
////////////////////////////////////////// */
*{
	margin: 0;
	padding: 0;
	}
	
* html *{    /*for Win IE6*/
	zoom: normal;
	}
	
*:html *{    /*for Win IE7*/
	zoom: normal;
	}
	
html{
	height: auto;
	_height: 100%;
	min-height: 100%;	
	}
	
body{
	/*height: 100%;*/
	font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	}
font {
	font-size: 12px;

	margin-bottom:2em;
	font-weight:bold;
}

font {
	font-size: 12px;
}

a{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	}
	
a:hover{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
	}

/*div{
	height:5em;
	overflow:hidden;
}*/

p {
	padding-left:20px;
	background-image:url(../img/news_li_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
}

p {
	padding-left:20px;
	background-image:url(../img/news_li_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
}


