@charset "UTF-8";

/* -----------------------------------------------
FileName: base.css
----------------------------------------------- */

/* Base */	



body {
	margin: 0;
	padding:0;
	color: #8c786e;
	background:#fff;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:180%;
	letter-spacing:1px;
	font-size:0.8em;
	position:relative;
	

}


html, body, h1, h2,h3, h4, h5, h6, p, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	font-size:1em;
	border-collapse:collapse;
}


img {
	border: none;
	vertical-align:bottom;
}

input {
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size: 1em;
}

textarea {
	font-size: 1em;
}


/* Anchor - Nomal */

a:link, a:visited, a:active {
	color: #8c786e;
	text-decoration: none;
}

a:hover {
	color: #8c786e;
	text-decoration: underline;
}







