/*main css file */

body		{background: #000000;
		font-family: tahoma, verdana, sanserif;
		font-size: 11px;
		line-height: 11px;
		color: #FFFFFF;
		margin: 0;
		}
			
#header	{background: url(images/back_top_01.jpg);
		width: 555px;
		height: 430px;
		}
		
#header2	{background: url(images/back_top_02.jpg);
		width: 555px;
		height: 430px;
		}
		
#header3	{background: url(images/back_top_03.jpg);
		width: 555px;
		height: 430px;
		}
		
#navi {background: url(images/back_middle.jpg);
		height: 79px;
		width: 555px;
		}
		
#subnavi {padding-top: 18px;
		color: #50504f;
		letter-spacing: 2px;
		}
		
#content {background: url(images/back_sliver.jpg);
		width: 555px;
		}
		
#subcontent {color: #000000;
		width: 425px;
		padding-left: 20px;
		}
		
#footer 	{background: url(images/back_bottom.jpg);
		width: 555px;
		height: 56px;
		}
		
#subfooter {padding-top: 23px;
		font-size: 10px;
		}
		
#subnavi a	{color: #827777;
	text-decoration: none;
	}

#subnavi a:link {color: #827777;
	}
	
#subnavi a:active {color: #75ff55;
	}
	
#subnavi a:visited {color: #827777;
	}
	
#subnavi a:hover {color: #ff732e;
	}
	
#subcontent a	{color: #443d3e;
	text-decoration: none;
	}
	
#subcontent a:link {color: #443d3e;
	}
	
#subcontent a:active {color: #75ff55;
	}
	
#subcontent a:visited {color: #443d3e;
	}
	
#subcontent a:hover {color: #ff732e;
	}