/* CSS Document */

*{

	margin:  0;

	padding: 0;


}





body {
	
	font-size:12px;
	line-height:150%;
	font-family: "verdana", "‚l‚r ‚oƒSƒVƒbƒN","arial","helvetica","Hiragino Kaku Gothic Pro", "Osaka";
	/*background:url(top_data/img/common/bw.gif) repeat-x;*/
	margin:0 0 0 0;
	padding:0px;
	color:#222222;
}

a{
	color:#003399;
	text-decoration: none;

	text-decoration: underline;
}

p{
	margin-bottom:10px;
}


a:hover{
	color:#0099ff;
	text-decoration: none;

}




#header a{
	color:#003399;
	text-decoration: none;
		font-weight:bold

}

#header a:hover{
	color:#0099ff;
	text-decoration: underline;
	font-weight:bold
}





#footer,
#header{
	font-size:11px;
	line-height:125%;
}

* html  #footer,
#header{
	font-size:10px;
	line-height:120%;
}

#footer a{
	color:#003399;
	text-decoration: underline;
}

#footer a:hover{
	color:#0099ff;
	text-decoration: none;
}

