/*	レイアウトの設定	*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 { color: black; font-weight: 600; font-size: 14px; line-height: 140% }
/*	レイアウトの設定ここまで	*/


/*	リンクの設定	*/
a:link {
	text-decoration:none;
	color: #333333;
	border: none;
}
a:visited {
	text-decoration:none;
 	color: #333333;
	border: none;
}
a:hover {
	text-decoration:underline;
	color: #333333;
	border: none;
}
/*	リンクの設定ここまで	*/


/*	フォントの設定	*/
.new {
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
}
.p13 {
	font-size: 13px;
	color: #333333;
}
.p13n { color: #333333; font-size: 13px; line-height: 140% }
.p11 { color: gray; font-size: 11px; line-height: 125% }
/*	フォントの設定ここまで	*/
.p14 { color: black; font-size: 14px; line-height: 120% }
