body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#666666;
	line-height:18px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bn.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.clear {clear: both;}

/* ----------------------------------------------- */
/* 見出し */
/* ----------------------------------------------- */

h1,h2,h3{
	margin:0; padding:0;
}

h1{
font-size:14px;
color:#FF9900;
}

#titletag{
	text-indent:-10000px;
	line-height:0px;
	font-size:0px;
	}

/* ----------------------------------------------- */
/* フォント */
/* ----------------------------------------------- */

.txt14_blue{
	font-size:14px;
	color:#336699;
	font-weight: bold;
}

.txt14_gray{
	font-size:14px;
	color:#666666;
	font-weight: bold;
}


/* ----------------------------------------------- */
/* Link color */
/* ----------------------------------------------- */

A.bnlink:link {
	color: #336699;
	text-decoration: underline;
	font-weight:bold;
}
A.bnlink:visited {
	color: #336699;
	text-decoration: underline;
	font-weight:bold;	
}
A.bnlink:active {
	color: #336699;
	text-decoration: underline;
	font-weight:bold;	
}


A:link {
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}

A:visited {
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}

A:active {
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}

