@charset "UTF-8";

/* 産総研 bace.css

------------------------
ver.2012/2/14/
------------------------

1:リセット
2:ベース

----------------------------------------------------------*/

/*1:リセット
==========================================================*/
html,body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,address {
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	text-align:justify;
}


/*2:ベース
==========================================================*/
a {
	overflow:hidden;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.float_r {
	float:right;
}

.float_l {
	float:left;
}

.float_c {
	clear:both;
}

.align_r {
	text-align:right;
}
.align_l {
	text-align:left;
}

.align_c {
	text-align:center;
}


.hidden {
	visibility:hidden;
}