/*  共通で使えるもの　-------------------------------------   */


body {
    text-align: center; /* center on ie */
    width: 100%;
}


#outer {
	text-align: left;
	width:820px;
	font-family: "ＭＳ ゴシック", Osaka;
	font-size:14px;
	background-image : url(img/back9.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
    width : 800px;
    height : 150px;
    border:none;
    
}

#footer {
	width : 800px;
	height : 70px; 
    text-align:center;
	clear:left;
	padding-top:30px;
    font-size:10px;
}

img { border:none }

a:link {
	color: #00008b;
}
 
A:visited {                 /* 既に見たリンク */
  color: #009999;
  text-decoration: none;
}

/*　緑のイメージのページのみ使用　-----------------------  */

#topright {
	margin:0;
	/*float:center;*/
	width:800px;
}

#topright div{
	background-image : url(img/back.gif);
	padding:5px;
	margin-bottom:5px;
}



#mein-fo td {
        font-size:12px;
}

 h1 {
color: FFFDC7;
font-size: 12px;
}
.column-b {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
