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

table  { font-size: 12px; }
a:hover { color: red;}
a    { font-size: 12px; }
form  { font-size: 12px; }
p    { font-size: 12px; }

textarea {font-size: 12px;}
     

div.top {
     background-image:url(img_bg/top.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 height:30px;
	 }	 
	 
div.middle {
     background-image:url(img_bg/middle.jpg);
	 background-repeat:repeat-y;
	 background-position:center;
	 }
	 
div.bottom {
     background-image:url(img_bg/bottom.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
	 height:34px;
	 }
	 
	 
div.top2	{
	width: 500px;
	background: url(img_bg/top.jpg) no-repeat;
	margin-bottom: 40px;
	padding-top: 28px;
}
div.bottom_inner2	{
	background: url(img_bg/bottom.jpg) no-repeat bottom;
	padding: 1px 35px 20px;
}
	 