/* html setting 2010.04.05 */
ul {
	list-style:none;
}


/* main setting */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/160% 'ＭＳ Ｐゴシック',sans-serif;
	font-family: 12px/160% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #0848a9;

}
a:active {
	text-decoration: none;
	color: #0848a9;
}
a:visited {
	text-decoration: none;
	color: #0848a9;
}
a:hover {
	text-decoration: underline;
	color: #0848a9;
}

.clear {margin:0; padding:0; clear:both;}





