@charset "utf-8";
/* CSS Document */


/*共通*/

body{background-color:#FFFFFF;

}

A:link { color: #999999; }
A:visited { color: #999999; }
A { text-decoration: none; }
a:hover{
	position: relative;
	left: 0.05em;
	top: 0.05em ;
	color:#666666;
	text-decoration:none;
}

hr {
  border: solid 1px #333333;
  border-top-color: #ffffff;
  color: #333333;
  
}

/*段組*/

#mainbody{
	width:800px;
	margin:0px auto;
}

#heder{
     width:800px;
	 height:115px;
     margin:0px auto;	 
}





#leftbody{
	float:left;
	width:550px;
	color:#000000;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



#rightbody{
	float:right;
	width:200px;
    font-size:12px;
	color:#999999;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#under{
     width:800px;
	 height:20px;
     margin:0px auto;
	 font-size:13px;
	 color:#cccccc;	 
}


#comment{
	font-size:12px;
	margin-left:120px;
	line-height:130%;
	color:#999;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


.style4 {font-size: 8pt; color: #000000; }

.topimg{
	margin-left:120px;
}
