@charset "utf-8";

/* RESET
================================================================================= */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset,
input {
	margin: 0;
	padding: 0;
	/* font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
}

th, td {	
	font-size: 12px;
	line-height: 2;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
label input {
	margin: 0;
	vertical-align: middle;
}
ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}
em { font-style: normal; font-weight: bold;}

/* For vertical-scrollbar issue */
html {/*
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;*/
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0;
}


a       {	color: #8e7023; text-decoration: underline;}
a:hover {	color: #4f3105; text-decoration: none;}




/* css end ---------------------------------------------------------------------- */