body {
	margin: 0;
	padding: 0;
	position: relative;
	color: #333333;
	background: #f6f6f6;
	font-family: verdana,sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", verdana, sans-serif;*/
	font-size: 95%;
	line-height: 150%;
}



h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", verdana, sans-serif;
}
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }



a:link, a:visited, a.ref {
	/*padding: 0 3px;*/
	color: #51a2da;
}
a:link:hover, a:visited:hover, a.ref:hover {
	color: #8dc448;
	/*color: #ffffff; background: #8dc448;*/
}

a img { border: 0; }



em {
	font-weight: bolder;
	font-style: normal;
}



br { clear: both; }



ul {
	margin-left: 1.33em;
	padding-left: 0;
	list-style: none;
}
ul li {
	margin-left: 0;
	padding-left: 0;
}


.hidden {
	visibility: hidden;
}

