/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}

img {
	border: none;
}

#pan-link {
	font-size: 10px;
	margin-top: 5px;
}

.border01 {
	border: 1px solid #9DCF60;
}

.talent-name01 {
	color: #FFFFFF;
	font-weight: bold;
}

.talent-name02 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.talent-txt01 {
	color: #666666;
	font-size: 10px;
	line-height: 150%;
}

.audition-copy {
	font-size: 14px;
	color: #6EAB23;
	font-weight: bold;
}

.audition-title {
	background-color: #E3E3E3;
	color: #6EAB23;
	font-weight: bold;
	padding: 5px;
}

.audition-text {
	color: #990000;
	font-weight: bold;
}

#footer {
	text-align: right;
	margin: 19px
}

a {color:#6EAB23; text-decoration:underline;}
a:link {color:#6EAB23; text-decoration:underline;}
a:visited {color:#6EAB23; text-decoration:underline;}
a:active {color:#6EAB23; text-decoration:underline;}
a:hover {color:#F7941D; text-decoration:underline;}

/* margin */

.mb20{margin-bottom:20px;}
