/* CSS Document */

html {

}

body,td,th{
	font-size:12px;
	color:#555;
	line-height:1.6em;
}

img {
	border:none;
}

body{
	margin:0;
	background:url(../img/bg_h.jpg) left top repeat-x;
}

h1 {
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#FFF;
}

h1 a {
	color:#FFF;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;	
}

a {
	color:#0CF;
}

#wrapper {
	width:900px;
	margin:0 auto;
	padding:0 150px;
	background:url(../img/bg_w.jpg) left 150px no-repeat;
}

#header {
	height:150px;
}


#head_navi {
	float:right;
	width:180px;
}

#head_navi img {
	float:left;
}

/* -- MENU ------------------------------------ */
div #menu {
	clear:both;
	height: 45px;
	width: 900px;
	padding: 0;
	border: 0;
	margin:0;
	background: transparent url(../img/menu.jpg) top left no-repeat;
}

div #menu ul#btn	{
	height: 45px;
	width: 900px;
	margin: 0;
	padding: 0;
	position: relative;
}

div #menu ul#btn li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
ul#btn li, ul#btn a {
	height: 45px;
	display: block;
}
	
div #menu ul#btn li a, div#menu ul#btn li {
	text-indent: -9999px;
	text-decoration: none;
}
	
#btn1		{left: 0; width: 175px;}
#btn2		{left: 175px; width: 170px;}
#btn3		{left: 345px; width: 170px;}
#btn4		{left: 515px; width: 170px;}
#btn5		{left: 720px; width: 180px;}



#btn1		a:hover	{background:url(../img/menu.jpg) 	0  -45px no-repeat;}
#btn2		a:hover	{background:url(../img/menu.jpg) -175px -45px no-repeat;}
#btn3		a:hover	{background:url(../img/menu.jpg) -345px -45px no-repeat;}
#btn4		a:hover	{background:url(../img/menu.jpg) -515px -45px no-repeat;}
#btn5		a:hover	{background:url(../img/menu.jpg) -720px -45px no-repeat;}




#btn1		a.self	{background:url(../img/menu.jpg) 	0  -45px no-repeat;}
#btn2		a.self	{background:url(../img/menu.jpg) -100px -45px no-repeat;}
#btn3		a.self	{background:url(../img/menu.jpg) -200px -45px no-repeat;}
#btn4		a.self	{background:url(../img/menu.jpg) -300px -45px no-repeat;}
#btn5		a.self	{background:url(../img/menu.jpg) -400px -45px no-repeat;}

/* -- MENU ------------------------------------ */




#toppage {
	padding:0 10px 10px 10px;
	background:#000;
}

#wrap_f {
	background:url(../img/bg_f.jpg) left top repeat-x;
}

#footer {
	width:880px;
	margin:0 auto;
	color:#FFF;
	font-size:10px;
	padding:10px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#copyright {
	float:right;
	margin:2px 0 0 0;
}

#list {
	font-size:10px;
}

#list a {
	color:#555;
	text-decoration:none;
}

#list a:hover {
	text-decoration:underline;	
}

#page_top {
	clear:both;
	text-align:right;
	margin:20px 0 0 0;
}

.mgn05px {
	margin:5px 0 0 0;
}

.mgn10px {
	margin:10px 0 0 0;
}

.mgn90px {
	margin:90px 0 0 0;
}