@charset "UTF-8";


#mainLeft{
	position:relative;
	top:10px;
	bottom:40px;
	left:10px;
	float:left;
	width:640px;
	height:895px;
	background-color:#FFFFFF;
}

.textFix{
	display:none;
}

#contTitle{
	position:relative;
	width:630px;
	height:245px;
	background-image:url(../img/title_bg.jpg);
	background-repeat:no-repeat;
}

#contForm{
	position:relative;
	width:630px;
	height:321px;
	background-image:url(../img/form_bg.jpg);
	background-repeat:no-repeat;
}

#contForm #formBox{
	position:relative;
	top:188px;
	left:215px;
	width:240px;
	height:120px;
	color:#666666;
}

#contForm #formBox #pullDownBox{
	position:absolute;
	width:232px;
	left:4px;
}

#contForm #formBox #pullDownBox p{
	position:relative;
	float:left;	
}

#contForm #formBox .formBoxTxt{
	position:absolute;
	float:left;
	top:50px;
	left:35px;
}

.uranauBtn{
	width:90px;
	height:22px;
}

#contForm #formBox .formBoxBtn{
	position:absolute;
	float:left;
	top:80px;
	left:60px;
}

#contProf{
	position:relative;
	width:630px;
	height:187px;
	background-image:url(../img/prof_bg.jpg);
	background-repeat:no-repeat;
}

#contBanner{
	position:relative;
	width:630px;
	height:90px;
	background-image:url(../img/cont_bg.gif);
	background-repeat:repeat-y;
}

#contBanner li{
	float:left;
	padding-left:15px;
}

#contComment{
	position:relative;
	width:630px;
	height:50px;
}

#contFooter{
	position:relative;
	width:630px;
	height:50px;
	background-image:url(../img/pattern.gif);
	background-repeat:repeat;
}

#contFooter p{
	position:relative;
	top:12px;
	color:#FFFFFF;
	text-align:center;
	font-size:85%;
	line-height:1.2em;
}

