/*ボディー指定*/
body {
margin:0px 0px 0px 0px; background-color: #ffffff;
}

/*テキスト指定*/
.text-large { font-size: 108%}
.text-std { color: #333333; font-size: 83%; line-height: 130%}
.text-seo { font-size: 83% ;color:#333333}
.text-small { font-size: 70%}
.text-smallwhite { font-size: 70% ;color: #FFFFFF}
.text-smallgray { font-size: 70% ;color: #666666}

.text-red { color: #FF3300}

/*テーブル指定*/
.table-s { color: #333333; font-size: 70%;line-height: 110%}
.table-m { color: #333333; font-size: 83%;line-height: 110%}

/*改行・スペーサー*/
.tbr{ line-height: 13px}
.tbrs{ line-height: 8px}
.margin-15px { margin-left: 15px}

/*リンク指定*/
a:link { color:#000066; text-decoration: none}
a:visited { color:#000066; text-decoration: none}
a:active { color:#000066; text-decoration: underline}
a:hover { color:#FF3300; text-decoration: underline}


