.text {
	font-size: 15px;
	font-family: "Comic Sans MS";
	line-height: 1.5em;
	text-transform: capitalize;
}
.link{
	color: #00B9E8;
}
.red{
	color: #CC0000;
}
.text_title {

	font-size: 16px;
	font-family: "Comic Sans MS";
	line-height: 1.5em;
}
.text_foot {

	font-size: 12px;
	font-family: "Comic Sans MS";
}
.text_c {
	font-size: 16px;
	line-height: 1.5em;
	word-spacing: 0.1em;
}
.manu {
	font-family: "Verdana";
	color: #666666;
	text-decoration: none;
	background-color: #F6F6F6;
	font-size: 11px;
	border: none;
	line-height: 20px;
	border-left:1px solid #777777;
	border-top:1px solid #777777;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	list-style-type: none;
	cursor: hand;



}
#nav {
  position:fixed;
  left:10px;
  top:175px;
  _position: absolute;
  _top:expression(documentElement.scrollTop+175);
}
#nav2 {
  position:fixed;
  left:50px;
  top:175px;
  _position: absolute;
  _top:expression(documentElement.scrollTop+175);
}
#q_nav {
	position:fixed;
	top:175px;
	right: 10px;
	_position: absolute;
	_top:expression(documentElement.scrollTop+175);
}
#main {
	margin-right: 200px;
	margin-left: 200px;
}
#main2 {
	margin-right: 200px;
	margin-left: 270px;
}

