@charset "utf-8";

@import "navihead.css";
@import "navifoot.css";
@import "search.css";


#top,#c01,#c02,#c03,#c04,#c05,#c06,#c07,#c08,#c09,#c00{
	margin:0;
	width:760px;
	border-top:5px solid #00aaeb;
	background-color:#ffffff;
}

*{
	margin:0;
	padding:0;
}
html,body{
	color:#696969;
	background-color:#eeeeee;
	background-image:url(../images/share/body_bg.gif);
	background-position:0 0;
	text-align: center;	
}
#wrapper{
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 780px;
}
a{
	outline:0;
}
ul li{
	list-style-type:none;
}


.text_normal{
	font-size:12px;
	line-height:140%;
}

.text_error{
	font-size:12px;
	line-height:140%;
	color:#FF0000;
	font-weight:bold;
}
#txt_red{
	color: #FF0000;
}