@charset "utf-8";

@import url(layout.css);
@import url(contents.css);

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	color: #333;
	font-size: 62.5%;
	background: #fff url(../image/skin/back.png) repeat-x 0 0;
}

a {
	color: #5a7816;
	font-size: 1em !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1, hr {
	display: none;
}

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	_height: 1px;
}



