BODY{
	font-family: メイリオ, 小塚ゴシック, MSPゴシック,sans-serif;
	color: #444444;
	font-size: 9.5pt;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	background-color:#FFFFFF;
	} /*基本*/

A {
	color:#333333;
	text-decoration: underline;
} /*リンク*/

A:hover {
	color:#FF0088;
	text-decoration: none;
} /*マウスON*/

ul {
list-style-type: square;
list-style-position: outside;
} 

ol {
	list-style-type: decimal;
	list-style-position: outside;
} /*リスト　→<li></li>でくくる */

.TITLE{
	font-weight: BOLD;
	font-size: 10.5pt;
	line-height: 1;
} /*大文字*/

.mini{
	font-size: 8.2pt;
	line-height: 1
} /*ミニ文字*/

.Pk{
	color:  #FF0088
} /*ポイントPK*/
