/* CSS Document */

html
	{
	margin : 0;
	padding : 0;
	}


body {
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: left;
}


a:link{
	color: #333333;
	text-decoration: underline;
}
a:link:hover{
	color: #666666;
	text-decoration: none;

}
a:visited{
	color: #333333;
	text-decoration: underline;

}
a:visited:hover{
	color: #333333;
	text-decoration: none;
}

img{
	border: none;
	margin : 0;
	padding : 0;
}

p{
	margin : 0;
	padding : 0;
}

div, form, input, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
	
.imgHover a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


/*------------LINK-----------*/


#link {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.link_text {
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	padding-top: 10px;
}



/*------------SITE POLICY-----------*/



.site_text {
	font-size: 11px;
	color: #333333;
	line-height: 19px;
}



/*------------contacr-----------*/


#contact {
	font-size: 11px;
	margin-left: 22px;
	line-height: 24px;
}




.contact_text {
	font-size: 11px;
	line-height: 18px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #90C000;
	padding-left: 15px;
}

.contact_text02 {
	font-size: 11px;
	line-height: 18px;
}



.contact_line {
	font-size: 11px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}



/*------------TEXT-----------*/


.text10gray {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #666666;
}
.text10white {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
}
.text10gray2 {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #666666;
}
.text10status {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #CC3300;
}
.text10gray3 {
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
}
.text20gray {
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	color: #666666;
}
.text10mgreen {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #808055;
}
.text10white2 {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
}
.text10green a, .text10green a:visited{
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #689A04;
	text-decoration: underline;
}
.text10green a:hover, .text10green a:active{
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #689A04;
	text-decoration: none;
}
.text11gray {
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 19px;
}
.text12gray {
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 22px;
}
.text13gray {
	font-size: 13px;
	font-style: normal;
	color: #666666;
	line-height: 20px;
}
.text141gray {
	font-size: 14px;
	font-style: normal;
	color: #666666;
	line-height: 21px;
}
.text15gray {
	font-size: 15px;
	font-style: normal;
	color: #666666;
	line-height: 22px;
}
.text16gray {
	font-size: 16px;
	font-style: normal;
	color: #666666;
	line-height: 23px;
}







/*------------BANNER-----------*/
#wrap{
	position: relative;
	min-width: 980px;
}

* html #wrap {
	width:expression(document.body.clientWidth < 982? "980px" : "auto");
}

#banner{
	position: absolute;
	top: 230px;
	right: 0;
}

#audition_banner {
	margin-bottom: 10px;
}
