@charset "utf-8";

#conteq h1{
	margin-bottom:40px;
	padding: 18px 0 18px 18px;
	position: relative;
	border: 2px solid #EB6EA5;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	behavior: url();
	text-align: left;
}


#conteq p#submit img{
	float:right;
	margin:0 0 20px 20px;
	overflow:hidden;
}


/* ---------------------------------------- */

#conteq h2 {
	clear:both;
	border-radius: 5px;
	background-color: #e8e3dd;
	padding: 15px;
	margin-bottom: 20px;
}


#conteq section a {
	color: #000000;
	text-decoration: underline;
	padding: 2px 2px 1px;
}

#conteq section a:hover {
	color: #ffffff;
	background-color: #eb6ea5;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#conteq section ul{
	margin:20px 0 40px 0;
}

#conteq section li{
	margin-bottom:10px;
	padding:12px 0 11px 30px;
	background:url(../images/q_mark.gif) 0 50% no-repeat;
	line-height:0;
}


#conteq h3 {
	clear:both;
	border-radius: 5px;
	background-color: #FDF0F6;
	padding: 6px;
	margin-bottom: 20px;
}

#conteq section p{
	margin-bottom:40px;
}


/* ---------------------------------------- */

#conteq nav#recruit {
	clear:both;
	float: right;
	margin:20px 0 40px 0;
	overflow:hidden;
}

#conteq nav#recruit li{
	float:right;
	margin-left:10px;
}


