@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html{overflow-y: scroll;}


body {
	background-color:#FFFFFF;
	color:#333333;
/*	font-family: "ＭＳ Ｐ ゴシック", "Verdana", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";*/
/*	font:13px/1.231 "MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	margin: 0; 
	padding: 0; 
	font-weight: normal;
	color: #333333;
}

p,li {
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

hr {
	display: none;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th {
	font-style: normal; 
	font-weight: normal;
}
