@charset "utf-8";

/************************************************

	Font Style

************************************************/

#container{
	font-family:/*"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,*/ "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	color:#333333;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.2;
}

ul ul,
td ul,td p,td dl{
	font-size:100%;
}

h1,h2,h3,h4,h5,h6{
	/*font-size:90%;*/
	font-size:14px;
}

ul,
ol,
p,
dt,dd,
caption,th,td{
	font-size:80%;
}

sup{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:110%;
	vertical-align:top;
}

.bold{
	font-weight:bold;
}