﻿/* 基本設定 */body {	margin: 0px;	padding: 0px;	font-size: small;	color: #333333;	#line-height: 140% ;	font-family: ＭＳ Ｐゴシック, Osaka;}/* テキスト設定 */.largetxt {     font-size: midium;}.midiumtxt {     font-size: smaller;}.smalltxt {     font-size: x-small;}/* リンク設定 */a{	color : #333333;	text-decoration : none;}a:visited{	color : #666666;	text-decoration : none;}a:hover{	color: #FF8B74;	text-decoration: underline;}a:active{	color : #666666;	text-decoration : underline}/* テーブル設定　*//* リスト設定 */ul.contents{   list-style-type: none;   margin-left: 0px;   padding: 0px;   color:#CC9900}li.subnabi{   margin-left: 16px;   margin-top: 10px;}