@charset "UTF-8";
/* 
 * 
/*======================================================================*/
/*===================================
 * color,typeface,lineheight
 *===================================*/
h1,h2,h3,h4,h5,h6,p,li,dt,dd,table,address {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6;
	color: #191919;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
h4 {
	font-size: 0.75em;
}
code {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
em {
	font-weight: bold;
}
address {
	font-style: normal
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
ul {
	list-style-type: none;
}
/*===================================
 * font size
 *===================================*/
th,td,p,li,dt,dd,address {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #191919;
	line-height: 26px;
}
