@charset "utf-8";

/*
===== CONTENTS =====

	outline:フォント指定

====================
*/

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}

table {
  font-size: 100%;
}

select, input, textarea {
  font-size: 99%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

h4{
	font-size:1em;
	margin: 0px 0px 6px;
	padding: 0px;
	color: #666666;
}

.small{
	font-size:85%;
}

h3 {
	font-size: 1em;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

h6 {
	font-size: 0.9em;
}

.strong_green {
	font-weight: bold;
	color: #7FAC40;
}

.small_em_green {
	font-size:85%;
	color: #7FAC40;
	font-weight: bold;
}

