/* CSS Document */
*{margin:0px; padding:0px}
body{
	font-family:Verdana;
	background:#d0e8f5;

}
/*.bg_body_1{ 
	background:url(../images/Image/layout/graphic/pattern1.gif) 0px 0px repeat;
	width:100%;
	
}*/
.bg_body_1{ 
	background:url(../images/Image/layout/graphic/aa.gif) 0px 0px repeat-x;
	width:100%;
	}
.bg_body_2{ 
	background:url(../images/Image/layout/graphic/bb.gif) 0px 0px repeat-x;
	width:100%;
	height:1000px;
}
a{
	background-color:inherit;
	text-decoration:none;
	outline:none;
	color:#4591bc;
}
a:hover{color:#4591bc; text-decoration:underline}
img{border:0px}
ul{list-style-type:none;}
li{list-style-type:none;}


input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
combobox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:25px;
}
.clearfix:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]'; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline;
	position:relative;
}
.clearfix{
	display:block;
}

.clear{
	clear:both;
}

