@charset "utf-8";

/* reset */
body, div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
table, th, td, form, select, img {
	margin: 0;
	padding: 0;
}
ul, ol { 
	list-style: none; 
}
img { 
	border: 0; 
	vertical-align: bottom; 
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th { 
	font-weight: normal; 
}
input, select { 
	vertical-align: middle; 
}

/* anchor */
a, a:visited {
	color: #337777;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* font */
body, input, select, textarea, table, th, td, li, a {
	font-family: 'メイリオ','MS P Gothic',Arial,'ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
}
body, input, select, textarea, table {
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
