@charset "UTF-8";

/* -----------------------------------------------
FileName: base.css
----------------------------------------------- */

/* Base */	


body {
	margin: 0;
	padding: 0;
	color: #28000a;
	background: url(../images/bg.gif) top center no-repeat #fff ;
	text-align: left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:140%;
	height: 100%;
	letter-spacing:0px;
	/* font-size:0.8em; */
}

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;
}

input {
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size: 1em;
}

textarea {
	font-size: 1em;
}


/* Anchor - Nomal */

a:link, a:visited, a:active {
	color: #c82850;
	text-decoration: none;
}

a:hover {
	color: #c82850;
	text-decoration: underline;
}


