@charset "utf-8";
/*formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 90%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	font-family: sans-serif;
}
hr {
	display: none;
}
/*link style 
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.style_1{
	border:1px solid #666;
	width:180px;
	vertical-align:11px;
	font-size:1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.style_2{
	behavior: url("/csshover3.htc");
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: -20px;
}
