body {margin-left: 0px;margin-right: 0px}
td {color: #666666;} 
/*行間を個別に指定したい場合*/
.lh120 {line-height:120%} 
.lh130 {line-height:130%}
.lh140 {line-height:140%}
.lh180 {line-height:180%}

/*リンク*/
a:link    { text-decoration: underline}
a:visited { text-decoration: underline}
a:active  { text-decoration: underline}
a:hover   { text-decoration: none}

/*リンク共通ページ*/
a.linkcom:link    { text-decoration: underline;color:#9A1406}
a.linkcom:visited { text-decoration: underline;color:#9A1406}
a.linkcom:active  { text-decoration: underline;color:#9A1406}
a.linkcom:hover   { text-decoration: none;color:#9A1406}

/*文字のみ指定*/
.fs10 {	font-size: 10px;}
.fs10l120 {font-size: 10px;line-height: 120%;}
.fs10gray {font-size: 10px;color: #666666;}
.fs14 {font-size: 14px;}

.table {
		width:130px;
		font-family:"ＭＳ Ｐゴシック", Osaka;
		font-size:12px;
		line-height:120%;
		margin-bottom:10px;
		border-top: 1px dotted #333333;
		border-bottom: 1px dotted #333333;
		border-left: 1px dotted #333333;
		border-right: 1px dotted #333333;
		padding:5px;
		}

.style {
		line-height:130%
		font-size: 12px;
}

.style img{
	margin: 0px 5px 5px 5px;
}
