<!--

 /* base */
 
div.base {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #009933}
    
div#base {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #009933}
/* テキスト */
 
 div.txt1 {
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-wrap: normal;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	font-family: "ＭＳ Ｐゴシック", "OSAKA", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅 ";}
	
div.txt2 {
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
	word-wrap: normal;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	line-break: normal;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "OSAKA", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅 ";}
	
div.txt3 {
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	word-wrap: normal;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", "OSAKA", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅 ";}
	
div.txt4 {
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	word-wrap: normal;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: large;
	font-family: "ＭＳ Ｐゴシック", "OSAKA", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅 ";}
    

 /* ニュース */
 
div.news1 {
    width: 150px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;}
    
div.news2 {
    width: 650px;
    float: right;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-wrap: normal;
	word-break: normal;
	word-spacing: normal;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "OSAKA", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka−等幅 ";}


   /* パンくずリスト */
p#bread	{background-color: none;
	line-height: 18px;
	font-size: 0.75em;
	color: #999999;
	text-align: right;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px}

-->