@char-set utf-8;
/*
 * 旧サイトから
 */
.txt12 {  font-size: 12px; line-height: 16px}
td {  font-size: 12px}
body {  font-size: 12px}
.txt14 {  font-size: 14px}
.txt18 {  font-size: 18px}
.txt10 {  font-size: 10px; line-height: 14px}
a:hover {  color: #FF0000}
a {  text-decoration: none; color: #000099}
.txtsel {  font-family: "ＭＳ ゴシック", "Osaka－等幅"; font-size: 12px}


/*リストマーク*/
ol.uroman {	list-style-type: upper-roman}
ol.lroman {	list-style-type: lower-roman}
ol.ualpha {	list-style-type: upper-alpha}
ol.lalpha {	list-style-type: lower-alpha}

ul.disc {	list-style-type: disc}
ul.circle {	list-style-type: circle}
ul.square {	list-style-type: square}
ul.none {	list-style-type: none}

/*リストマージンなし*/
.limgn-none{
	margin-top:0;
	margin-bottom:0;
	margin-left:3px;
	padding-left:1em;
}

/*リスト1行スペース*/
.li1em{
	margin-top:1em;
}

/*インデント*/
.indentl{
	text-indent:-1em;
	padding-left:1em;
	}

/*ノーマル文字*/
.fontnrml{
	font-weight:normal;
	}

/*パディング・マージン0*/
.pm0{
	margin:0;
	padding:0;
	}



