/* CSS Document */

body {
	padding:0;
	margin:0;

	width:100%
	height:100%;
	text-align: center;
}

p {
	color:#333333;
	font-size:12px;
	padding:3px;
	margin:3px;
}

h4 {
	padding:0;
	margin:0;
}

address {
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	font-family: Tahoma, Verdana, sans-serif;
	color: #666666;
	margin: 0px;
	font-weight:bold;
}
address:first-letter {
	font-size: 12px;
}


#main{
	position:relative;
	width:950px;
	height:550px;
	background: #FFFFFF url(../images/bg.jpg) no-repeat right top;
}

#navi{
	position:absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bolder;
	left: 0px;
	top: 230px;
	z-index:1;
	width:230px;
	height:60px;
}

#rogo {
	background:url(../images/navi/rogo.jpg) no-repeat right top;	
	width:230px;
	height:46px;
}

#navi ul,li{
	list-style:none;
	text-align:right;
	padding:0;
}


#navi a{
	padding:0 0 0 15px;
	margin:0;
	color:#666666;
	text-decoration:none;

}
#navi a:link{
	color:#666666;
	text-decoration:none;
}
#navi a:hover{
	color:#666666;
	text-decoration:blink;
	background:url(../images/navi/y.jpg) no-repeat left center;
}
#navi a:visited{
	color:#666666;
	text-decoration:none;
}

#now {
	position:absolute;
	right: 10px;
	bottom: 10px;
}

#footer{
	width:950px;
	border-top: 1px solid #CC0001;
	border-bottom: 3px solid #CC0001;
	margin-top:3px;
	padding:3px;
}

#company{
	position:absolute;
	top: 0px;
	z-index:2;
	width:230;
	height:500px;
	text-align: right;
	padding: 5px;
	right: 0px;
	line-height: 100%;
}

#company h4{
	font-size:12px;
	color:#cc0001;
	padding:1px 10px;
	background: url(../images/h4.jpg) repeat-y left top;
	margin: 0px;
}

#company p{
	color:#ffffff;
	margin: 2px;
	padding: 2px;
}


.bun{
	position: absolute;
	left: 0px;
	top: 381px;
}

.bun img{ border:2px solid #CC3333; }
.bun img:hover{ border:2px solid #333333; }