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

html{
	background-color:#000;
}

body{
	font-family:"Myriad Pro", Tahoma, sans-serif;
}

a{
	text-decoration:none;
}

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

h4{
	font-size:12px;
}

.container{
	width:785px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/valter_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.clear{
	clear:both;
}

.gs{
	background-color:#000000;
	height:125px;
	width:125px;
	float:left;
	margin-top:30px;
}

.link a{
	width:400px;
	height:300px;
	float:left;
	margin-left:65px;
}	

.main{
	margin-top:100px;
	margin-bottom:50px;
}

.navi img{
	float:left;
	margin-right:27px;
}

.kontent{
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;
	margin-bottom:10px;
	background-color:#9c533b;
	width:785px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:left;
	font-size:11px;
	color:#FCCBA3;
}

.contleft, .contright{
	float:left;
	padding:10px;
	width:372px;
}

.contall{
	padding:10px;
	width:765px;
}

.contall img{
	border:#CCC 1px solid;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#666;
}

td{
	padding:5px;
	font-size:14px
}

.inputtext{
	width:200px;
}

.inputbutton{
	width:100px;
}

.banner{
	height:83px;
	width:785px;
	margin-bottom:15px;
}

.rb{
	text-align:center;
}

.alien{
	position:fixed;
	bottom:0px;
	right:0px;
}

.kontent a, .kontent a:visited{
	color: #fef0e5;
}
.kontent a:hover{
	color: #faaf72;
}
