@charset "UTF-8";

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

/* Base */	


body {
	margin: 0;
	padding: 0;
	color: #333;
	background:#fff;
	text-align: left;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height:160%;
	height: 100%;
	letter-spacing:0px;
	font-size:0.75em;
}


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: #333;
	text-decoration: none;
}

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


.link-pdf a {
	color: #0066ff;
}
.link-pdf span {
	padding-left: 5px;
}




