@charset "Shift_JIS";

/*---"*html"-is-Mac&Win-IE-only---*/
/*all*/
body {
	list-style-position: inside;
	list-style-type: square;
	font-family: MS PGothic, Osaka, Hiragino Kaku Gothic Pro;
	}
* html body {
	list-style-position: inside;
	list-style-type: square;
	font-family: MS PGothic, Osaka, Hiragino Kaku Gothic Pro;
	}
	
	
/*リンク設定*/
a:link,a:visited {
	color: #ff6600;
	text-decoration: underline;
	font-size: 12px;
	line-height: 180%;
}
a:hover,a:active {
	color: #ff6600;
	text-decoration: underline;
	font-size: 12px;
	line-height: 180%;
}
.flink:link,.flink:visited {
	color: #999999;
	text-decoration: none;
}
.flink:hover,.flink:active {
	color: #0F218B;
	text-decoration: none;
}


/*テキスト設定*/
.btext {
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}
.ftext {
	color: #666666;
	font-size: 10px;
}