@charset "utf-8";
/* CSS Document */

BODY{
	margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background:url(../../img/bg.gif) 0 0 repeat;
  }

.font_8{
  font-size : 8pt;
}
.font_9{
  font-size : 9pt;
}
.font_10{
  font-size : 10pt;
}
.font_11{
  font-size : 11pt;
}
.font_12{
  font-size : 12pt;
}
.font_13{
  font-size : 13pt;
}
.font_14{
  font-size : 14pt;
}
.font_15{
  font-size : 15pt;
}

a:hover.nostyle {
  background-color:transparent;
}

table{
  text-align:left;
}

img{
	border:none;
	}
	
a img {
	border: none;
	}

a:link{
   color: #0080ff;
   text-decoration:underline;

}
a:visited {
   color: #909;
   text-decoration:underline;

}
a:hover{
	color: #ff0080;
   text-decoration:underline;

}
a:active{
   color: #ff0080;
   text-decoration:underline;
}


div#main{
	width:800px;
	height:auto;
	margin:5px auto;
	background:#fff;
	text-align:left;
	}

/* header */

div#title_header{
	width:800px;
	height:80px;
	margin:0;
	position:relative;
	}

p#title_logo{
	width:400px;
	height:80px;
	margin:0;
	}

h1#site_catch{
	color:#666;
	width:800px;
	margin-bottom:5px;
	font-size:80%;
	position:relative;
	clear:both;
	text-indent:1em;
	}

ul#title_object{
	width:380px;
	height:80px;
	margin:0;
	float:right;
	padding:5px;
}
li.catch{
	display:inline;
	text-decoration:none;
	}

h2{
	text-indent:1em;
	text-align:left;
	width:580px;
	height:20px;
	line-height:20px;
	font-size:100%;
	color:#fff;
	background: url(../../img/title_catch.gif) 0 0 repeat;
	background-color:#F00;
	padding:3px;
	margin:10px;
	}



