@charset "utf-8";
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	background: #fff;
}
#newwin_container {
	text-align: center;
	padding: 10px 0px 5px 0px;
	margin: 0px auto;
}
a:link { color: #333; text-decoration: underline; font-weight: bold;}
a:visited { color: #333; text-decoration: underline;font-weight: bold; }
a:active { color: #666; text-decoration: underline;font-weight: bold; }
a:hover { color: #666; text-decoration: underline;font-weight: bold; }
.newwin_close {
	text-align: center;
	padding-top: 10px;
}
.strong {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.font10  {
	font-size: 10px;
}
.padwl20 {
	padding-left: 20px;
}