@charset "utf-8";

/* Reset
------------------------------------------------ */
html {
/*	overflow-x: hidden;*/
}
html, body {
	margin: 0;
	padding: 0;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	background: #E6E6E6;
	color: #565656;
}

body{background:url(/careercompass/wp-content/uploads/existing/img/bg_header.gif) repeat-x 0 0;}

h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
	display: none;
}
form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
/* add reset */
fieldset, img {
	border: 0;
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}

img {
	border: 0;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

h1 {
    font-size:100%;
}