@charset "UTF-8";
/* CSS Document */

#pop{
	position:relative;

	}

#pop_title{
	background: url(../images/pop_d_q.gif) no-repeat 0 8px;
	line-height: 1.2;
	padding: 0 0 5px 35px;
	border-bottom: 2px solid #7A58A1;
	width: 480px;
	margin: 0 0 11px 0;;
	}
	
#pop_title_s{
	background: url(../images/pop_s_q.gif) no-repeat 0 8px;
	line-height: 1.2;
	padding: 0 0 5px 35px;
	border-bottom: 2px solid #7A58A1;
	width: 480px;
	margin: 0 0 11px 0;;
	}

#pop_txt{
margin:30px 0 0 10px;
width: 510px;	
	}

#pop_txt_s{
margin:30px 0 0 160px;
width: 510px;	
	}

#pop_lead{
	font-size:13px;
	color:#333;
	line-height: 2.0;
}


#pop_img{
	position:absolute;
	top: -40px;
	right: -40px;
	}
	
#pop_img_s{
	position:absolute;
	top: -40px;
	left: -40px;
	}

span.d_color{
	font-size:10px;
	color:#F48A8A;
	}

span.s_color{
	font-size:10px;
	color:#7A58A1;
	}

span.pink a{
	color:#C14A95;
	text-decoration:underline;
	}

span.pink a:hover{
	color:#C14A95;
	text-decoration:none;	
	}

#pop p{
	margin:0;
	padding:0;
	}
