@import url(http://fonts.googleapis.com/css?family=Orbitron);

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
}

img{
	border: 0;
}

input.pointer{
	cursor: pointer;
}

body{
	background: #fff;
	font-size: 14px;
	color: #222222;
	line-height: 22px;
	word-wrap: break-word;
}

a:link,a:active{
	color: #00c;
}

a:hover{
	color: #450792;
	text-decoration: underline;
}

a:visited{
	color: #00c;
}


div#line{
	background: #855c31;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	padding: 0  0 0 10px;
}


div#header{
	width: 1000px;
	margin: 0 auto;
	height: 400px;
	position: relative;
}

div#header h2{
	font-size: 18px;
	margin: 5px 0 10px 0;
}

div#header p.description{
	margin: 0 0 10px 20px;
	width: 400px;
}

div#footer{
	background: url(images/bg.jpg) repeat-x #ffee7f;
}

div#copy{
	text-align: center;
	padding-bottom: 10px;
	color: #5a470c;
	font-weight: bold;
}

div#copy a{
	color: #5a470c;
}

div#footer .inner{
	width: 1000px;
	margin: 0 auto;	
	padding-top: 60px;
}

div#footer h2{
	background: #855c31;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
}

div#footer p{
	position: relative;
	top: -20px;
	z-index: 0;
	margin: 0 10px;
	background: #fff9d3;
	padding: 40px 20px 20px;
}



#buta{
	position: absolute;
	top: 125px;
	right: 250px;
}

div#links{
	position: absolute;
	right: 0px;
	top: 50px;
	width: 210px;
	padding: 20px;
	background: #fffad9;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
}

div#links ol{
	list-style: none;
}