@charset "utf-8";
body {
	font-family: "verdana";
	font-size: 11px;
	line-height: 18px;
	background:url(../images/inner_background.jpg) fixed;
	margin:0;
	padding:0p;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #900;
	}
	
.innav {
	font-size:10px; 
	padding:15px;
	border-left:#000 dashed 1px;
}

a {
	text-decoration:none;
	color:#933;
	}
	
a:hover {
	font-weight:bold;
	color:#900;
	}
	
input, textarea {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	border:solid 1px #999;
	}

img {
	padding:10px;
	border:0px;
	}