@charset "utf-8";
/* --------------------------------------------------

	common/css/font_size.css

-------------------------------------------------- */

/* ------------------------
	font
------------------------ */
body {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body *, 
body p{
	line-height:1;
} 
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	font-size: 100%;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
table{ 
    font-size:1em; 
}

.out-link {
  color: #ff0000;
  font-size: 1.4em;
}

.out-link2 {
    font-size:1em; 
}